Swizzin is a light, modular seedbox solution that can be installed on Debian 9/10 or Ubuntu 16.04/18.04/20.04. This let's you transform your Linux Server into a Private Media Solution.
Login to server as root and run the following command and follow onscreen instructions.
bash <(wget -qO - git.io/swizzin)
Please note that if you are running Ubuntu and choose to run the initial setup though sudo
you should include the -H
argument to ensure that your home directory is modified to /root when you sudo up. The installer will take care of this for you, and this should be the only time you need to specify sudo -H
before running a swizzin command.
Example:
sudo -H su -c 'bash <(wget -qO - git.io/swizzin)'
Box is used to manage swizzin apps.
Box functions:
- list - list all available packages in the repo and a description, if available.
- Usage:
box list
- Usage:
- install - installs a package from the script repository. Accepts one or more package.
- Usage:
box install sickrage couchpotato plex
- Usage:
- remove - removes an installed package. Accepts one or more package
- Usage:
box remove sonarr radarr
- Usage:
- adduser - adds a new user. Define a single user with the command.
- Usage:
box adduser freeloadingfriend
- Usage:
- deluser - deletes the specified user. Define a single user with the command.
- Usage:
box deluser exgirlfriend
- Usage:
- chpasswd - changes the password for a user. Define a single user with the command.
- Usage:
box chpasswd forgetfulfriend
- Usage:
- update - use this command to update your box with the newest changes from github
- Usage:
box update
- Usage:
- upgrade - upgrade the given package (available scripts are in scripts/upgrade)
- Usage:
box upgrade nginx
- Usage:
- rmgrsec - removes grsec kernels installed by ovh
- Usage:
box rmgrsec
- Usage:
- rtx - starts the r(u)Torrent extras management interface (
rtx
alone will also do)- Usage:
box rtx
orrtx
- Usage: