Last Updated: 2021/10/19
Server Specs | |
---|---|
CPU Cores | 2 |
Memory | 2GB |
Storage | 8GB |
OS | Debian 11 |
IP Address | 10.1.12.6 |
Add a new jackett
user
adduser --disabled-password jackett
Download Jackett from its official GitHub page.
wget https://github.com/Jackett/Jackett/releases/download/v0.18.1025/Jackett.Binaries.LinuxAMDx64.tar.gz
Unpack
tar xvzf Jackett.Binaries.LinuxAMDx64.tar.gz
Move the new Jackett directory to /opt/
mv Jackett /opt/
Change the ownership of /opt/Jackett
chown -R jackett:jackett /opt/Jackett/
Run the systemd service setup script
/opt/Jackett/install_service_systemd.sh
Navigate to http://localhost:9117