Difference between revisions of "Sonarr Appdata Directory"

From Servarr
(Created page with "{{Appdata Directory|ARRNAME=Sonarr}}")
 
Line 1: Line 1:
{{Appdata Directory|ARRNAME=Sonarr}}
+
{{Appdata Directory|ARRNAME=Sonarr|ARRNAME2=sonarr}}

Revision as of 03:34, 28 November 2020


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