参考文档:https://blog.csdn.net/liumaolincycle/article/details/50052619
https://www.cnblogs.com/eczhou/p/7860573.html
https://blog.csdn.net/lengconglin/article/details/77894636
系统版本Ubuntu16,版本不同应该也是相同设置,看了其他文章有14,15,16,18的似乎都一样的设置
以下命令行皆是在终端中运行:
1、安装xrdp
sudo apt-get install xrdp
2、安装vnc4server
sudo apt-get install vnc4server
3、安装xubuntu-desktop
sudo apt-get install xubuntu-desktop
4、向xsession中写入xfce4-session
echo “xfce4-session” >~/.xsession
5、开启xrdp服务
sudo service xrdp restart
6、查看IP
ifconfig
PS:在网上查找的有的文档中有一步的安装dconf-editor软件的(sudo apt-get install dconf-editor),然后运行dconf-editor后依次展开org->gnome->desktop->remote-access,将需要加密选项取消。说实话我不太清楚这样设置是什么目的,不过不需要此步骤也是可以直接远程上的,注意软件名是:dconf-editor,有的文章把中间的-少掉了,害的我安装半天也没搞定;还有一点就是不知道是什么原因,我安装了这个软件之后并未在该软件的org->gnome->desktop下找到remote-access的设置选项;
注意:3389的远程端口一定要打开,否则无法连接;我是在AWS上建的Ubuntu实例,只要在安全组加上就可以了;
在我初次登陆的时候使用的是root用户,进去之后看不到桌面,整个是灰色的,然后我换了个用户重新登录就可以了,可能是不允许使用root登录图形界面吧