How to remote access Centos 7 from Windows
1. Enable EPEL repo on Centos 7
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
2. Installing XRDP and TigerVNC Server
————————————–
yum -y install xrdp tigervnc-server
3. Start and enable XRDP on startup.
————————————-
systemctl start xrdp
systemctl enable xrdp
4. Checking if XRDP is running and active
——————————————
netstat -antup | grep xrdp
My Youtube Channel
——————
https://www.youtube.com/user/sandeepsuresh2006
My Website
———-
http://www.networkninja.co.in
My Facebook Page
—————-
https://www.facebook.com/NetworkNinja01/
centos 7