Connect Jackett

Add Jackett to Kochab with your API key and default port 9117.

Jackett is a torrent indexer proxy. Kochab uses its API for indexer visibility and health.

What Kochab exposes through Jackett

  • Indexer list: configured indexers with health-oriented status
  • Push: indexer-failing alerts when configured

Not exposed through Jackett

Jackett indexer configuration, Torznab URL management, and CAPTCHA/FlareSolverr setup stay in Jackett’s web UI. Meta-search in Kochab is centered on Prowlarr/NZBHydra2; Jackett is primarily an indexer health surface here.

Before you start

In Jackett: the API Key is shown on the dashboard or under Configuration -> Manual download API key.

Default connection

Field Typical value
Port 9117
Scheme http on LAN, https behind a reverse proxy
Auth API key as a query parameter (apikey=)

Add in Kochab

  1. Open Services -> Add service and choose Jackett.
  2. Enter your host.
  3. Set port 9117 unless you use a custom port or proxy.
  4. Paste the API key.
  5. Tap Test and add.

TLS

See Certificate trust for self-signed certificates.

Official docs

Jackett on GitHub