1. Download and install noarch file from https://dl.fedoraproject.org/pub/epel/7/x86_64/e/
3. Check the xrdp service port
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
2. Install xrdpsudo yum -y install xrdp tigervnc-server
systemctl start xrdp.service
3. Check the xrdp service port
netstat -antup | grep xrdp
4. Add firewall exceptionfirewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
5. Adding to startupsystemctl enable xrdp.service
6. Config SELinuxchcon --type=bin_t /usr/sbin/xrdp
chcon --type=bin_t /usr/sbin/xrdp-sesman
Sign up here with your email
ConversionConversion EmoticonEmoticon