Skip to main content

Ombi

Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.

Initial Setup

First you must connect to your slot via ssh. If you need help connecting to the server, please read the help article here.

Installing Ombi is easy. Simply issue the following command:

box install ombi

This command will configure ombi for your user.

How to Access

After installation, Ombi will be availabe at the following web address: https://<hostname.io>/<username>/ombi

Service Management

Like all box configured applications, you can manage Ombi via SSH with box with start, stop, restart, enable and disable commands.

box start ombi

Configuration

On the first run of Ombi, there will be a brief setup wizard. In order to configure Ombi with Plex, simply choose Plex from the media server options and login to your account with your plex username and password. Ombi should now automatically be configured for use with the Plex instance on your server.

If you have further questions about settings and configurations of Ombi, please refer to the Ombi Wiki.

Connect to other clients

To get your subnet IP, SSH into your server and run cat .install/subnet.lock

Sonarr

:::panel

  1. Select Sonarr from the TV Dropdown under settings.
  2. In order to configure Sonarr, you must first have a root folder setup. If you haven't set up any root folders in Sonarr, please add a show and setup your Sonarr root show directory first.
  3. Use the following configuration:
Enable: checked
Hostname or IP: <subnet IP>
Port: <Sonarr port>
API Key: <API key from dashboard>
Base URL: sonarr
  1. Click Load Qualities and Load Folders. Your settings should load successfully.
  2. Choose your default quality and folder settings for shows added through Ombi.
  3. Submit

:::

Medusa

:::panel

  1. Select SickRage from the TV Dropdown under settings.
  2. Use the following configuration:
Enable: checked
Hostname or IP: <subnet IP>
Port: <your medusa port>
API Key: <your medusa API key>
Base URL: medusa
  1. Choose a default quality profile.
  2. Submit :::

Radarr

:::panel

  1. Select Radarr from the Movie Dropdown under settings.
  2. In order to configure Radarr, you must first have a root folder setup. If you haven't set up any root folders in Radarr, please add a show and setup your Sonarr root show directory first.
  3. Use the following configuration:
Enable: checked
Hostname or IP: <subnet IP>
Port: <Radarr port>
API Key: <API key from dashboard>
Base URL: radarr
  1. Click Load Qualities and Load Folders. Your settings should load successfully.
  2. Choose your default quality and folder settings for Movies added through Ombi.
  3. Submit

:::

tip

In order to connect Ombi to the clients above, you'll need your subnet IP. You can find this on your panel or with the command cat ~/.install/subnet.lock