Installing VNC
This article applies to the OpenVZ platform only which we are not offering now.
This guide is for Ubuntu 16.04, and will install a VNC server that you can use to access your server.
Run the following commands:
apt-get update
apt install xfce4 xfce4-goodies tightvncserver vncserver
It will ask for an 8 character password.
After rebooting the server, start vnc with this command
vncserver
To access VNC, use the vncviewer on your local PC
IP_address:5901