Thursday, September 24, 2020

How to configure remote desktop in centos


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

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...