参考:https://www.bnxb.com/linuxserver/27459.html
一、安装
//安装CentOS桌面
yum upgrade
yum -y groupinstall "X Window System" //执行这条命令时报错,跳过不影响
yum -y groupinstall "GNOME Desktop"
startx
//安装xrdp
yum install epel* -y
yum --enablerepo=epel -y install xrdp
//添加防火墙
firewall-cmd --permanent --zone=public --add-port=3389/tcp
firewall-cmd --reload
//启动服务
systemctl start xrdp
systemctl enable xrdp
netstat -tnlp | grep xrdp
特别说明:在运行yum -y groupinstall “X Window System” 时报错,不知道什么原因。
[root@localhost ~]# yum -y groupinstall "X Window System"
已加载插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
Maybe run: yum groups mark install (see man yum)
指定组中没有可安装或升级的软件包
[root@localhost ~]#
试了一些方法,没有解决,于是跳过,没想到不影响后面的操作。
二、测试远程桌面
在windows上运行mstsc,输入LINUX的IP地址
文章来源:https://www.toymoban.com/news/detail-522157.html
然后就进入登录界面,输入账号密码即可。
文章来源地址https://www.toymoban.com/news/detail-522157.html
到了这里,关于CentOS7开启远程桌面连接的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!