Difference between revisions of "Sonarr Appdata Directory"
(Created page with "{{Appdata Directory|ARRNAME=Sonarr}}") |
Bakerboy448 (talk | contribs) m (Changed protection level for "Sonarr Appdata Directory" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Appdata Directory|ARRNAME=Sonarr}} | + | {{Appdata Directory|ARRNAME=Sonarr|ARRNAME2=sonarr}} |
Latest revision as of 15:14, 12 April 2021
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