PDA

View Full Version : Can I RDP from a linux interface to Windows?


Artyom
01-05-2008, 11:13 PM
Yes, you can. You need to install rdesktop on your Linux server and then run the following command:

rdesktop -u USERNAME -p - REMOTE_IP

Substitute the actual username for USERNAME (most likely Administrator) and the actual IP of the server you're logging into for REMOTE_IP.

You do need to have a desktop interface installed to run this such as Gnome, KDE or Xfce.