Jump to content

[Support] binhex - qBittorrentVPN


Recommended Posts

20 minutes ago, wgstarks said:

Post your docker run command.

docker run
  -d
  --name='binhex-qbittorrentvpn'
  --net='bridge'
  --pids-limit 2048
  --privileged=true
  -e TZ="Australia/Perth"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="TONNYHII"
  -e HOST_CONTAINERNAME="binhex-qbittorrentvpn"
  -e 'VPN_ENABLED'='yes'
  -e 'VPN_USER'='REMOVED'
  -e 'VPN_PASS'='REMOVED'
  -e 'VPN_PROV'='protonvpn'
  -e 'VPN_CLIENT'='wireguard'
  -e 'STRICT_PORT_FORWARD'='yes'
  -e 'ENABLE_PRIVOXY'='no'
  -e 'ENABLE_SOCKS'='no'
  -e 'SOCKS_USER'='admin'
  -e 'SOCKS_PASS'='socks'
  -e 'LAN_NETWORK'='192.168.64.0/19'
  -e 'WEBUI_PORT'='4445'
  -e 'VPN_INPUT_PORTS'=''
  -e 'VPN_OUTPUT_PORTS'=''
  -e 'DEBUG'='true'
  -e 'VPN_OPTIONS'=''
  -e 'ENABLE_STARTUP_SCRIPTS'='no'
  -e 'USERSPACE_WIREGUARD'='no'
  -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:4445]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png'
  -p '4445:8080/tcp'
  -p '8118:8118/tcp'
  -p '9118:9118/tcp'
  -p '58946:58946/tcp'
  -p '58946:58946/udp'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn/':'/data':'rw'
  -v 'binhex-shared':'/shared':'rw'
  --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn'

ef5144504cf7af29cc289813b8bf2248120d7e6005b940f36c4163186f89dcb8

The command finished successfully!

Link to comment
5 minutes ago, wgstarks said:

Looks like you have port 4445 mapped to port 8080. You need the map it to 4445 on the host. Here’s a screenshot of my port mapping.

 

IMG_0089.thumb.png.c331f40ecbc81b294d8898f942c3912c.png
 

Just replace 8088 with your preferred port.

 

 

i  cant find Host Port 3 in my edit. Do i have to add it?

image.thumb.png.bbd56e5c98c6cdf8717f5aa669ca7e77.png

Link to comment

added Host Post 3 to 4445, still not access to WEBUI

 

docker run
  -d
  --name='binhex-qbittorrentvpn'
  --net='bridge'
  --pids-limit 2048
  --privileged=true
  -e TZ="Australia/Perth"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="TONNYHII"
  -e HOST_CONTAINERNAME="binhex-qbittorrentvpn"
  -e 'VPN_ENABLED'='yes'
  -e 'VPN_USER'=''
  -e 'VPN_PASS'=''
  -e 'VPN_PROV'='protonvpn'
  -e 'VPN_CLIENT'='wireguard'
  -e 'STRICT_PORT_FORWARD'='yes'
  -e 'ENABLE_PRIVOXY'='no'
  -e 'ENABLE_SOCKS'='no'
  -e 'SOCKS_USER'='admin'
  -e 'SOCKS_PASS'='socks'
  -e 'LAN_NETWORK'='192.168.64.0/19'
  -e 'WEBUI_PORT'='4445'
  -e 'VPN_INPUT_PORTS'=''
  -e 'VPN_OUTPUT_PORTS'=''
  -e 'DEBUG'='false'
  -e 'VPN_OPTIONS'=''
  -e 'ENABLE_STARTUP_SCRIPTS'='no'
  -e 'USERSPACE_WIREGUARD'='no'
  -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:4445]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png'
  -p '4445:8080/tcp'
  -p '8118:8118/tcp'
  -p '9118:9118/tcp'
  -p '58946:58946/tcp'
  -p '58946:58946/udp'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn/':'/data':'rw'
  -v 'binhex-shared':'/shared':'rw'
  --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn'

7b5465b63572fdd838cd8df76a32f91a4fb87bb8070289840b08151bdfc77fff

The command finished successfully!

Link to comment
6 minutes ago, tonnyhii said:

cant find Host Port 3 in my edit. Do i have to add it?

It’s the port you added in this part of Q4 from the FAQ.

 

Quote

Click on blue link Add another Path, Port, Variable, Label or Device and select config type of port

Set the Container Port: and Host Port: to the same value as the Container Variable: WEBUI_PORT then click on Add

Click on Apply at the bottom and wait for the container to be recreated.


The name assigned by the container may be different.

Link to comment

docker run
  -d
  --name='binhex-qbittorrentvpn'
  --net='bridge'
  --pids-limit 2048
  --privileged=true
  -e TZ="Australia/Perth"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="TONNYHII"
  -e HOST_CONTAINERNAME="binhex-qbittorrentvpn"
  -e 'VPN_ENABLED'='yes'
  -e 'VPN_USER'=''
  -e 'VPN_PASS'=''
  -e 'VPN_PROV'='protonvpn'
  -e 'VPN_CLIENT'='wireguard'
  -e 'STRICT_PORT_FORWARD'='yes'
  -e 'ENABLE_PRIVOXY'='no'
  -e 'ENABLE_SOCKS'='no'
  -e 'SOCKS_USER'='admin'
  -e 'SOCKS_PASS'='socks'
  -e 'LAN_NETWORK'='192.168.64.0/19'
  -e 'WEBUI_PORT'='4445'
  -e 'VPN_INPUT_PORTS'=''
  -e 'VPN_OUTPUT_PORTS'=''
  -e 'DEBUG'='false'
  -e 'VPN_OPTIONS'=''
  -e 'ENABLE_STARTUP_SCRIPTS'='no'
  -e 'USERSPACE_WIREGUARD'='no'
  -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:4445]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png'
  -p '4445:8080/tcp'
  -p '8118:8118/tcp'
  -p '9118:9118/tcp'
  -p '4445:4445/tcp'
  -p '58946:58946/tcp'
  -p '58946:58946/udp'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn/':'/data':'rw'
  -v 'binhex-shared':'/shared':'rw'
  --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn'

