1.查看系统信息
# 查看red-hat版本信息cat /etc/redhat-releaseCentOS Linux release 8.0.1905 (Core)2.安装VNC Server
[root@centos8 ~]# dnf install -y tigervnc-server tigervnc-server-module3.复制配置文件
[root@centos8 ~]# cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service4.编辑vim /etc/tigervnc/vncserver.users 添加用户
[root@centos8 ~]# vim /etc/tigervnc/vncserver.users# TigerVNC User assignment## This file assigns users to specific VNC display numbers.# The syntax is =. E.g.::1=root5.开启服务
[root@centos8 ~]# systemctl daemon-reload[root@centos8 ~]# systemctl start vncserver@:1.service6.创建vncviewer登录密码
[root@centos8 ~]$ vncpasswdPassword:Verify:Would you like to enter a view-only password (y/n)? nA view-only password is not used[root@centos8 ~]$ exitexit7.VNC Viewer开始登录