美文网首页
Windows远程桌面连接Centos7

Windows远程桌面连接Centos7

作者: yhyok | 来源:发表于2019-05-13 09:16 被阅读0次

首先安装centos7需要安装“Server with GUI”或者GNOME,如果没有,后期需要联网手动安装桌面环境,指令如下:

#yum -y groups install "GNOME Desktop"
#start x

然后配置源:

#yum install  epel* -y

最后安装远程连接服务xrdp:

#yum --enablerepo=epel -y install xrdp

安装完毕后启动xrdp并配置开机自启动:

#systemctl start xrdp
#systemctl enable xrdp

随后便可用Windows自带的远程桌面客户端连接centos7的桌面系统,如果无法连接,可关闭centos7防火墙或者防火墙开放3389端口再试。

相关文章

网友评论

      本文标题:Windows远程桌面连接Centos7

      本文链接:https://www.haomeiwen.com/subject/dobkaqtx.html