Back to Apps
Ombi

Deploy Ombi on Your Own Server

Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves

πŸ“¦ Other

Want to deploy Ombi on your server faster? Try Senate with one-command setup, automatic HTTPS and monitoring.

Get Started

What is Ombi?

Ombi allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!

Self-Host Ombi

Follow these steps to deploy on your own server.

1

Install Docker

Skip this step if Docker is already installed on your server.

curl -fsSL https://get.docker.com | sh
2

Configure

Customize the settings below. Defaults work for most cases.

General
3

Deploy

Copy the configuration and run it on your server.

services:
  ombi:
    image: linuxserver/ombi:development-v4.0.1446-ls143
    environment:
      PGID: "1000"
      PUID: "1000"
      TZ: Asia/Kolkata
    volumes:
      - ombi-config:/config
volumes:
  ombi-config: {}

Then run:

docker compose up -d
4

Access

Once started, access your app at http://localhost:3579

Why Self-Host Ombi?

Full Data Ownership

Your data stays on your servers. No third-party access.

No Monthly Fees

Pay only for your server. No per-seat or usage charges.

Complete Control

Customize, backup, and scale on your own terms.

Privacy & Compliance

Meet GDPR, HIPAA, or internal security requirements.

Technical Details

Docker Image

linuxserver/ombi:${ombi_version}

Want to go faster?

Try Senate! Senate handles Docker, HTTPS, updates, and monitoring for you. Deploy any of our 300+ apps with a single command.

Install on any Linux server:

sh -c "$(curl -sSL https://get.senate.sh)"