Linux – Remote desktop access for windows from Linux

linuxremote desktopwindows

I would like to connect to a windows RDP server from my linux machine. This is to access the remote desktop of someone I am helping for something.

The problem when I use rdesktop is that if I login under a certain username from rdesktop, the user is forcefully logged out from the windows computer. And if the user logs in back onto the windows machine, then the rdesktop connection is lost.

What is a good solution so that I can oversee this person's work on the windows machine, from my linux machine?

Best Answer

There are two commonly used protocols for establishing remote control/viewing from desktop to desktop. One is VNC, the other RDP

See What's the difference between RDP vs VNC?

You need to install a Client on your desktop, and a Server on the desktop you wish to view. Both should follow the same protocol.

It shouldn't matter if these are different softwares on different platforms as long as they both use the same protocol

There are many options on all platforms. I have used RealVNC on a windows XP machine, accessed from my ubuntu desktop using x11vnc (can't post more links, sorry)

If you are having an issue with one, try another. There are many available. If you continue to have problems, you are going to have to post a question with some information such as a config file or a log.

Hope that helps some.

Related Question