Tutorial:xRDP-Windows-Linux
Use Windows Remote Desktop Protocol to log into a Linux machine. This tutorial is for primarily Centos 7 / Rhel 7 / Fedora
- Open up the terminal either locally or remotely
- Enter: vi /etc/yum.repos.d/xrdp.repo
- Enter the following content into vi editor:
[xrdp]
name=xrdp
baseurl=http://li.nux.ro/download/nux/dextop/el7/x86_64/
enabled=1
gpgcheck=0
Hit : and type wq! to save changes - Enter: yum -y install xrdp tigervnc-server
- Enter: systemctl start xrdp.service
- Verify xRDP start up service by entering: netstat -antup | grep xrdp
- Configure Firewall IPTables
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
No comments:
Post a Comment