Lidarr Appdata Directory

From Servarr
Revision as of 15:14, 12 April 2021 by Bakerboy448 (talk | contribs) (Changed protection level for "Lidarr Appdata Directory" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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