Home>Article>Operation and Maintenance> How to remotely control centos in windows system

How to remotely control centos in windows system

王林
王林 Original
2020-05-22 11:04:56 3162browse

How to remotely control centos in windows system

1. Turn off the firewall

systemctl stop firewalld #临时关闭防火墙 systemctl disable firewalld #关闭防火墙开机自启动 firewall-cmd –state #查看防火前状态

How to remotely control centos in windows system

2. Configuration source:

# yum install epel* -y

3. Installation xrdp

# yum --enablerepo=epel -y install xrdp

4. Start xrdp and set it to start at boot

# systemctl start xrdp # systemctl enable xrdp

How to remotely control centos in windows system

5. Enter your account and password to log in.

How to remotely control centos in windows system

Recommended tutorial:centos tutorial

The above is the detailed content of How to remotely control centos in windows system. 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