Readarr Appdata Directory
Readarr’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 Readarr, but if you are unable to access it, here are some common locations for it:
Windows
C:\ProgramData\Readarr
Linux
Unless otherwise specified Readarr will store it's application data in the home folder of the user Readarr is running under
/home/$USER/.config/Readarr
(~/.config/Readarr
)
/var/lib/Readarr
OS X
/Users/$USER/.config/Readarr
(~/.config/Readarr
)
Synology
/usr/local/Readarr/var/.config/Readarr
/volume1/@appstore/Readarr/var/.config/Readarr
QNAP
/share/MD0_DATA/homes/admin/.config/Readarr
/share/CACHEDEV1_DATA/Readarr_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