From 8c4429ade5095058f945faee0f5407fb54cadb3b Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Tue, 7 Mar 2017 19:24:34 -0800 Subject: [PATCH] Updated Common Problems (markdown) --- Common-Problems.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Common-Problems.md b/Common-Problems.md index 0cd92d1..a6d9875 100644 --- a/Common-Problems.md +++ b/Common-Problems.md @@ -4,6 +4,9 @@ ## Mapped Network Drives vs UNC Paths * Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`. +## Web Interface Only Loads at localhost on Windows +* If you can only reach your web interface at or , you need to run Radarr as administrator at least once, maybe even always. + ## Permissions * Radarr will need to move files away from where the downloader puts them into the final location, so this means that Radarr will need to read/write to both the source and the destination directory and files. * On Linux, where best practices have services running as their own user, this will probably mean using a shared group and setting folder permissions to `775` and files to `664` both in your downloader and Radarr. In umask notation, that would be `002`.