mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00:00
New article
parent
57da8dfc47
commit
8e0ba2db6f
1 changed files with 22 additions and 0 deletions
22
Multiple-Instances-on-Windows.md
Normal file
22
Multiple-Instances-on-Windows.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Install Multiple Instances of Radarr on Windows #
|
||||||
|
This guide will show you how to have multiple instances running on Windows utilizing only one installation of Radarr.
|
||||||
|
|
||||||
|
## Prerequisites ##
|
||||||
|
|
||||||
|
* Current installation of Radarr on windows
|
||||||
|
* NSSM
|
||||||
|
|
||||||
|
## Steps ##
|
||||||
|
|
||||||
|
1) Open Services and stop Radarr service if running.
|
||||||
|
2) Run CMD as administrator.
|
||||||
|
3) Add an argument to the existing Radarr service to explicitly point to the current AppData directory
|
||||||
|
|
||||||
|
`sc config [Radarr Service] binpath=currentBinPath -data=currentRadarrAppData`
|
||||||
|
|
||||||
|
4) Copy your current config.xml and paste it into the new AppData folder.
|
||||||
|
5) Edit your new config.xml to change the port. Note the service will not run if you use the same port as the previous install.
|
||||||
|
6) Start both services.
|
||||||
|
|
||||||
|
### Author Note ###
|
||||||
|
When testing this out I did not copy the config.xml. It was automatically created during a failed attempt at getting this running. A clean config.xml would be preferable which you can most likely achieve by running the service at step 4 to auto-generate the config files and then stopping the service. I cannot however confirm this to work as its not how I accomplished this.
|
Loading…
Reference in a new issue