Lidarr Appdata Directory

From Servarr
Revision as of 16:38, 1 December 2020 by Drazzilb (talk | contribs) (Protected "Lidarr Appdata Directory" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))


Lidarr’s AppData folder contains the databases for logs and general app information, log files and the config file that contains settings required to start the web server. This path is listed on the System Status page in Lidarr, but if you are unable to access it, here are some common locations for it:

Windows

C:\ProgramData\Lidarr

Linux

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 (~/.config/Lidarr)

/var/lib/Lidarr


OS X

/Users/$USER/.config/Lidarr (~/.config/Lidarr)

Synology

/usr/local/Lidarr/var/.config/Lidarr

/volume1/@appstore/Lidarr/var/.config/Lidarr

QNAP

/share/MD0_DATA/homes/admin/.config/Lidarr

/share/CACHEDEV1_DATA/Lidarr_CONFIG

Argument

The -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