Home  >  Article  >  Operation and Maintenance  >  How to access centos system remotely through win10 remote desktop connection

How to access centos system remotely through win10 remote desktop connection

王林
王林Original
2020-03-21 15:43:056010browse

How to access centos system remotely through win10 remote desktop connection

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn