docker-qBittorrentvpn icon indicating copy to clipboard operation
docker-qBittorrentvpn copied to clipboard

Remote access to Web-UI

Open screwfaze opened this issue 6 years ago • 6 comments

Thanks for the awesome program, I am having trouble connecting to the Web UI from outside my network after port forwarding on my router. I am new to Docker so probably just missing a setting somewhere can anyone tell me what I need to do?

Thanks

screwfaze avatar Feb 17 '19 17:02 screwfaze

No one has any advice ? Does the developer of this app have any assistance?

screwfaze avatar Feb 21 '19 15:02 screwfaze

If you want to use the WebUI outside your network, the best solution would be to add a reverse proxy like NGINX to handle http(s) traffic. As far as qbit will know, its coming from within the network.

Expose the WebUI port to a docker network with an NGINX container and serve http(s) traffic through it

Philipose avatar May 16 '19 06:05 Philipose

Thanks mate already did this like a month ago 😂

screwfaze avatar May 16 '19 06:05 screwfaze

No problem. I just saw that the issue was open and you didn't get a response yet. Figured might as well.

You may wanna close the ticket then though

Philipose avatar May 16 '19 11:05 Philipose

I am trying to run a docker with qtorrent on a remote server, and access the port 8080 over the net. but I am having a hard time with it, would this work? if so any ideas, on what steps I should follow?

ajoakim avatar Sep 27 '21 22:09 ajoakim

Expose the WebUI port to a docker network with an NGINX container and serve http(s) traffic through it

Uh... how do you do this??? Is there a guide out there? Running on an Ubuntu server.

jpd5749 avatar Mar 14 '23 20:03 jpd5749