使用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附件】-【桌面远程连接】