使用win10远程控制ubuntu16.04
使用win10远程控制ubuntu16.04,网上很多需要安装xfce桌面的。今天介绍一下,不需要安装其他桌面,使用Ubuntu16.04自带桌面,漂亮美观。
Ubuntu16.04端:
1、打开终端,安装xrdp,vncserver
sudo apt-get install xrdp vnc4server xbase-clients
2、安装desktop sharing
可以到应用商店下载(Ubuntu16.04默认已经安装)。打开desktop sharing (中文版ubuntu为“桌面共享”),设置如下:
3、安装dconf-editor,取消权限限制
安装dconf-editor:
sudo apt-get install dconf-editor
打开conf-editor
dconf-editor
dconf-editor设置:org > gnome > desktop > remote-access,取消 “requlre-encryption”, 如图:
Win10端:
搜索远程桌面连接,输入Ubuntu的ip地址,点击连接。
选择vnc-any,输入Ubuntu的ip地址,端口不变(5900),桌面共享设定的密码,即可远程连接到ubuntu 16.04桌面。