-
Notifications
You must be signed in to change notification settings - Fork 0
CentOS 7 Install xrdp
Prez Ivan edited this page May 16, 2020
·
2 revisions
Ensure to have installed Gnome GUI on CentOS7
- sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- sudo yum -y install xrdp tigervnc-server
- sudo systemctl enable xrdp
- sudo systemctl start xrdp
- sudo systemctl status xrdp
Verify port listening:
netstat -antup | grep xrdp
- sudo firewall-cmd --permanent --add-port=3389/tcp
- sudo firewall-cmd --reload
- sudo chcon --type=bin_t /usr/sbin/xrdp
- sudo chcon --type=bin_t /usr/sbin/xrdp-sesman