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.
- Status
- Start
- Stop
- Restart
- Enable
- Disable
box status ombi
box start ombi
box stop ombi
box restart ombi
box enable ombi
box disable 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
- Select Sonarr from the TV Dropdown under settings.
- 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.
- Use the following configuration:
Enable: checked
Hostname or IP: <subnet IP>
Port: <Sonarr port>
API Key: <API key from dashboard>
Base URL: sonarr
- Click
Load Qualities
andLoad Folders
. Your settings should load successfully. - Choose your default quality and folder settings for shows added through Ombi.
- Submit
Medusa
- Select SickRage from the TV Dropdown under settings.
- Use the following configuration:
Enable: checked
Hostname or IP: <subnet IP>
Port: <your medusa port>
API Key: <your medusa API key>
Base URL: medusa
- Choose a default quality profile.
- Submit
Radarr
- Select Radarr from the Movie Dropdown under settings.
- 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.
- Use the following configuration:
Enable: checked
Hostname or IP: <subnet IP>
Port: <Radarr port>
API Key: <API key from dashboard>
Base URL: radarr
- Click
Load Qualities
andLoad Folders
. Your settings should load successfully. - Choose your default quality and folder settings for Movies added through Ombi.
- Submit