RDP to Linux VM

You wouldn’t typically have a default desktop on a Linux Production SQL server.
 
Linux offers many different desktops and newer versions of Ubuntu e.g. 16.10, allow copy/paste and folder access between the Windows host and Linux server.
 
Allow RDP TCP port 3389 using either

sudo ufw allow in 3389/tcp

or
image1
Next add xrdp and the desktop. At this point in time the Ubuntu Unity desktop shown above is not easily available to install.

sudo apt-get install -y xrdp
sudo apt-get install -y mate-core mate-desktop-environment mate-notification-daemon

Update /etc/xrdp/startwm.sh by adding mate-session. I used gksu nautilus to locate and edit the file.
image2
You should now be able to RDP.
image3

Leave a Reply