windows远程连接阿里云ubuntu(mstsc)

本地windows远程桌面连接阿里云Ubuntu 16.04服务器

    1、windows安装securecrt

    2、securecrt ssh连接阿里云服务器

    3、apt-get update

    4、安装xrdp:apt-get install xrdp-->回车-->输入"y"-->回车,安装完成

    (xrdp: An open source remote desktop protocol(rdp) server)

    5、安装vnc4server:apt-get install vnc4server"-->回车-->输入"y"-->回车,安装完成

       (VNC (Virtual Network Console)是虚拟网络控制台的缩写)

    6、安装xfce4:apt-get install xubuntu-desktop"-->回车-->输入"y"-->回车

          -->输入echo "xfce4-session" >~/.xsession-->回车-->输入 service xrdp restart-->回车,安装完成

    7、本地windows,win+r --> mstsc --> 回车 --> 输入Ubuntu主机的IP地址 --> "连接"

    8、选择"sesman-Xvnc" --> 输入"用户名和密码" --> 回车,成功登录到Ubuntu桌面

你可能感兴趣的:(Linux)