# Second instance of Mediarr
This unofficial app installation script is provided for your convenience. The script is provided as-is and may not be updated or maintained by Ultra.cc. Clients are welcome to use and customize unofficial app installers for their unique needs and requirements. Unofficial support may be offered via Discord only and at the sole discretion of Ultra.cc staff. Use at your own risk and only proceed if you are comfortable managing the application on your own.
We have unfortunately been forced to remove Bazarr as an option for installation. The reason is due to Bazarr being badly optimized in thread management, as a single Bazarr instance can on its own saturate the 2000 userland process limit.
# .NET Mediarr This unofficial installation script lets you install a second instance of the following applications: * [Lidarr](https://docs.ultra.cc/books/lidarr/page/lidarr) * [Prowlarr](https://docs.ultra.cc/books/prowlarr/page/prowlarr) * [Readarr](https://docs.ultra.cc/books/readarr/page/readarr) ### Installation * Connect to your service via [SSH](https://docs.ultra.cc/books/secure-shell-%28ssh%29/page/how-to-connect-to-your-ultracc-slot-via-ssh) * Execute the following command: ```sh bash <(wget -qO- https://scripts.ultra.cc/main-v2/Mediarr/main.sh) ``` * You will get to choose which application you wish to install out of Lidarr, Prowlarr, & Readarr. * Type the number corresponding to the application you want to install, and press `ENTER` to confirm. * Select a port from the provided list, type it out and press `ENTER` to confirm. * Make sure to not select a port that you have previously selected for another custom installation. * When prompted, type `confirm` and press `ENTER` to confirm your selection of port. * Next, pick a [strong password](https://docs.ultra.cc/books/user-control-panel-ucp/page/protect-your-applications-with-a-strong-password) for your application installation and type it out, press `ENTER` to confirm. * Wait for the installation to finish. ### Management #### Update & RepairThe script will only repair settings such as incorrect port, host, etc. It will not repair corrupted databases or any other factor which breaks your instance.
For each *arr application, the following branch is currently used:
Lidarr: master
Prowlarr: develop
Readarr: develop
If you have changed the branch of the *arr application and used the in-built updater to update to a later development/nightly branch version, there is a chance that your installation will be broken after an update.
For this reason, we recommend not changing branch.