记录一下远程桌面连接方法
Tofloor
poster avatar
fuyao
deepin
2019-04-02 20:59
Author
本帖最后由 fuyao 于 2019-4-2 14:42 编辑

之前反馈了xrdp/vnc的远程桌面连接问题,https://github.com/linuxdeepin/internal-discussion/issues/1017
deepin开发者给了vnc的配置方法,我测试后发现正常使用。
xrdp的问题还在等开发者测试,看怎么解决。

这个帖子主要是为了记录一下解决方法,以后配置的时候容易查看。

下面是vnc的配置方法:
vnc配置步骤:
方法:使用x11vnc和remmina两个工具,搭建远程连接环境
服务器上安装x11vnc,构建vnc的服务端:
sudo apt-get install x11vnc
设置并存储vnc连接密码为deepin
sudo x11vnc -storepasswd deepin /etc/x11vnc.pass
启动 x11vnc服务端
sudo x11vnc -display :0 -auth /var/run/lightdm/root/:0 -forever -bg -o /var/log/x11vnc.log -rfbauth /etc/x11vnc.pass -shared -noxdamage -xrandr "resize" -rfbport 5900
客户端安装并启动remmina:
sudo apt-get install remmina -y
remmina
选择VNC服务,直接输入服务端的IP,输入前面服务端设置的连接密码进行链接:
按照这个方法,使用vnc正常。
@zccrs

xrdp的配置方法:
系统更新到15.9.3,使用默认配置,远程桌面可以正常使用了。

Reply Favorite View the author
All Replies
avatar
botao
deepin
2019-04-02 22:56
#1
先赞一下再说,自己动手丰衣足食
Reply View the author
avatar
liubao
deepin
2019-04-02 23:26
#2
有Linux版本的teamview 很舒服
Reply View the author
avatar
jianguo922
deepin
2019-04-02 23:34
#3
谢谢楼主分享
Reply View the author
avatar
fuyao
deepin
2019-04-03 00:13
#4
https://bbs.deepin.org/post/176261
有Linux版本的teamview 很舒服

teamview也挺好,不过vnc和xrdp可以在局域网通过ip访问,不需要连接外网,不受外网网速限制。
Reply View the author