Home  >  Article  >  Operation and Maintenance  >  This article explains how to connect Windows to the Linux desktop?

This article explains how to connect Windows to the Linux desktop?

藏色散人
藏色散人forward
2021-10-18 17:10:345906browse

The following column linux system tutorial will introduce to you how to connect Windows to the Linux desktop. I hope it will be helpful to friends in need!

Use Windows remote desktop tool to connect to Linux desktop


[TOC ]

1. Preparation tools

##windowslinuxSystemwin10centos7SoftwareRemote Desktop Connection (self With)xrdp (provided by epel library): open source Remote Desktop Protocol (RDP) service

2. Linux (connected end)

2.1 Add epel library

rpm -Uvh https://mirrors.tuna.tsinghua.edu.cn/epel/epel-release-latest-7.noarch.rpm

2.2 Install xrdp

yum -y install xrdp

2.3 Set up firewall

firewall-cmd --permanent --add-port=3389/tcp
firewall-cmd --reload

2.4 Start service xrdp

systemctl start xrdp
systemctl enable xrdp


3. windows (active connection)

3.1 Open the [Remote Desktop Connection] tool

    Method ①
  • [win] [r], enter "mstsc"
  • Method ②
  • [Start]-[Windows Accessories]-[Desktop Remote Connection]

This article explains how to connect Windows to the Linux desktop?

3.2 Enter the IP address of the controlled Linux system

This article explains how to connect Windows to the Linux desktop?

3.3 Click [Yes] in the security warning

This article explains how to connect Windows to the Linux desktop?

3.4 Enter the Linux account and password to enter the system

3.5 Complete [Recommended learning: "

linux video tutorial"]

The above is the detailed content of This article explains how to connect Windows to the Linux desktop?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete