红联Linux门户
Linux帮助

Windows远程访问ubuntu桌面

发布时间:2016-06-18 10:35:36来源:linux网站作者:spf0561

步骤1:在Ubuntu系统中允许远程登录

(1)打开启动器左上角的程序搜索器。
(2)输入"远程",单击桌面共享。按照下图进行配置。密码可输入为:wsn123

Windows远程访问ubuntu桌面

关闭后在桌面右上角会显示远程图标

Windows远程访问ubuntu桌面

系统设置 -> 用户账户。解锁,打开自动登录

Windows远程访问ubuntu桌面


步骤2: 安装远程桌面组件
打开终端运行命令:
sudo apt-get install xrdp
sudo apt-get update


步骤3 修改远程加密选项

安装系统配置编辑器dconf-editor,

打开终端运行命令:

sudo apt-get install dconf-editor

sudo dconf-editor

现在dconf-editor的界面已打开。到这里:org > gnome > desktop > remote-access,requlre-encryption取消勾选。

Windows远程访问ubuntu桌面

到这里Ubuntu的配置就完成了。

在Windows打开远程桌面登录,输入Ubuntu系统的IP,比如10.8.37.4。

Windows远程访问ubuntu桌面

出现登录xrdp的对话框,Module选vnc-any,ip固定填写127.0.0.1,不用输10.8.37.4。

Windows远程访问ubuntu桌面


本文永久更新地址:http://www.linuxdiyf.com/linux/21622.html