Fresh Install: Web interface connection refused

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
Otsdarva
Newbie
Newbie
Posts: 2
Joined: June 26th, 2019, 10:55 pm

Fresh Install: Web interface connection refused

Post by Otsdarva »

Running a fresh install of sabnzbd from the AUR on a fresh install of archlinux.

Sabnzbd starts without errors via systemd. I would post the systemctl output, but some part of it gets resolved as a link and the forum will not permit it.

The journal part of the output just reads

Code: Select all

Jun 26 22:32:04 alexandria1 systemd[1]: Started SABnzbd binary newsreader.
However, when I try to access the WebUI via my browser at http //192 168 1 ##:8080, the connection is refused. I am accessing the headless server on a laptop on the same network.

For troubleshooting purposes, ran

Code: Select all

chmod -R 777 /opt/sabnzbd
which changed nothing. I've installed sab before on the same OS and don't remember having this much trouble. Any ideas?
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Fresh Install: Web interface connection refused

Post by sander »

Otsdarva wrote: June 26th, 2019, 11:05 pm
However, when I try to access the WebUI via my browser at http //192 168 1 ##:8080, the connection is refused. I am accessing the headless server on a laptop on the same network.
Ah, from another device? That is remote connection, which a default install of SABnzbd will refuse. Solutions/workarounds:

- on the (headless) server running SABnzbd itself, start a webbrowser, go to http://127.0.0.1:8080/sabnzbd/config/general/ and at "SABnzbd Host" fill out 0.0.0.0 (instead of 127.0.0.1)
- Or, find and edit sabzbdn.ini, find "host = 127.0.0.1", change to "host = 0.0.0.0" and restart SABnzbd
- Or, at startup, add " --server 0.0.0.0:8080" to the CLI command
Otsdarva
Newbie
Newbie
Posts: 2
Joined: June 26th, 2019, 10:55 pm

Re: Fresh Install: Web interface connection refused

Post by Otsdarva »

Of course! I probably did the same thing the last time I installed sab. Thanks for the reminder, everything is working properly now.
Post Reply