Cant access Jackett

there should be nothing specific. Just download the correct archive from GitHub, extract it and copy the content into /opt/jackett/. Don’t forget to correct user permissions chown -R jackett:jackett /opt/jackett

I have the same problem, please if you find any solution, make a guide about it because I am noob. Thanks a lot

Check this! I got Jackett running

there are steps which might not be needed as you already have jackett installed

# Login as user root
cd /tmp
curl -sSfL 'https://github.com/Jackett/Jackett/releases/download/v0.20.2369/Jackett.Binaries.LinuxARM64.tar.gz'
tar -xvf Jackett*
mv Jackett /opt/jackett 
chown -R jackett:jackett /opt/jackett
systemctl restart jackett

But this will download ARM64 binary. Adjust the architecture if you use 32bit

Thanks a lot did exactly what you mention and it also works. I have discovered and i don’t know if it is the same bug, but prowlarr doesn’t work just like Jackett.

prowlarr should be different issue and you would need to open an own topic.

1 Like

The issue is only affecting ARM64 btw as the (newer) ARM32 builds seem to work fine. Just not sure whether those also require 32-bit dependency libraries.