Windows通过VNC连接Ubuntu

时间:2021-08-24 07:05:51

1、设置Ubuntu系统允许远程控制

在 Dash 中打开 桌面共享

Windows通过VNC连接Ubuntu

2.运行dconf-editor,把加密选项去掉。

ubuntu:~$ sudo apt-get install dconf-editor  //安装dconf-editor

Windows通过VNC连接Ubuntu

ubuntu:~$ dconf-editor                                  //运行dconf-editor

Windows通过VNC连接Ubuntu

或者在 Dash 中打开 桌面共享

依次展开org->gnome->desktop->remote-access

这里也可以直接设置远程控制选项,但重要的是将“requre-encryption”去掉。

Windows通过VNC连接Ubuntu

3.回到Windows,运行vnc viewer,输入ubuntu的IP地址,一切OK

Windows通过VNC连接Ubuntu

输入在桌面共享中设置的密码。

Windows通过VNC连接Ubuntu

成功!

Windows通过VNC连接Ubuntu