896538015c77c090821ca08e34900be48a1c30bc4fa978554e2ed484c069a976
docker: Error response from daemon: driver failed programming external connectivity on endpoint binhex-qbittorrentvpn (21c37545d78e489eea1f9fdb04d4fca9eaf977179eec1f9c4803727da518b1f8): Bind for 0.0.0.0:4445 failed: port is already allocated.

The command failed.

Link to comment

uninstalled the docker and reinstalled it

default WEBUI port to 8080. still cant get the webUI

docker run
  -d
  --name='binhex-qbittorrentvpn'
  --net='bridge'
  --pids-limit 2048
  --privileged=true
  -e TZ="Australia/Perth"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="TONNYHII"
  -e HOST_CONTAINERNAME="binhex-qbittorrentvpn"
  -e 'VPN_ENABLED'='yes'
  -e 'VPN_USER'='pmp'
  -e 'VPN_PASS'=''
  -e 'VPN_PROV'='protonvpn'
  -e 'VPN_CLIENT'='wireguard'
  -e 'STRICT_PORT_FORWARD'='yes'
  -e 'ENABLE_PRIVOXY'='no'
  -e 'ENABLE_SOCKS'='no'
  -e 'SOCKS_USER'='admin'
  -e 'SOCKS_PASS'='socks'
  -e 'LAN_NETWORK'='192.168.64.0/19'
  -e 'WEBUI_PORT'='8080'
  -e 'VPN_INPUT_PORTS'=''
  -e 'VPN_OUTPUT_PORTS'=''
  -e 'DEBUG'='false'
  -e 'VPN_OPTIONS'=''
  -e 'ENABLE_STARTUP_SCRIPTS'='no'
  -e 'USERSPACE_WIREGUARD'='no'
  -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='000'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png'
  -p '8080:8080/tcp'
  -p '8118:8118/tcp'
  -p '9118:9118/tcp'
  -p '58946:58946/tcp'
  -p '58946:58946/udp'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw'
  -v '/mnt/user/appdata/binhex-qbittorrentvpn/qBittorrent/':'/data':'rw'
  -v 'binhex-shared':'/shared':'rw'
  --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn'

b1242bfb440ccae9b238a3ea717618162ae8b0c9f67752d7f47b4ce514bfd1c5

The command finished successfully!

 

Edited by tonnyhii
Link to comment
3 minutes ago, wgstarks said:

You stated earlier that you are connecting remotely to the webui using WireGuard. Is your assigned IP in the 192.168.64.0/19 network? Any IP that isn’t a part of this network won’t be able to connect.

i think i will have to test this out when i gets to connect to unraid locally

thanks for your help

Link to comment

Anyone got problems with VPN not working the best? The speed for me is not constant, it goes up and down all the time. I have tired PIA and ProtonVPN, same problem on both. Any idea on what could the problem be?
I used Proxy SOCKS5 with NordVPN and download was rock solid. 

 

ProtonVPN:

image.png.6be254bbaf9e92a3805583c6117942cc.png

 

PIA (longer time frame then Proton, still same thing):

PIASpeed.png.9aa03cf551384eececf5c748ef9dc476.png

Link to comment

I have just setup the binhex-qbittorrentvpn docker and am having an issue with categories... the issue being there are no default ones, and i can't seem to add any. I've been going through a number of support issues, but haven't come across a fix (unlike the adminadmin password issue - thanks for that!).

 

The categories.json is empty, and I can't think of anything else to try. I appreciate any suggstions, or please let me know what else I can provide to give insight.

 

I also realize I am missing tags and trackers... I assume that's going to be the next issue after categories so hopefully the fix addressses them all.

 

Screenshot 2024-09-02 202211.png

Edited by bkastner
Link to comment

been running this container >1 year pretty much no problem. as of last week's appdata backup i noticed on restart it wasn't connecting anymore. I see the following in the debug logs.

 

2024-09-03 10:47:21.224651 [debug] Having issues resolving name 'ca-vancouver.privacy.network', sleeping before retry.

 

I've tried several endpoints and it just changes the location it says it can't reach. I can hit these end points with the app on my windows 10 vm. 

 

i'm using wireguard with port forwarding required. - same type of problem with openvpn too. 

account is still valid, again i've been able to connect just fine with the application. 

 

any suggestions on how to resolve? - i've already removed / reinstalled the container. i setup another instance from scratch just to get same errors. i've changed my name servers from my private ones to public ones. none of these changed things. 

 

anyone else having similar issue or have these end points working? 

Link to comment
1 hour ago, Azreal said:

anyone else having similar issue or have these end points working? 

Several people have reported issues with DNS. You might try just using something like 1.1.1.1 for the DNS server and see if that resolves your issue. If it does you can add the defaults back one at a time until you see which is creating the problem.

 

If changing the DNS settings doesn’t help add your supervisord log and dicker run command that your next post. Be sure to redact users/passwords.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...