How to install RDP Server in Linux System 1.Make sure your PC have installed the gcc,pam-devel and openssl-devel, by the command: yum install gcc pam-devel openssl-devel 2.Install the software package. cd /usr/local/src wget http://jaist.dl.sourceforge.net/sourceforge/xrdp/xrdp-0.4.1.tar.gz tar -xzvf xrdp-0.4.1.tar.gz cd xrdp-0.4.1 make make install 3.Edit /etc/rc.d/rc.local, add: /usr/local/xrdp/xrdp_control.sh start 4.Start XRDP /usr/local/xrdp/xrdp_control.sh start 5.Setup XRDP modify /etc/xrdp/sesman.ini change "ListenAddress=127.0.0.1" to "ListenAddress=0.0.0.0" 6.Logon please select "Auto logon" in the "Server" bookmark in Setup of Terminal. Input the Server IP Address and save. Turn the power off and on.