关于windows:windows连接Linux桌面windows远程桌面工具

5次阅读

共计 485 个字符,预计需要花费 2 分钟才能阅读完成。

应用 Windows 远程桌面工具连贯 Linux 桌面


[TOC]

一、筹备工具

windows linux
零碎 win10 centos7
软件 远程桌面连贯(自带) xrdp(epel 库提供):开源的远程桌面协定 (RDP) 服务

二、Linux(被连接端)

2.1 增加 epel 库

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

2.2 装置 xrdp

yum -y install xrdp

2.3 设置防火墙

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

2.4 启服务 xrdp

systemctl start xrdp
systemctl enable xrdp

三、windows(被动连贯)

3.1 关上【远程桌面连贯】工具

  • 办法①
    【win】+【r】,输出 ”mstsc”
  • 办法②
    【开始】-【windows 附件】-【桌面近程连贯】

3.2 输出被控 linux 零碎的 ip 地址

3.3 平安正告中点击【是】

3.4 输出 linux 账号、明码进入零碎

3.5 实现

正文完
 0