在Anolis OS 8.10 GA上安装和配置VNC系统

在Anolis OS 8.10 GA上安装和配置VNC系统

1、安装yum install tigervnc-server tigervnc-server-module -y

image

 

2、vncpasswd

设置VNC密码,回车后,Password为录入你要设置的密码,Verify为确认密码,Would you like to enter a view-only password (y/n)?是否创建一个只读用户

image

 

3、启动VNC Server
vncserver :1
此处的 :1 为 将端口设置为5901, :2为5902 ,以此类推,如有占用,自行切换。

image