Friday, December 20, 2013

Linux: How to install XRDP (Ubuntu)

If you wanna do remote control your LINUX server by using the Laptop.
You can use the XRDP.


sudo apt-get install xrdp
dpkg –l| grep xrdp
   xrdp 0.5.0~20100303cvs-4 Remote Desktop Protocol (RDP) serve
sudo iptables –L | grep LISTEN
sudo su -
service xrdp start



No comments:

Post a Comment