首页 >> 知识 >> CentOS8安装VNC

CentOS8安装VNC

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-module

3.复制配置文件

[root@centos8 ~]# cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@:1.service

4.编辑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=root

5.开启服务

[root@centos8 ~]# systemctl daemon-reload[root@centos8 ~]# systemctl start vncserver@:1.service

6.创建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 ~]$ exitexit

7.VNC Viewer开始登录

网站地图