Windows Remote Desktop Connection Ubuntu 18.04LST server interface is not installed

  1. # Installation xrdp
$ sudo apt-get install xrdp
  1. Vnc4server installation and tightvncserver
$ sudo apt-get install vnc4server tightvncserve
  1. AnSo xubuntu-desktop
$ sudo apt-get install xubuntu-desktop
  1. Xfce4-session to write in xsession
$ echo xfce4-session  > ~/.xsession
  1. Modify the configuration file
$ sudo vim /etc/xrdp/startwm.sh

Xfce4-session added near the end of the document (a position)
Here Insert Picture Description

$ sudo vim /etc/X11/Xsession

In the beginning of the document (a position) was added xfce4-session
Here Insert Picture Description

  1. Restart xrdp Service
$ sudo service xrdp restart
  1. Authorize other users to log on
    by default, only the root user can log on. After .ICEauthority by modifying file permissions in the root directory of the user, you may authorize other users to log on.
# chmod 666 ~/.ICEauthority
  1. Using Remote Desktop in Windows logon
    Here Insert Picture Description
    user name and password.
    Here Insert Picture Description
Published 10 original articles · won praise 1 · views 1220

Guess you like

Origin blog.csdn.net/miles_ye/article/details/101217936