LEARN HOW TO SET REMOTE DESKTOP EASILY ON UBUNTU 16.04 VPS

First get connected to your remote sever via service like putty. After logged in to your server copy and run below mentioned commands step by step.

sudo apt-get update

sudo apt-get install nano

sudo apt-get update

sudo apt-get install xrdp

sudo apt-get install xfce4

sudo apt-get install xfce4-terminal

sudo apt-get install gnome-icon-theme-full tango-icon-theme

echo xfce4-session >~/.xsession

nano /etc/xrdp/startwm.sh

Now you need to set file startwm.sh The content should be like mentioned below.

!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
. /etc/X11/Xsession

sudo service xrdp restart

Now you need to install wine. To know how to Click Here

You can connect to your VPS through remote desktop connection of Windows OS. Use your server’s user id and password.

To know how to run Otohits and Hitleap on Ubuntu 16.04 VPS Click Here