On this page
On this page
Jackett Setup
Read more at here
- Download and extract the latest
Jackett.Binaries.LinuxAMDx64.tar.gzrelease from the releases page
wget https://github.com/Jackett/Jackett/releases/download/v0.18.545/Jackett.Binaries.LinuxAMDx64.tar.gz# tar to a directory you wanttar -xf Jackett.Binaries.LinuxAMDx64.tar.gz
- To install Jackett as a service, open a Terminal, cd to the jackett folder and run
sudo ./install_service_systemd.shYou need root permissions to install the service. The service will start on each logon. You can always stop it by runningsystemctl stop jackett.servicefrom Terminal. You can start it again it usingsystemctl start jackett.service. Logs are stored as usual under~/.config/Jackett/log.txtand also injournalctl -u jackett.service.
http://your-ip:9117
You can set password, or port by UI.
Edit this page
Last updated on 8/27/2021
