|
This is
a program i've been following since it’s start, as a matter a fact I
started following it about 4 months before the first release. It is an
RDP server or Linux terminal server, basically allows you to log into
the system from a remote location much like windows terminal server. It
uses the same protocol as windows terminal server, RDP, so you are able
to connect from the windows remote desktop clients & rdesktop. Name: xrdp HomePage: http://xrdp.sourceforge.net Function: Linux RDP server
1. Firstly you have to the install the Header files for openssl yum install openssl-devel 2. Afterwards install the Header files for pam yum install pam* 3. Download the source code from http://xrdp.sourceforge.net  4. Unzip the file gzip -d xrdp-0.2.tar.gz tar -xvf xrdp-0.2.tar
 5. Then move into the folder cd xrdp-0.2 6. Now install it make
make install  7. Now download the init.d script on my website http://www.opensourcehowto.org/uploads/xrdp.txt
 place it in the init.d folder with all the other startup scripts cp xrdp /etc/init.d/ 9. Make it executable chmod ug+rwx /etc/init.d/xrdp
 10. Now to run it, stop it and check it's status is simple /etc/init.d/xrdp status /etc/init.d/xrdp stop /etc/init.d/xrdp start
BookMarking:
cell1
|
|
cell3 |
|
cell4
|
|
Trouble Shooting:
Go to the wiki page Go to the 'Contact Us ' Forum Go to the how-to's Support Forum
External Links:
http://xrdp.sourceforge.net/ |