Closed LordJABA closed 6 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
For the webui port , you've not got the host port/container port matching the port number you set for WEBUI_PORT
.
@j0nnymoe it is set: WEBUI_PORT: 8081
this it the port mapping from docker tab: 172.17.0.6:6881/TCP>192.168.0.11:6881 172.17.0.6:6881/UDP>192.168.0.11:6881 172.17.0.6:8080/TCP>192.168.0.11:8081
It's not set the same.
Both the host/container ports need to match your webui port as mentioned here: https://github.com/linuxserver/docker-qbittorrent?tab=readme-ov-file#webui_port-variable
so if the WebUI is set to 8081: the WEBUI_PORT also needs to be set to 8081: Or am I misunderstanding?
PS that's the doc I'm trying to follow
tried changing WEBUI_PORT to 8080 and I get Unauthorized
as I expected
It's not set the same.
the marked part (orange text) is an arbitrary description not variable value
edit: adding also the variable details
Got it. Needed to change container port to also 8081- the issue is thats not allowed to be modified in unraid UI. Needed to remove default port mapping and add new one 8081>8081
thanks for pointing this out maybe someone will find that helpful during first days on unraid
Is there an existing issue for this?
Current Behavior
The container starts i have a message with a temporary passwords in logs but when i open the ip with port (http://192.168.0.11:8081/ - 8080 is already taken) i from other computer on the same LAN get ERR_CONNECTION_REFUSED
Expected Behavior
Opening the web ui
Steps To Reproduce
Install linuxservers qbittorrent app setting non default port. Try to open webUI - tried with multiple browsers
Environment
CPU architecture
x86-64
Docker creation