I can guide you now.
You basically have to buy a good VPN with available features like 1GB of ram and 10GB hard disk. Sometimes 512 MB ram may give you penalties on occasion which will slow you down. Unmetered bandwidth is important to estimate how much data you'll be using.
Once you have your vps, you need to set its OS to ubuntu 14.04 64bit. You may need to contact your host, but most of the time there will be a simple checkbox in your settings.
So at this point you should own a ubuntu 14.04 64bit vps. You must know your VPN's IP address, root username, and password. If you buy windows VPN you'll need putty.
Now open up terminal and type "ssh root@[your ip address]" then type in your password and after allowing the connection,
Run these commands one at a time
apt-get purge apache2* bind9* samba*
apt-get update
apt-get upgrade
apt-get install nano
apt-get install xorg lxde-core tightvncserver
sudo apt-get update
sudo apt-get install wine
adduser hitleap
Then type out for the password "123456" and confirm if necessary
tightvncserver :1
Then type out for the password "123456" and confirm if necessary
tightvncserver -kill :1
nano ~/.vnc/xstartup
at the bottom of this file place the following text,
lxterminal &
/usr/bin/lxsession -s LXDE &
and then use ctrl+o to save then ctrl+x to exit.
Now do the reboot and then relogin only this time by using "hitleap" for your username and "123456" for your password. For mac you just run command "ssh hitleap@[ip address]"
Then run "vncserver :1 -geometry 1024x768 -depth 16 -pixelformat rgb565" and type out for the password "123456" and confirm if necessary
After that run the following set of commands:
cd Desktop
wget -O hitleap.msi http://hitleap.com/viewer/latest
wine start hitleap.msi
After that wait for the message
msi_dialog_run_message_loop Failed to create dialog L"ExitDialog" and now press ctrl+c. At this point we are pretty much done.
Now open your vnc viewer. (
http://www.realvnc.com/download/viewer/)
For starting the server use "[your IP]:5901" and password 123456. Then open hitleap from your desktop, log in to your account, and start the viewer.
You can check on your hitleap about the viewers anywhere you have internet by logging into hitleap and going to the traffic exchange tab, there you will see hitleap viewers you have running or not running.
Lastly plug the VNC in and get it running.
Hope it is clear for you to understand the whole process