Below are the default paths for the application data directory
All instances of
$USER
are placeholders for the user the application is running under.
C:\ProgramData\Lidarr
Unless otherwise specified Lidarr will store it's application data in the home folder of the user Lidarr is running under /home/$USER/.config/Lidarr
or ~/.config/Lidarr
The installation instructions specify /var/lib/lidarr
/Users/$USER/.config/Lidarr
or ~/.config/Lidarr
/usr/local/Lidarr/var/.config/Lidarr
/volume1/@appstore/Lidarr/var/.config/Lidarr
/share/MD0_DATA/homes/admin/.config/Lidarr
/share/CACHEDEV1_DATA/Lidarr_CONFIG
/config
/config
to on their host systemThe -data=
argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is required when trying to run multiple instances. On Windows this would be /data=
The -nobrowser
argument refrains from launching/opening the browser on startup. On Windows this would be /nobrowser