linux-Ubuntu18.04使用RealVNC进行远程桌面连接

linux-Ubuntu18.04使用RealVNC进行远程桌面连接

一、下载RealVNC

官方下载地址:
https://www.realvnc.com/en/connect/docs/debian-install-remove.html
VNC-Viewer-6.19.325-Linux-x64.deb

二、开始安装

下载完成后找到文件下载路径后开始安装
sudo dpkg -i <文件路径及文件名>
vncviewer
破解VNC
sudo vnclicense -add WHJRK-UXY7V-Q34M9-CZU8L-8KGFA。

因为需要虚拟模式,所以输入如下命令启用开机启动:

sudo systemctl enable vncserver-virtuald.service

然后输入如下命令开启服务:

sudo systemctl start vncserver-virtuald.service

参考链接:https://blog.csdn.net/u012911347/article/details/81209222

你可能感兴趣的:(Ubuntu,LINUX,Ubuntu,Realvnc,vnc)