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

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...