xrdp +vnc 远程访问centos系统 配置操作指引
目的:Centos部署 xrdp及vnc,Windows通过RDP访问centos系统
安装配置步骤:
1.Centos安装gnome桌面;
2.Centos安装vncserver;
3.Centos安装xrdp包;
4.Centos防火墙放通3389端口;
1.Centos安装gnome桌面
[root@localhost ~]# yum grouplist #检查可安装的group
安装图形桌面 gnome desktop,以及 图形管理工具 graphical administration tools
[root@localhost ~]# yum groupinstall "GNOME Desktop"
[root@localhost ~]# yum groupinstall "Graphical Administration Tools" --setopt=group_package_types=mandatory,default,optional
再次检查下group:
[root@localhost ~]# yum grouplist #检查可安装的group
可以看到GNOME Desktop以及 Graphical administration tools都已安装上。
2.Centos安装vnc server
[root@localhost ~]# yum install vnc-server
[root@localhost ~]# rpm -qa |grep vnc
3.安装xrdp
安装yum源
[root@localhost ~]# yum install epel*
[root@localhost ~]# yum install xrdp #安装xrdp包
4.启动xrdp并设置为开机自启动
[root@localhost ~]# systemctl start xrdp #启动xrdp
[root@localhost ~]# systemctl status xrdp #查看xrdp启动状态
[root@localhost ~]# systemctl enable xrdp #设置为开机自启动
5.防火墙开通3389端口
[root@localhost ~]# firewall-cmd --zone=public --add-port=3389/tcp --permanent
[root@localhost ~]# firewall-cmd --reload
[root@localhost ~]# firewall-cmd --list-ports
6.客户端通过mstsc远程server
进入服务器端,查看启动端口:
[root@localhost ~]# netstat -nutpl |grep xrdp vnc
[root@localhost ~]# netstat -nutpl |grep vnc
Zabbix5.0企业级分布式监控系统:精讲与企业应用