Page 1 of 1

No access to webinterface - no config.ini after installation [Docker]

Posted: February 11th, 2024, 11:41 pm
by seeker0815
Hey guys,

so I installed sabnzbd via a guide from rapidseedbox using docker on a Pi (cannot post the link because I am new).

My problem is that i have also an unifi controller installed on the PI and I cannot use port 8080 because Unifi is using it. When I try to get to the web interface via localhost:8080 I always get redirected to the Unifi controller web interface.
Also there was no sabnzbd.ini file created so I cannot change the port.

My questions are:
1) How can I change the port?
2) Why was there no sabnzbd.ini file created?

Thank you for your help.

Re: No access to webinterface - no config.ini after installation

Posted: February 12th, 2024, 2:33 am
by safihre
If you run in Docker, you can just change the port map from the Docker command line. I know for sure that linuxserver.io image and the hotio ones have that option. You can just map the internal 8080 to external 8081 for example.

Re: No access to webinterface - no config.ini after installation [Docker]

Posted: February 12th, 2024, 7:59 am
by seeker0815
Hey there,

thank you very much. I already kind of suspected that I've messed up the port mappings while doing the configuration of the docker container. It's working now :)
Thank you and have a good day.