Remote desktop access for windows from Linux

3

2

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?

George S.

Posted 2012-08-14T15:52:31.883

Reputation: 31

1You will not be able to do this with RDP. RDP only allows a user to be logged in from one location, including remote locations. You will want to look at VNC or other remote desktop solutions. – Darth Android – 2012-08-14T17:45:39.440

Is this a Remote Desktop server, i.e., does it allow multiple different users to log in at once? If so, you could probably log in as yourself and then use Remote Assistance to assist the other user. – Harry Johnston – 2012-08-14T22:11:37.257

Answers

4

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.

John David Ravenscroft

Posted 2012-08-14T15:52:31.883

Reputation: 349

1

I have a better solutions. http://www.freerdp.com/ This programs have support for windows rdp protocol. You just need to configure.

Peter Rogala

Posted 2012-08-14T15:52:31.883

Reputation: 39

This won't make any difference. The problems the OP was having with RDP protocol are independent of the particular RDP client used. – Harry Johnston – 2012-09-03T19:53:35.657