Skip to content

Overseerr

Homepage | Repository

Tags: *arr

Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!

inventories/homelab/group_vars/homelab.yml
overseerr_enabled: true

By default, Overseerr can be accessed at http://[your_server_ip]:5056 or https://overseerr.[your_domain].com if you have DNS access configured.

See the default configuration options for Overseerr at roles/overseerr/defaults/main.yml. Add any overrides to your inventories/[your_inventory]/group_vars/homelab.yml file.

  • April 30th 2026: With the project’s archival, the default port has been moved from 5055 to 5056 to make room for Seerr. You can revert this to continue using overseerr as before for whatever reason:
overseerr_webui_port: 5055