xRDP

How to install RDP (Remote Desktop) on a Linux box

 
cd /root
make
make install
cp /usr/local/xrdp/xrdp_control.sh /etc/rc.d/init.d/xrdpd
chkconfig –level 35 xrdpd on
service xrdpd start
 
 
Connect to the server using mstsc. I’ve tested it on Fedora Core 3 and CentOS 5.3 x64 so I assume it will work on everything in between. Works better than VNC.
This entry was posted in Tech. Bookmark the permalink.

Leave a Reply