[Bug 290699] news/sabnzbd: fails to start after upgrading from FreeBSD 13.5 to 14.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 01 Nov 2025 09:08:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290699

--- Comment #6 from Nicholas Kirby <nick@kirby.cx> ---
Possibly your new sabnzbd.ini is not set to allow remote UI

https://sabnzbd.org/wiki/extra/access-denied.html

From the wiki:
The relevant setting in sabnzbd.ini is inet_exposure, with these values:

    0 = No access (default)
    1 = Add NZB files
    2 = API (no Config)
    3 = Full API
    4 = Full Web interface
    5 = Full Web interface - Only external access requires login

With a brand new install/configuration this will be 0. 4 or 5 will let you use
the web interface remotely.

I always forget about this setting on a new install and have to look it up.

-- 
You are receiving this mail because:
You are the assignee for the bug.