How to install Xrdp in Centos.?

Hi,

I want to install the Xrdp in Centos for taking remote session of centos server from Windows machine.

could you please help me for this ??

yum install xrdp

Hi verdepollo,

Not working its showing the below error :

[root@centos ~]# yum install xrdp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.iitm.ac.in
 * extras: ftp.iitm.ac.in
 * updates: ftp.iitm.ac.in
Setting up Install Process
Nothing to do

You can download it from

http://sourceforge.net/projects/xrdp/files/xrdp/0.6.0/

and install it.

and then start service

/usr/local/xrdp/xrdp_control.sh start

Hi Priy,

Could you please explain the detailed installation steps ?
It will be more helpful for me..

http://sourceforge.net/projects/xrdp/files/xrdp/
tar xvf xrdp-0.4.1.tar.gz 
cd xrdp-0.4.1
yum install libtool* gcc* pam-devel openssl-devel vnc-server

make
then as root
make install


/usr/local/xrdp/xrdp_control.sh start

There's faq.txt, readme.txt and install.txt; All these files come bundled with the tar download.

Read them and if you have any specific questions, post them here.