Hi, Having an issue with Windows Server R2 I keep getting the "SABnzbd needs a free tcp/ip port for its internal web server." error no matter which tcp port I try. I'm using AVG firewall however I have disabled it and I still get the same error.
Any advice as to what else could be the issue.
Thanks
Server R2 TCP Port Error (In Use)
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Server R2 TCP Port Error (In Use)
Disabling firewalls usually doesn't actually disable them. Try uninstalling it, or specifying a host other than localhost
e.g.
Start->Run, enter either
"c:\program files\sabnzbd\sabnzbd.exe" -s 0.0.0.0:8085
or
"c:\program files\sabnzbd\sabnzbd.exe" -s :8085
(second one needs to be access by your local ip address instead of localhost).
e.g.
Start->Run, enter either
"c:\program files\sabnzbd\sabnzbd.exe" -s 0.0.0.0:8085
or
"c:\program files\sabnzbd\sabnzbd.exe" -s :8085
(second one needs to be access by your local ip address instead of localhost).
Re: Server R2 TCP Port Error (In Use)
Figured It out it was because I set to use HTTPS and the port was in use, changing HTTPS port worked.
Thanks
Thanks
Re: Server R2 TCP Port Error (In Use)
Switch,switch wrote: Disabling firewalls usually doesn't actually disable them. Try uninstalling it, or specifying a host other than localhost
e.g.
Start->Run, enter either
"c:\program files\sabnzbd\sabnzbd.exe" -s 0.0.0.0:8085
or
"c:\program files\sabnzbd\sabnzbd.exe" -s :8085
(second one needs to be access by your local ip address instead of localhost).
Would it be a good idea if SAB itself would find an unused port (after checking it's not already running)? So if 8080 is already in use, try 8081, then try 8082, etc, until a free port was found. As SAB autostarts a webbrowser, a changed port is not a problem.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Server R2 TCP Port Error (In Use)
We're already at war with some virus scanners / firewalls.
I think that such a solution would invoke even more nasty behavior.
I think that such a solution would invoke even more nasty behavior.
Re: Server R2 TCP Port Error (In Use)
OK. And if 10 different ports are refused, is that a signal that a virusscanner is the problem?shypike wrote: We're already at war with some virus scanners / firewalls.
I think that such a solution would invoke even more nasty behavior.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Server R2 TCP Port Error (In Use)
Unless it has been taken out, 0.5 should actually do that. Checks 8080, then intervals of 5 for something like 5 different port numbers.sander wrote:Switch,switch wrote: Disabling firewalls usually doesn't actually disable them. Try uninstalling it, or specifying a host other than localhost
e.g.
Start->Run, enter either
"c:\program files\sabnzbd\sabnzbd.exe" -s 0.0.0.0:8085
or
"c:\program files\sabnzbd\sabnzbd.exe" -s :8085
(second one needs to be access by your local ip address instead of localhost).
Would it be a good idea if SAB itself would find an unused port (after checking it's not already running)? So if 8080 is already in use, try 8081, then try 8082, etc, until a free port was found. As SAB autostarts a webbrowser, a changed port is not a problem.
Re: Server R2 TCP Port Error (In Use)
It's in, but it doesn't workswitch wrote: Unless it has been taken out, 0.5 should actually do that. Checks 8080, then intervals of 5 for something like 5 different port numbers.