
Red Hat Linux, with its splashy brand name and recognizable logo, is undeniably one of the driving forces behind the Linux revolution and, by far, the most popular Linux flavor. Enter IP Address in Remote Desktop Connection WindowĬlick Yes to accept the warning of RDP certificate name mismatch.Red Hat Linux 9 For Dummies краткое содержание Type the IP address of your Linux server in the computer field and then click the Connect. Now, take an RDP session from any windows machine using Remote Desktop Connection program. firewall-cmd -permanent -add-port=3389/tcpįirewall-cmd -reload Access CentOS 8 / RHEL 8 Machine via xrdp The below command will add the exception for RDP port (3389). systemctl enable xrdp FirewallĬonfigure the firewall to allow RDP connections from external machines. Execute the below command to enable the service at system startup. Tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 8068/xrdpīy default, xrdp server service won’t start automatically after a system reboot. You can confirm this by using the netstat command. Once xrdp is installed, start the xrdp server service using the systemctl command. Running scriptlet: tigervnc-server-1.9.86_64 4/4 Output: Last metadata expiration check: 1 day, 5:23:26 ago on Wed 06:04:22 AM EDT. READ: Install Gnome Desktop on CentOS 8 / RHEL 8 Install xrdp on CentOS 8 / RHEL 8 CentOS 8 yum install -y epel-release RHEL 8 yum install -y Install Gnome Desktopīefore installing the xrdp server, you would need to install the Gnome desktop using YUM command.

So, we need to enable the EPEL repository on CentOS 8 / RHEL 8 to install xrdp. Xrdp package is available on EPEL repository. The steps mentioned in this article will only work if you have enabled subscription on RHEL 8 or configured the local yum repository on your system.
