Main Menu
Home
Search
Support
How To's
OpenWiki
Contact Us
Users Blogs
User HowTo's
Announcements
Google Translation

 

 

 

 

xrdp & Fedora Core 3 PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Paul Matthews   

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

 

xrdp Fedora

4. Unzip the file

gzip -d xrdp-0.2.tar.gz
tar -xvf xrdp-0.2.tar

 

xrdp Fedora

5. Then move into the folder

cd xrdp-0.2

6. Now install it

make

 

xrdp Fedora

 

make install

 

xrdp Fedora

7. Now download the init.d script on my website

http://www.opensourcehowto.org/uploads/xrdp.txt

 

xrdp Fedora

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

 

xrdp Fedora

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

 

xrdp Fedora


 


BookMarking:

 

cell1

cell3 Submit to del.icio.us
cell4
AddThis Social Bookmark Button

 


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/

Last Updated ( Sunday, 03 June 2007 )