Windows远程连接CentOS桌面

安装开源资源库

1
yum install epel-release

epel-release

安装xrtp软件

1
yum install xrdp

xrdp

安装tigervnc服务

1
yum install tigervnc-server

vnc

为用户root设置vnc密码

1
vncpasswd root

关闭防火墙

仅本次关闭
1
systemctl stop firewalld.service
开机关闭
1
systemctl disable firewalld.servie

开启xrdp服务

1
2
systemctl start xrdp
systemctl enable xrdp

尝试远程连接

远程连接

成功

成功