How to remotely control centos in windows system

王林
Release: 2020-05-22 11:04:56
Original
3285 people have browsed it

How to remotely control centos in windows system

1. Turn off the firewall

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

How to remotely control centos in windows system

2. Configuration source:

# yum install  epel* -y
Copy after login

3. Installation xrdp

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

4. Start xrdp and set it to start at boot

# systemctl start xrdp
# systemctl enable xrdp
Copy after login

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!

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