安装

1
sudo apt install tigervnc-standalone-server

配置vnc密码

1
vncpasswd

启动服务

1
vncserver :1  -localhost no

:1通道1。一共有:1 :2 :33个通道

:1端口号是5091

-localhost no允许其它机器远程连接

查看已经开启的服务

1
vncserver -list

关闭

1
vncserver -kill :1