How to access centos system remotely through win10 remote desktop connection

王林
Release: 2020-03-21 15:43:05
Original
6077 people have browsed it

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
Copy after login

and then install it (recommended tutorial: centos usage tutorial)

yum install xrdp
Copy after login

or

yum --enablerepo=epel -y install xrdp
Copy after login

Installed After xrdp, you need to start

systemctl start xrdp
Copy after login

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!