Skip to content

Selfhost with your own server

Davide Marcoli edited this page Mar 29, 2024 · 2 revisions

During this guide, I will show you how to selfhost the addon on your own server

Guide

I assume you are on Linux and have ports 80 and 443 opened.

  1. Copy and paste the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/aymene69/stremio-jackett/main/deployment/install.sh)"
  1. It will update and install packages necessary for installing the addon and Jackett.
  2. At one moment, it will prompt for your email. Enter your email, press enter
  3. Then it will prompt for your domain. Before entering anything, please go to https://www.noip.com/sign-up and sign-up. Once logged in, go to https://my.noip.com/dynamic-dns and create a Hostname. In My host, put something unique. In IPv4 Address, enter the public IP of your VPS
  4. Click enter and copy the generated hostname (should look like "yourchoice.ddns.net")
  5. Back in the terminal, enter the generated hostname and hit enter.
  6. At the end you should see a link for the addon and a link for Jackett.
  7. Go to Jackett, configure an indexer, then copy the API key on top of the page.
  8. Go to the addon, configure it, add the Jackett link, and the Jackett API key.

TADA !

Clone this wiki locally