Windows 远程桌面连接 CentOS7 (xrdp)
2021-02-02 15:17
标签:port 方法 windows cmd zone man art centos安装 log 前提: 方法: 配置源 安装xrdp 启动xrdp并设置开机启动 安装好了之后将防火墙关闭,或者开放3389端口 打开远程桌面 连接 连接完成! 参考:https://blog.csdn.net/sgrrmswtvt/article/details/81869208 Windows 远程桌面连接 CentOS7 (xrdp) 标签:port 方法 windows cmd zone man art centos安装 log 原文地址:https://www.cnblogs.com/1285026182YUAN/p/11545236.htmlWindows 远程桌面连接 CentOS7 (xrdp)
CentOS安装桌面,如果无桌面,请执行:yum -y groups install "GNOME Desktop"
startx
yum install epel* -y
yum --enablerepo=epel -y install xrdp
systemctl start xrdp
systemctl enable xrdp
//开放3389端口
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
======================或者关闭防火墙
//临时关闭
systemctl stop firewalld
//禁止开机启动
systemctl disable firewalld
下一篇:C# 函数返回多个值的方法
文章标题:Windows 远程桌面连接 CentOS7 (xrdp)
文章链接:http://soscw.com/index.php/essay/50029.html