/QuickBox

Quick Box is a personal seedbox installer script that is multi-user friendly. Quickly setup a seedbox using ruTorrent on a fresh custom seedbox dashboard and custom QuickBox theme as well as build a limited shell environment for additional created users to interact with their seedbox via ssh! For issues, requests, suggestions and more... please use the QuickBox Community - maintained and crafted by https://swizards.net

Primary LanguageCGNU General Public License v3.0GPL-3.0

For a full README and CHANGELOG

For a full README and CHANGELOG on QuickBox as well as how to install, please visit the QuickBox Plaza

Script status

Version 2.2.0-production GNU v3.0 License

Ubuntu Builds

Ubuntu 16.04 Passing Ubuntu 15.10 Passing Ubuntu 15.04 Passing Ubuntu 14.04 Passing

Debian Builds

Debian 7 Passing Debian 8 Passing


###Quick Advisory Notice on QuickBox

####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

For a full README and CHANGELOG on QuickBox as well as how to install, please visit the QuickBox Plaza

Before installation

You need to have a Fresh "blank" server installation. After that access your box using a SSH client, like PuTTY.


How to install

This script is valid for both VPS & Dedicated Environments.

NOTICE

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.


Ubuntu 14.04, 15.04, 15.10 and 16.04 || Debian 7 & 8

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

Would you like to contribute to the QuickBox project?

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


Commands

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 list deprecated 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)