admin 管理员组文章数量: 1086019
系统:window7, ubuntu16.04
要求:使用windons远程控制ubuntu系统原生桌面。
踩过地坑:xfce4-ubuntu非原生系统桌面,第三方桌面
XDRP-xrdp完美实现Windows远程访问Ubuntu 16.04 (not work on my computer)
使用XDRP过程: 1 安装TigerVNC Server软件包
sudo apt-get install tightvncserver
2 安装xrdp
sudo apt-get install xrdp -y
3 需要通过xrdp连接到桌面,需要正确配置相关信息并填充到.xsession文件
echo unity>~/.xsession
4 重启xrdp
sudo service xrdp restart
5 开启桌面共享功能(ubuntu)
6 windows 连接 ubuntu
!!!!!!!!!!!!!!!!!!!!!!最后一步却失败了。。。。。
成功的尝试:
1 卸载之前的安装 sudo apt-get remove tightvncserver (sudo apt autoremove tightvncserver)
sudo apt-get remove xrdp (sudo apt autoremove xrdp)
2 安装vncserver sudo apt-get install xrdp vnc4server xbase-clients
3 安装dconf-editor(取消权限限制) sudo apt-get install dconf-editor
打开dconf-editor工具,依次展开org->gnome->desktop->remote-access,然后取消 “requlre-encryption”的勾选.
4 windows 连接 ubuntu (succeed)
refernece:1 VNC实现Windows远程访问Ubuntu 16.04(无需安装第三方桌面)
2 XRDP – How To Remote Connect to Unity Desktop on Ubuntu 16.04
本文标签: 远程控制 桌面 系统 connection Windows
版权声明:本文标题:Remote Desktop Connection from Windows 7 to Ubuntu 16.04 (windows 远程控制 ubuntu 系统桌面) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1742236744a2355956.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论