How To install XRDP in UBUNTU 16.04
阿新 • • 發佈:2018-08-05
source accep tls .com dea wal enter href his 轉載自:http://www.techtogeek.com/how-to-install-xrdp-in-ubuntu-16-04/
by TechtoGeek · October 31, 2017
What is XRDP and why we use this .
XRDP is a OpenSource RDP server (Deamon) which provide us Graphical login to remote machines by using X11rdp ,Xvnc, or xorgxrdp services in background .
XRDP Accept connections from Remote Desktop Client (Windows),MAC and Android etc .
By default RDP transport is encrypted using TLS .
On Ubuntu Machine
First Install the XRDP Package .
1 #sudo apt-get install xrdp
Update the packages .
1 #sudo apt-get update
Install additional packages
1 # sudo apt-get install mate-core mate-desktop-environment mate-notification-daemon
Allow multiple users to connect with XRDP
1 # sudo sed -i.bak ‘/fi/a #xrdp multiple users configuration \n mate-session \n’ /etc/xrdp/startwm.sh
Allow RDP Port in firewall
1 # sudo ufw allow 3389/tcp
Now We can take remote of my Linux Machine from Windows by just MSTSC(Remote Desktop Connection) On Windows machine open Remote Desktopt Connection OR Open run then type mstsc-enter enter linux machine IP and provide credentials when ask . !!!!!!!!!!
How To install XRDP in UBUNTU 16.04