How to install QuickBox on root / mounted server

First you need to get into this using putty or something like it.
Have your server IP and the port number for ssh (default 22)

If you did not login as root, now is the time to elevate:

su -
or
sudo bash

now

apt-get -y update; apt-get -y upgrade; apt-get -y install git lsb-release; \
git clone --recursive https://github.com/QuickBox/QuickBox /etc/QuickBox &&
bash /etc/QuickBox/setup/quickbox-setup

#####Don’t put it off too long…
#Putty Configuration
After install you will be prompted to restart server this will mean re logging in with port 4747