yum -y install epel-release
yum -y install xrdp tigervnc-server
systemctl status xrdp
systemctl start xrdp.service
systemctl enable xrdp.service
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
( rdp 3389 )
Correction is Server listens on TCP port 3389 and UDP port 3389
xrdp Remote Desktop Protocol
No comments:
Post a Comment