Linking Unmanic Installations
Multiple installations of Unmanic can be linked, this allows the distribution of tasks to be processed.
This guide will describe the use of a main installation with access to the library, with a remote installation that does the work.
Instructions
Requirements
- At least two installs of Unmanic:
- One install will be called
main
, this has access to a folder with files to process. - The other install will be called
remote
, this has to be reachable frommain
but does not require access to the files. Files will automatically be transfered frommain
toremote
and back.
- One install will be called
Setup
On
main
, setup a Library following the normal instructions. Let us call the libraryGuide
.On
remote
, create a new library. The name of this library has to be exactly the same as the library inmain
, in this caseGuide
. You can either export the library frommain
and import it onremote
, see tip below, or set it up manually. This library only needs plugins for making changes, i.e. encoding. "Scanning" plugins, such as filter by size, are not needed.
Library name must be identical on both installations.
It is recommended to create a new library for this, instead of using the default library.
- Link the installs:
- On
main
, addremote
as remote installation and enable "Send tasks to this installation when workers are available". "Preload some tasks on the remote installation Pending Tasks queue" is optional.
- On
Pending tasks on main
should now be sent to remote
. This may take a few minutes, depending on network speed.
You can export the library configuration from main
using the export button, copy the code shown in the panel that opens.

You can then use import on remote
, paste the code you got from main
.
