Desktop View on Linux VPS | Low RAM Tutorial 1. Uninstall and remove all unnecessary services using this command. apt-get purge apache2* bind9* samba* 2. Now Update your OS to make sure everything will work correctly. apt-get update apt-get upgrade 3. Now we install Nano (or any similar tool) apt-get install nano 4. Installing Desktop GUI (V.I) - This step might take a while for slow download speed vps's apt-get install xorg lxde-core tightvncserver 5. Now running your Desktop server (NOT FINAL STEP) tightvncserver :1 6. We stop the server for small Config. edit. tightvncserver -kill :1 7. Add last two lines in the following text (and make sure it's the same like this) nano ~/.vnc/xstartup xrdb $HOME/.Xresources xsetroot -solid grey #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & x-window-manager & # Fix to make GNOME work export XKL_XMODMAP_DISABLE=1 /etc/X11/Xsession lxterminal & /usr/bin/lxsession -s LXDE & 8. Now restarting your VPS to make sure everything is fine. reboot 9. Now start your VNC and connecting to it. vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565