vote up 3 vote down star

Like many geeks here, I get called upon from time to time to help out troubleshooting an issue that my friends/relatives have. It's an annoyance but what can you do.

I'd like to find a cheap (<= $250 net budget for one household) solution for 1-4 computers that would:

1) Function as a VPN or remote access portal of some sort and allow me access into their network (with proper authentication)
2) Allow me to remotely troubleshoot their computer even from a hardware perspective I would want to see what is going on from power-up, onwards. Assume the operating system isn't working and never will...
3) Be easy enough for your parents to use :-)

Thoughts from the crowd? Certainly someone has done this before...

flag

closed as not programming related by George Stocker Dec 30 at 14:07

8 Answers

vote up 1 vote down check

The hardware one is the part that you are probably going to have to give up on. This is very expensive, and usually requires the hardware to have special cards to show you the boot screen. However that is usually easily trouble shooted over the phone.

The operating system management is very easy. You can do this in a couple of ways. If you have to have access to it with out a person at the computer you need the following:

  1. Router (WRT-54G)
  2. DD-WRT or Tomato Firmware
  3. Router Setup for SSH

After that is done you are able to easily create SSH Tunnels to any computer on the network, for Remote Desktop, VPN, or any port that you wish to access. Very easy and very versatile, and it will get your through most firewalls on the corporate and home side.

If the person is going to be in the front of the computer and they are running Windows. Try Microsoft Shared View. It is like a combination of Net Meeting, Remote Desktop, and tunneling software to get your through firewalls. Very useful for troubleshooting and anybody can download and install and be up and running in 5 mins.

link|flag
I would definitely go with CrossLoop or Mesh over Shared View. I have used all three and had much better experiences with the others. – spoon16 Sep 22 '08 at 0:57
I agree. While there are many options for "remote support" once the OS is booted up, seeing the screen BEFORE the OS is up isn't as easy (or cheap). Something like an IP-based KVM switch might do the trick, but I don't know if it meets your cost requirements. – Keithius Oct 22 '08 at 14:36
vote up 0 vote down

UltraVNC SingleClick (http://www.uvnc.com/addons/singleclick.html). From their site:

UltraVNC SC does not require installation and does not make use of the registry. The customer only have to download the little executable and Click to make a connection. The connection is initiated by the server, to allow easy access thru customers firewall.

It even has an online creator (http://www.uvnc.com/pchelpware/creator/)

link|flag
vote up 0 vote down

Similar to CrossLoop, is my favorite: TeamViewer. They have version that requires no installation, and no registration. There's also no IP addresses, just get the generated ID and password from the user and you can connect through firewalls.

I think TeamViewer is best for the random tech support session, if you are going to do it frequently then I'd recommend LogMeIn which runs in the background and can be launched by you without any intervention by the user.

link|flag
vote up 1 vote down

I use the free version of LogMeIn to troubleshoot family computer that is sitting overseas. So far it has worked fine for me.

link|flag
vote up 0 vote down

VNC over the internet for free. (Link)
(oops: this won't work if the OS is not running - sorry)

link|flag
vote up 1 vote down

I really like CrossLoop. It's free and very easy to setup. I have had to talk multiple family members through the download and installation and haven't had any problems.

One of the coolest things about it is that it does not require any sort of registration (less to talk my family members through).

The only issue you might have here is that you have to have someone at the computer to accept the remote access connection. Solutions like Live Mesh take a bit more to setup on the front end but don't require anyone to accept the incoming connection.

link|flag
Just noticed the "from power-up, onwards" requirement. I don't think any of the answers that are posted so far support that requirement and mine certainly does not. I will leave it anyway as I think CrossLoop is valuable tool for most of these "family IT guy" scenarios. – spoon16 Sep 22 '08 at 0:37
vote up 1 vote down

Check out the Windows Live Mesh. This has a neat Screen sharing. You can create a mesh with your systems. RDP is just one of the 100s of features of Mesh. You can start using this from mesh.com though it is in its TechPreview

link|flag
vote up 0 vote down

Windows Home Server has an easy to use remote access feature.

link|flag
Yup, but a quick googling reveals the cheapest boxes start around $400 so violates the <=$250 requirement, maybe I can convince them granted everything else Home Server does. – tekiegreg Sep 22 '08 at 0:30

Not the answer you're looking for? Browse other questions tagged or ask your own question.