From 01b82942a9f38867011372ac4fa8439b7cbe654b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 10 Nov 2013 13:37:28 -0800 Subject: [PATCH] Access from other systems added to FAQ --- FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1a8f488..22033b3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -55,4 +55,7 @@ There are two parts to the episode count, one being the number of episodes (Epis If a series has 10 episodes that have all aired and you don't have any files for them you would have 0/10 episodes, if you unmonitored all the episodes in that series you would have 0/0 and if you got all the episodes for that series, regardless of if the episodes are monitored or not, you would have 10/10 episodes. ### I got a pop-up that said config.xml was corrupt, what now? ### -NzbDrone was unable to read your config file on start-up as it became corrupted somehow. In order to get NzbDrone back online, you will need to delete `C:\ProgramData\NzbDrone\Config.xml` (Windows), once deleted start NzbDrone and it will start on the default port (8989), you should now re-configure any settings you configured on the General Settings page. \ No newline at end of file +NzbDrone was unable to read your config file on start-up as it became corrupted somehow. In order to get NzbDrone back online, you will need to delete `C:\ProgramData\NzbDrone\Config.xml` (Windows), once deleted start NzbDrone and it will start on the default port (8989), you should now re-configure any settings you configured on the General Settings page. + +### How do I access NzbDrone from another computer? ### +By default NzbDrone doesn't listen to requests from all systems (when not run as administrator), it will only listen on localhost, this is due to how the Web Server NzbDrone uses integrates with Windows (this also applies for current alternatives). If NzbDrone is run as an administrator it will correctly register itself with Windows as well as open the Firewall port so it can be accessed from other systems on your network. Running as admin only needs to happen once (if you change the port it will need to be re-run). \ No newline at end of file