1. Install xrdp
sudo apt-get install xrdp -y
2. Install vnc4server
sudo apt-get install vnc4server -y
3. Install xfce4
sudo apt-get install xubuntu-desktop
echo "xfce4-session" >~/.xsession
sudo service xrdp restart
4. Test connection
Get the IP address of the Ubuntu system and connect using the Windows automatic remote connection tool (mstsc.exe)
The above is the detailed content of Ubuntu14.04 configuration 3389 remote desktop connection example tutorial. For more information, please follow other related articles on the PHP Chinese website!