SABnzbd Server Not Responding to Port Ping Requests
Posted: June 24th, 2015, 11:56 pm
Almost pulled my hair out trying to figure this bug out.
Scenario:
Fresh Windows 10 install
Fresh SABnzbd 0.7.20 install
Installed Sabnzbd service & helper via elevated cmd prompt (C:\Program Files (x86)\SABnzbd>SABnzbd-service.exe -f "C:\Program Files (x86)\SABnzbd" install
C:\Program Files (x86)\SABnzbd>SABnzbd-helper.exe install)
Could NOT communicate with SABnzbd via a port checker with either port 8080 / 9090.
Double checked port forwarding in router, disabled antivirus, double checked that TCP Ports for 8080 / 9090 incoming were allowed in windows firewall settings and I was still getting stone walled with a port checker (canyouseeme.org).
Checked that my Remote Desktop port was working (3389 via canyouseeme.org) and of course that works.
An hour later...
Solution:
Default sabnzbd.ini settings in C:\Program Files (x86)\SABnzbd are incorrect for "Host"
The default line in the ini file is
host = localhost
Whereas it should be
host = 0.0.0.0
Please update the ini file on initial install such that host is 0.0.0.0 instead of "localhost". SABnzbd service / exe will not communicate with outside requests (e.g. port checkers, Power NZB, etc...)
Thank you!
Scenario:
Fresh Windows 10 install
Fresh SABnzbd 0.7.20 install
Installed Sabnzbd service & helper via elevated cmd prompt (C:\Program Files (x86)\SABnzbd>SABnzbd-service.exe -f "C:\Program Files (x86)\SABnzbd" install
C:\Program Files (x86)\SABnzbd>SABnzbd-helper.exe install)
Could NOT communicate with SABnzbd via a port checker with either port 8080 / 9090.
Double checked port forwarding in router, disabled antivirus, double checked that TCP Ports for 8080 / 9090 incoming were allowed in windows firewall settings and I was still getting stone walled with a port checker (canyouseeme.org).
Checked that my Remote Desktop port was working (3389 via canyouseeme.org) and of course that works.
An hour later...
Solution:
Default sabnzbd.ini settings in C:\Program Files (x86)\SABnzbd are incorrect for "Host"
The default line in the ini file is
host = localhost
Whereas it should be
host = 0.0.0.0
Please update the ini file on initial install such that host is 0.0.0.0 instead of "localhost". SABnzbd service / exe will not communicate with outside requests (e.g. port checkers, Power NZB, etc...)
Thank you!