ubuntu16.04安装xrdp

转载自 http://blog.csdn.net/szw4090416/article/details/52859318

Ubuntu16.04下

以下命令行皆是在终端中运行:

  • 安装xrdp
         sudo apt-get install xrdp
  • 安装vnc4server
          sudo apt-get install vnc4server
  • 安装xubuntu-desktop
sudo apt-get install xubuntu-desktop
  • 向xsession中写入xfce4-session
echo "xfce4-session" >~/.xsession
  • 开启xrdp服务
sudo service xrdp restart
  • 查看ip地址
win10 下 

1 搜索远程桌面并打开,填入ubuntu的IP地址


2 然后就进入了xrdp界面


3 填入账号,密码点击ok,查看ubuntu版本

你可能感兴趣的:(Ubuntu)