Software for remote controlling a computer with Kubuntu

1

2

I have a father who is totally lost with computers. From time to time, he calls me and says there's something wrong with the computer, but he cannot quite explain what the problem is. I'm now installing a computer with Kubuntu for him, setting up everything for him so that he doesn't need to worry about anything, just click on the icons I've set for him on the desktop.

I know that I cannot avoid all problems by doing this (some problems are not OS related) and what I'd like to have is a software which I can use to remote control his computer. In other words, I'd like to capture his computer (with his permission, of course) and be able to see for myself what he actually is trying to do and to remotely SHOW him what he is supposed to do.

My question is, could you recommend me some software that does what I want?

Kim L

Posted 2009-10-11T15:03:41.143

Reputation: 135

Answers

1

Look into NoMachine or TightVNC. With past experience these offer the best performance if X forwarding is not an option (it can be tricky).

You can use xvncviewer to control the active session.

John T

Posted 2009-10-11T15:03:41.143

Reputation: 149 037

NoMachine is really nice. However, I've not been successful yet at getting it to shadow a remote session. I probably just need to read the instructions more carefully. I'm guessing the built-in "System->Remote Desktop" using VNC will be the best option. – Matthew Talbert – 2009-10-11T15:23:47.080

yes, if you want to see what the console is doing. that or x11vnc can share the X session. Xvnc4-server and TightVNC-server can run a separate X server that you can use at the same time, but they cannot attach to an X session in progress. – quack quixote – 2009-10-11T15:26:56.137

ah, missed the part where he said "remotely SHOW him what he is supposed to do", I thought he was just fixing something remotely. Updated. – John T – 2009-10-11T15:38:33.447

1

Kubuntu also comes with Krfb. I've never used it, but the application lets you invite others to view and/or control your desktop via network or Internet.

mzuther

Posted 2009-10-11T15:03:41.143

Reputation: 178