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 .
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 .
!!!!!!!!!!