Centos安装桌面环境并启用远程控制

实验环境:
Centos操作系统:centos7.9
Windows客户端操作系统:windows10

1、安装GNOME桌面环境:

yum groupinstall "X Window System"
yum groupinstall "GNOME Desktop" "Graphical Administration Tools"

2、设置启动方式为图形界面:

systemctl set-default graphical.target

3、重启系统后安装Xrdp:

yum install xrdp

4、设置Xrdp使用GNOME,编辑配置文件:

vi /etc/xrdp/xrdp.ini

末尾添加如下行:

exec gnome-session

5、 启动Xrdp服务:

systemctl start xrdp

注明:如果启用了防火墙,需要放行3389端口,方法见http://ken.01h.net/centos7%e9%98%b2%e7%81%ab%e5%a2%99firewalld%e7%ae%a1%e7%90%86/

发表评论

邮箱地址不会被公开。 必填项已用*标注