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!
- Full Plex integration. Login and manage user access with Plex!
- Easy integration with your existing services. Currently Overseerr supports Sonarr and Radarr. More to come!
- Plex libraries sync to know what titles you already have.
- Complex request system allowing users to request individual seasons or movies in a friendly, easy to use UI.
- Incredibly simple request management UI. Don't dig through the app to simply approve recent requests!
- Granular permission system.
- Mobile-friendly design, for when you need to approve requests on the go!
- User profiles.
- User settings page (to give users the ability to modify their Overseerr experience to their liking).
- Local user system (for those who don't use Plex).
- More notification types.
- Issues system. This will allow users to report issues with content on your media server.
- And a ton more! Check out our issue tracker to see what features people have already requested.
Check out our documentation for instructions on how to install and run Overseerr:
https://docs.overseerr.dev/getting-started/installation
Currently, Overseerr is primarily distributed as Docker images. If you have Docker, you can run Overseerr with:
docker run -d \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \
-p 5055:5055 \
-v /path/to/appdata/config:/app/config \
--restart unless-stopped \
sctx/overseerr
After running Overseerr for the first time, configure it by visiting the web UI at http://[address]:5055 and completing the setup steps.
sctx/overseerr:develop
image instead!
- Check out the Overseerr Documentation before asking for help. Your question might already be in the FAQ.
- You can get support on Discord.
- You can ask questions in the Help category of our GitHub Discussions.
- Bug reports and feature requests can be submitted via GitHub Issues.
Our documentation is built on every commit and hosted at https://api-docs.overseerr.dev
Also, you can access the API docs by running Overseerr locally and visiting http://localhost:5055/api-docs
You can ask questions, share ideas, and more in GitHub Discussions.
If you would like to chat with community members you can join the Overseerr Discord.
Our Code of Conduct applies to all Overseerr community channels.
You can help build Overseerr too! Check out our Contribution Guide to get started.
Thanks goes to these wonderful people (emoji key):