(1) First connect the Ubuntu server via the command line tool connected to the Linux system under Windows System (Tools: Xshell,securecrt,putty, etc.).
(2) Connect to the Linux operating system by using the tools under Windows, then open the Command window and switch to root privileges.
(3) Install the update first:
sudo apt-get upate-y
(4) Installation XRDP: input
sudo apt-get Install Xrdp-y
(Xrdp:an open Source Remote Desktop Protocol (RDP) server)
(5) Installation vnc4server: input
sudo apt-get Install Vnc4server-y
(The virtual network console is the abbreviation for the VM)
(6) Install Xfce4 (if you already have a graphical desktop, you can try not to install this item): Enter
sudo apt-get Install Xubuntu-desktop-y
echo "Xfce4-session" >~/.xsession
Service XRDP Restart
(Xfce is a free software that runs on Unix-like operating systems such as Linux, FreeBSD, and Solaris) and provides a lightweight desktop environment. )
(7) on the local Windows PC, use "Window key +r" To open "Run dialog"--enter "MSTSC"--and enter the IP address of the Ubuntu host--"connect".
(8) Select "Sesman-xvnc"-enter "user name and password"-Return, successfully login to Ubuntu desktop, now can be remote operation.
Ubuntu.windows Desktop remote Ubuntu method (with install graphical desktop-optional)