|
| 1 | +--- |
| 2 | +id: configuration |
| 3 | +slug: /configuration |
| 4 | +description: Information on how to get Maintainerr up and running. |
| 5 | +title: Configuration |
| 6 | +--- |
| 7 | + |
| 8 | + |
| 9 | +All configuration is done inside the application. No extra config files are required. |
| 10 | + |
| 11 | +When you first access the web UI, you should be redirected to the settings page. If that does not happen, try refreshing the page. |
| 12 | + |
| 13 | +:::note |
| 14 | +All Base URL settings are to be entered without the leading slash. |
| 15 | + |
| 16 | +- Right: `tautulli` |
| 17 | +- Wrong: `/tautulli` |
| 18 | + |
| 19 | +::: |
| 20 | + |
| 21 | +## General |
| 22 | + |
| 23 | +These settings are OK for most installations. |
| 24 | + |
| 25 | +| Setting | Description | |
| 26 | +| --- | --- | |
| 27 | +| Hostname | The hostname or IP address of the host running Maintainerr | |
| 28 | +| API key | Maintainerr's API key. It is currently reserved for future use. | |
| 29 | + |
| 30 | +## Media Server |
| 31 | + |
| 32 | +You need to configure either Plex or Jellyfin. Both are not supported simultaneously. |
| 33 | + |
| 34 | +## Plex |
| 35 | + |
| 36 | +Plex can be used as your media server connection. |
| 37 | + |
| 38 | +When using a local Plex instance, make sure Plex's `Secure connections` network setting is set to `Preferred` instead of `Required`. |
| 39 | + |
| 40 | +If you want Maintainerr to connect securely, use your `*.plex.direct` URL as the hostname and include `https://`. You can usually copy this from Seerr if that service is already connected to the same Plex server. |
| 41 | + |
| 42 | +| Setting | Description | |
| 43 | +| --- | --- | |
| 44 | +| Name | A friendly name for this server | |
| 45 | +| Hostname or IP | The domain name or local IP address of the host running Plex | |
| 46 | +| Port | The port Plex runs on. Default: `32400` | |
| 47 | +| Authentication | Authenticate with your Plex server using an **admin** account | |
| 48 | + |
| 49 | +:::tip |
| 50 | +Typical setup flow: authenticate with Plex, click the refresh icon, choose your server from the dropdown, click `Save Changes`, then click `Test Saved`. |
| 51 | +::: |
| 52 | + |
| 53 | +## Jellyfin |
| 54 | + |
| 55 | +Jellyfin can also be used as your media server connection. |
| 56 | + |
| 57 | +| Setting | Description | |
| 58 | +| --- | --- | |
| 59 | +| Jellyfin URL | The domain name or local IP address of the host running Jellyfin | |
| 60 | +| API key | A Jellyfin API key generated from your Jellyfin server | |
| 61 | +| Admin User | Test Connection to load the available admin users | |
| 62 | + |
| 63 | +## Seerr |
| 64 | + |
| 65 | +Seerr configuration is required if you want to use Seerr-related rule parameters or remove Seerr requests. |
| 66 | + |
| 67 | +| Setting | Description | |
| 68 | +| --- | --- | |
| 69 | +| URL | The domain name or local IP address of the host running Seerr | |
| 70 | +| API key | The API key from Seerr settings | |
| 71 | + |
| 72 | +## Radarr |
| 73 | + |
| 74 | +Radarr's configuration is required to use its parameters in rules and to remove or unmonitor movies. |
| 75 | + |
| 76 | +| Setting | Description | |
| 77 | +| --- | --- | |
| 78 | +| Server Name | A friendly name to help identify the server | |
| 79 | +| Hostname or IP | The domain name or local IP address of the host running Radarr | |
| 80 | +| Port | The port Radarr runs on | |
| 81 | +| Base URL | The URL base configured in Radarr, if one is set | |
| 82 | +| API key | The API key from Radarr settings | |
| 83 | + |
| 84 | +## Sonarr |
| 85 | + |
| 86 | +Sonarr's configuration is required to use its parameters in rules and to remove or unmonitor shows. |
| 87 | + |
| 88 | +| Setting | Description | |
| 89 | +| --- | --- | |
| 90 | +| Server Name | A friendly name to help identify the server | |
| 91 | +| Hostname or IP | The domain name or local IP address of the host running Sonarr | |
| 92 | +| Port | The port Sonarr runs on | |
| 93 | +| Base URL | The URL base configured in Sonarr, if one is set | |
| 94 | +| API key | The API key from Sonarr settings | |
| 95 | + |
| 96 | +## Tautulli |
| 97 | + |
| 98 | +:::note |
| 99 | +Tautulli is only available for Plex users |
| 100 | +::: |
| 101 | + |
| 102 | +Tautulli's configuration is required to use its parameters in rules. |
| 103 | + |
| 104 | +| Setting | Description | |
| 105 | +| --- | --- | |
| 106 | +| URL| The domain name or local IP address of the host running Tautulli | |
| 107 | +| API key | The API key from Tautulli settings | |
0 commit comments