Preferably free please.

Edit 1: Please bare in mind how much effort, e.g: clicks and key presses is it from download to screen sharing! Compiling a custom reverse VNC connecting app to a pkg file seems like the lowest mouse/key press option but is there anything with a few more presses that will do the job?

I have observed that package files seem to be easiest install method.

I tried join.me and logmein but the install for both of them failed.

Once I have access I could install a permanent solution.

I would prefer a solution that fits all recent OS X versions.


Edit 2: I wrote a bash script that can be executed in 6 clicks and no keypresses, see my answer and upvote if appropriate please.


Edit 3: It looks like this question has been subject to spam by one of the less well known companies mentioned - with accounts being created purely for answering this question.

link|improve this question

50% accept rate
feedback

migrated from serverfault.com Jul 1 '11 at 17:16

This question came from our site for system administrators and desktop support professionals.

8 Answers

I've found TeamViewer to be very simple for the end user to install and get running. Once installed, all they need to do is launch the app and then give you the automatically-generated session ID and password, after which you can gain access to their session.

Alternatively, a QuickSupport version can be run from within the downloaded image, without installation. The download page also offers a button-generator, which you can use to get an HTML snippet to download the QuickSupport version. Downloading makes OS X open it, and show:

Please double click the TeamViewer button to start TeamViewer QuickSupport

Next, one might be prompted by OS X:

“TeamViewerQS” is an application downloaded from the Internet. Are you sure you want to open it?

(A similar message might be shown for any download.) Choosing "Open" will make TeamViewer wait for a connection, but whoever wants to connect needs to be given the 9 digit ID and 4 digit password.

TeamViewer QuickSupport

When done, the user is shown a TeamViewer web page and still needs to unmount the disk image.

link|improve this answer
+1 for beating me by one second. – tombull89 Jul 1 '11 at 17:20
May I ask about how many clicks it took for the downloading user to have their computer remotely controlled? – Luke Stanley Jul 1 '11 at 17:20
@Luke I dunno, standard simple install I guess. Download it and test yourself. Then you can document the procedure for gramma as well. – ErikA Jul 1 '11 at 17:44
I want a scalable solution for all grandma's and other users out there with the minimum clicks. I'm pretty sure it's more than - say, Gitso already. – Luke Stanley Jul 1 '11 at 17:53
I don't think scalable means what you think it means. – ErikA Jul 1 '11 at 18:23
show 3 more comments
feedback

If you already have Skype, and are confident that you can use Granny as your keyboard and mouse once you can see her screen, you can get her to share her screen with you. Once a call is established, get her to go to the "Call" menu, "Share Screen" and "Share Full Screen". You'll be able to see her screen, just like a video call.

link|improve this answer
1  
People make for very painfully slow and frustrating human interface devices, grannies especially, bless them :) – Luke Stanley Jul 1 '11 at 22:09
@Luke Stanley I find it's pretty reasonable when you can see what they're doing and thus provide appropriate feedback rather than trying to blindly direct them to something you can't see, but your mileage (and granny) may vary. :-) – Scott Jul 1 '11 at 23:12
I just did this last weekend with my dad. +1 for people making very painfully slow and frustrating HIDs. Thankfully my dad is no computer dummy. – music2myear Jul 12 '11 at 21:17
feedback
up vote 2 down vote accepted

I'm using this to support end users testing an app of mine. This is the download page I made for the reverse VNC boostrapping script, it has a video download too, showing how to do it. Feel free to copy the instructions, I'll include them at the bottom.

This is the download page I made for the reverse VNC boostrapping script

On my Linux server which has it's port 5500 open to the internet, I run:

vncviewer -listen -compresslevel 8 -quality 3 -depth 8

I saved the following into a file named double_click_here_to_start_remote_support.command

curl -O http://example.com/vine.dmg
hdiutil attach vine.dmg
cd "/Volumes/Vine Server/Vine Server.app"
./OSXvnc-server -connectHost example.com

then I made it executable, and put it into a tar file to save it's executable permission. like so:

chmod +x double_click_here_to_start_remote_support.command
tar -cf vnc.tar double_click_here_to_start_remote_support.command

and I host it on a webserver somewhere, and use .htaccess in the same directory to ensure it's downloadable:

<Files *.tar>
ForceType applicaton/octet-stream
</Files>

Now it works, I'm quickly making a webpage with a screencast showing how to download and run it, with a big download button.

This has less clicks and keypresses than TeamViewer QuickSupport - and it works for free - and is even Kosha for commercial use. No lengthy id's need sharing.

I count 4 end user steps - 6 clicks, 0 keyboard presses - that is 2 double clicks, and 2 single clicks.

It could probably be wrapped maybe with something like Platypus- I encourage you to do so and share how you did it!

(I'm not actually a Mac user, but I use Linux all the time.)

End user instruction steps:

  1. Click the big green button below to start the download process
  2. When the first download dialog shows - double click the icon with a zip on it, labeled TAR
  3. Some time later another Downloads window will also show, double click the icon labeled "double_click_here_to_start_remote_support.command"
  4. A security dialog will show, verifying that you want to continue, click Open and sit back, wait a minuite for it to load and watch as your mouse moves!
link|improve this answer
feedback

From my answer to a similar question:

TeamViewer (free for personal use, Windows, Linux, Mac, iOS/Android) is fairly simple to set up. It can be installed or run without installation, so just a couple of clicks and you're ready to go. You'll have to send your grandparent a PIN and connection number but this is probably the easiest way of doing it, unless you want to set up VNC and port forwarding.

As mentioned above it can be ran without installing.

link|improve this answer
Is it free for company use? – Luke Stanley Jul 6 '11 at 16:07
@Luke, no. There are rates for business use here – tombull89 Jul 6 '11 at 16:44
feedback

I would say just use iChat, if you're both on recent versions of OSX. Super easy, she'll be happy to see your face and video chat with you, you can demand access privileges to controlling her computer and walk her through it ("don't worry grandma, that's just me, it's just like as if I were knocking on the door of your house and asking to come in").

It's preinstalled on OSX (and works with Gmail accounts in case that matters), if you already videochat with her it's safe and familiar, and for remote support she can just press "yes".

link|improve this answer
I'm on Linux unfortunately and we use Skype, and I'm looking for a scalable assumption. – Luke Stanley Jul 1 '11 at 18:01
feedback

Teamviewer QuickSupport doesn't need to installed. She can download it and double-click to run it - done. Either one of you can authenticate the connection so have her read you a couple of numbers and you do the typing. Bang! You're up.

link|improve this answer
feedback

Fog Creek Copilot is free on weekends.

link|improve this answer
feedback

This works really well.... I used it for my Mom and it was no problem....

http://quickscreenshare.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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