使用Windows 10远程控制Ubuntu16.04

kevin.Zhu 发布于:2017-5-15 23:03 分类:Ubuntu  有 14 人浏览,获得评论 0 条  

http://www.linuxidc.com/Linux/2016-12/138600.htm

 

使用Windows 10远程控制Ubuntu 16.04,网上很多需要安装xfce桌面的。今天介绍一下,不需要安装其他桌面,使用Ubuntu 16.04自带桌面,漂亮美观。

Ubuntu16.04端:

1、打开终端,安装xrdp,vncserver

sudo apt-get install xrdp vnc4server xbase-clients

2、安装desktop sharing(Ubuntu16.04默认已经安装),可以到应用商店下载。打开desktop sharing,设置如下:

 

3、安装安装dconf-editor,取消权限限制:

sudo apt-get install dconf-editor

dconf-editor设置:org > gnome > desktop > remote-access,取消 “requlre-encryption”

Windows 10端:

搜索远程桌面连接,输入Ubuntu的ip地址,点击连接。

选择vnc-any,输入Ubuntu的ip地址,端口不变(5900),桌面共享设定的密码,即可远程连接到ubuntu 16.04桌面。

更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2

本文永久更新链接地址http://www.linuxidc.com/Linux/2016-12/138600.htm