If centos7 has already installed GNOME or KDE desktop, you only need to install xrdp.
The installation method is as follows:
It is not possible to install xrdp directly through yum, because xrdp is not in the default source.
Configure the source first
yum install epel* -y
and then install it (recommended tutorial: centos usage tutorial)
yum install xrdp
or
yum --enablerepo=epel -y install xrdp
Installed After xrdp, you need to start
systemctl start xrdp
and you need to add a port to allow access. The port used by xrdp is 3389
or simply and crudely, turn off the firewall,
systemctl stop firewalld
Recommended video tutorials: linux video tutorial
The above is the detailed content of How to access centos system remotely through win10 remote desktop connection. For more information, please follow other related articles on the PHP Chinese website!