Monday, November 10, 2008

Supporting Windows Terminal Clients from LINUX with xrdp

The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. The Website of xrdp (http://xrdp.sourceforge.net/)

Steps to Install
Step 1:
# tar -zxvf xrdp-0.4.1.tar.gz
Step 2:
# cd xrdp-0.4.1
Step 3:
# make
Step 4:
# make install
Step 5:
# cd /usr/local/xrdp
# cp xrdp_control.sh /etc/init.d/xrdp_control
# chkconfig --add xrdp_control
# chkconfig xrdp_control on
# service xrdp_control start

Step 6:
# groupadd rdpusers
# usermod -G rdpusers kittycool

No comments: