openvz
HOW TO REMOTE DESKTOP FROM WINDOWS TO CENTOS SERVER
In this short centos 9 tutorial you will see how to remote desktop from windows to centos server. This Centos Tutorial shows you how to RDP to centos 9 but it should work from most CentOS or redhat versions.
The commands that you need to follow along are:
How to install XRDP:
sudo dnf –enablerepo=epel -y install xrdp
How to enable the XRDP service
sudo systemctl enable xrdp –now
How to allow RDP through Firewalld
sudo firewall-cmd –add-port=3389/tcp
Ensure all rules are loaded into Firewalld
sudo firewall-cmd –runtime-to-permanent
[ad_2]
source