Skip to main content

Jellyseerr

Jellyfin is a request management and media discovery tool for the Jellyfin ecosystem. It will also work for Plex and Emby, though some features may vary.

For more information about this app, follow this link.

Prerequisites

  • Media Server – Jellyfin, Plex or Emby.
  • Sonarr, Radarr, or Lidarr

Initial Setup

  • From your User Control Panel, go to the Installers tab and find Jellyseerr in the list. Click the Install button and wait until the installation has been completed.

Configuration

  • After the installation, access the web UI of Jellyseerr from the Apps tab on the User Control Panel.
  • You will be given the choice to sign in with your Plex or Jellyfin account. We will show you both procedures in this guide and will start with Jellyfin.

Jellyfin Login

After you have selected to log in using your Jellyfin account, you will be presented with four different fields in the login form.

  • Jellyfin URL: Should be in format https://<username>.<servername>.usbx.me/jellyfin. Make sure to replace <username> and <servername> with your username and servername, which can be found on the UCP.
  • Email Address: Use any email you have access to, it does not have to be associated with your Jellyfin account.
  • Username: This is your Ultra.cc username for the service you have installed Jellyfin on, can be found on the UCP.
  • Password: The password you chose when installing Jellyfin, can be found on the UCP.
  • Click the Sign In button in the bottom right corner.

  • Once you have logged in to your Jellyfin account, the next step is to configure the libraries for your media server.
  • Scroll down to the Configure Libraries section

Plex Login

  • Once you have logged in to your Plex account, you need to configure the settings for your Plex server.
  • As shown in the below image, click on the refresh button.

  • Once the server list has been refreshed, expand the dropdown and you should see your Plex server in the list.
  • Make sure to select the entry that includes [local] [secure] at the end. See below image.

  • Make sure the Port field is 32400.
  • Make sure Use SSL is ticked.
  • If done correctly, it should look like the below image.

  • Click the Save Changes button.

Configure Libraries

  • The process of configuring your media libraries are identical no matter if you have logged in using your Plex or Jellyfin account.
  • Once you have logged in to your Jellyfin/Plex account, your media server libraries should appear further down.

  • If no libraries appear, click the Sync Libraries button, as shown in the above image.
  • Enable the libraries you want Jellyseerr to access.
  • Click the Start Scan button, as shown in the above image. The library scan will run in the background, so you can proceed with the setup process.
  • Click the Continue button in the bottom right corner.

  • Click the + Add Radarr Server button.
  • Tick Default Server
  • Choose a Server Name
  • Enter Hostname, it should be <username>.<servername>.usbx.me, in our case it is ultradocs.nexus.usbx.me
  • Set Port to 443
  • Tick Use SSL
  • Paste API Key, which can be found in Radarr's Settings > General > Security > API Key
  • Set Base URL to /radarr

  • Once you have entered all the above details, click the yellow Test button in the bottom right corner.

  • If done successfully, you should see the above notification in the top right corner.
  • Next, select a Quality Profile, set your Root Folder and set the Minimum Availability.
  • Click the Add Server button in the bottom right corner.

Now, if you want to connect your Sonarr instance to Jellyseerr, click on the + Add Sonarr Server button and repeat the above steps. Or if you are done, see the last step below.

  • Click the Finish Setup button in the bottom right corner.

Discord Notifications via Webhook

Jellyseerr can be configured to send notifications to Discord for certain events as request pending approval, request available, etc.

  • First, create a Discord Webhook for your Discord server. See this link for instructions.
  • Copy Webhook URL.
  • In the Jellyseer dashboard, go to Settings > Notifications > Discord. As shown in the below image.

  • Paste the Discord Webhook URL in the Webhook URL field, as shown in the above image.
  • Next, select the Notification Types you want to be notified of.

  • Next, click the Test button to send a test notification to your Discord server.

  • Lastly, click the Save Changes button.

HTTP access to Jellyseerr

  • Accessing Jellyseerr via HTTP will eliminate the issue of auth pop-ups appearing while browsing different webpages of Jellyseerr.
  • To access it via HTTP, use the following URL: http://{servername}-direct.usbx.me:{Jellyseerr's Port}. Servername and port can be found on the User Control Panel.