VNC官网安装VNCService
官网下载Linux版VncService
https://www.realvnc.com/en/connect/download/vnc/
下载包:VNC-Server-6.5.0-Linux-x64.rpm
sudo yum install VNC-Server-6.5.0-Linux-x64.rpm
安装完成后即可以启动VncServer,第一次启动需要设置密码及vnclicense
百度找到以下license可以使用,输入
sudo vnclicense -add WHJRK-UXY7V-Q34M9-CZU8L-8KGFA
随系统自启
systemctl start vncserver@:1.service && systemctl enable vncserver@:1.service