XRDP is a package which allows RDP Connection from Windows Machine. Using this feature you can access the Desktop of your machine from any Windows Machine, Below are the steps.
1, Install following Packages.
# yum install -y epel-release # yum install -y xrdp # systemctl enable xrdp # systemctl start xrdp
2. Create the file.Xclients in the user directory as below.
# echo "xfce4-session" > ~/.Xclients # chmod a+x ~/.Xclients
4. ow go to any Windows Desktop Connection and using IP you can access remote Desktop of Linux 7.