# 安装软件包 yum groups install "GNOME Desktop" yum install xrdp # 设置开机自启xrdp服务,并立即启动xrdp服务 systemctl enable --now xrdp # 关闭防火墙或者开放端口3389 systemctl stop firewalld systemctl disable firewalld
Windows可视化远程Centos
原文:https://blog.51cto.com/u_14907428/3227420