Sonarr Appdata Directory

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


Sonarr’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 Sonarr, but if you are unable to access it, here are some common locations for it:

Windows

C:\ProgramData\Sonarr

Linux

Unless otherwise specified Sonarr will store it's application data in the home folder of the user Sonarr is running under /home/$USER/.config/Sonarr (~/.config/Sonarr)

/var/lib/Sonarr


OS X

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

Synology

/usr/local/Sonarr/var/.config/Sonarr

/volume1/@appstore/Sonarr/var/.config/Sonarr

QNAP

/share/MD0_DATA/homes/admin/.config/Sonarr

/share/CACHEDEV1_DATA/Sonarr_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