For a full README and CHANGELOG on QuickBox as well as how to install, please visit the QuickBox Plaza
####Again, Please note:
This is being released as a public sandbox... meaning that it is user-contribution driven. Swizards take a great deal of pride in providing quality UI. Enhancement requests and more for the QuickBox Project will not be included in the future unless users feel kind enough to contribute to the repo by pushing requests for their included modifications... basically... it's community driven... simple
For a full README and CHANGELOG on QuickBox as well as how to install, please visit the QuickBox Plaza
You need to have a Fresh "blank" server installation. After that access your box using a SSH client, like PuTTY.
This script is valid for both VPS & Dedicated Environments.
It is highly advisable that QuickBox be installed on Ubuntu 16.04. For more about this, see here and weigh in on your thoughts. Although Ubuntu 16.04 is advised, QuickBox has been tested and working on supported Distro/Rel.
####You must be logged in as root to run this installation.
Run the following command to grab our latest stable release ...
apt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git curl lsb-release; \
git clone https://github.com/Swizards/QuickBox.git /root/tmp/QuickBox/; \
cd /root/tmp/QuickBox*; \
bash quickbox.sh
Run the following to grab our latest development branch ...
Please make all pull requests to the Development branch, requests to the master will more than like be overlooked.
apt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git curl lsb-release; \
git clone -b development https://github.com/Swizards/QuickBox.git /root/tmp/QuickBox/; \
cd /root/tmp/QuickBox*; \
bash quickbox.sh
After installing you will have access to the following commands to be used directly in terminal
quickbox- tells you which version Quick Box you are running and shows commands listdeprecated due to versioning now shows on the dashboard under username dropdown
- createSeedboxUser - creates a shelled seedbox user
- deleteSeedboxUser - deletes a created seedbox user and their directories This is permanent, current data will be deleted - you can create them again at any time
- changeUserpass - change users SSH/FTP/ruTorrent password
- setdisk - set your disk quota for any given user
- showspace - shows amount of space used by each user
- reload - restarts your seedbox services, i.e; rtorrent & irssi
- upgradeBTSync - upgrades btsync when new version is available
- upgradePlex - upgrades Plex when new version is available
- clean_mem - flushes servers physical memory cache (helps avoid swap overflow)