-
[Support] binhex - qBittorrentVPN
Here is the Docker run file. I hope I did this correctly? Update Container Stopping container: binhex-qbittorrentvpn Successfully stopped container 'binhex-qbittorrentvpn' Removing container: binhex-qbittorrentvpn Successfully removed container 'binhex-qbittorrentvpn' Command executiondocker run -d --name='binhex-qbittorrentvpn' --net='olympus' --pids-limit 2048 --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Olympus" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'= -e 'VPN_PASS'= -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='wireguard' -e 'STRICT_PORT_FORWARD'='no' -e 'ENABLE_PRIVOXY'='no' -e 'ENABLE_SOCKS'='no' -e 'SOCKS_USER'='admin' -e 'SOCKS_PASS'='socks' -e 'LAN_NETWORK'='192.168.76.0/24' -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'='1.1.1.1,1.0.0.1' -e 'ENABLE_HEALTHCHECK'='yes' -e 'HEALTHCHECK_COMMAND'='' -e 'HEALTHCHECK_ACTION'='' -e 'HEALTHCHECK_HOSTNAME'='google.com' -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/templates/main/unraid/binhex/images/qbittorrent-icon.png' -p '8080:8080/tcp' -p '8118:8118/tcp' -p '9118:9118/tcp' -p '58946:99/tcp' -p '58946:100/udp' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' -v '/mnt/user/data/torrents/':'/data':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'ghcr.io/binhex/arch-qbittorrentvpn' 3343852f1b7df2b51371ed42604343598dace3f9a17ba9a08825ce339d2226e3 The command finished successfully! This is the log file again. I hope it's right -A OUTPUT -d 104.18.40.93/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.37.206/32 -o eth0 -j ACCEPT -A OUTPUT -d 172.64.150.50/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.19.240.167/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.159.201/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8080 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o wg0 -j ACCEPT 2026-07-18 21:51:37,599 DEBG 'start-script' stdout output: -------------------- 2026-07-18 21:51:37,601 DEBG 'start-script' stdout output: [info] WireGuard 'peer' not found, attempting to cycle WireGuard interface... 2026-07-18 21:51:37,601 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'down'... 2026-07-18 21:51:37,611 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2026-07-18 21:51:37,614 DEBG 'start-script' stderr output: wg-quick: `wg0' is not a WireGuard interface 2026-07-18 21:51:37,614 DEBG 'start-script' stdout output: [warn] Failed to bring 'down' WireGuard kernel implementation 2026-07-18 21:51:37,614 DEBG 'start-script' stdout output: [info] Configuring WireGuard... 2026-07-18 21:51:37,918 DEBG 'start-script' stdout output: [info] Successfully downloaded PIA json to generate token for wireguard from URL 'https://www.privateinternetaccess.com/gtoken/generateToken' 2026-07-18 21:51:37,922 DEBG 'start-script' stdout output: [info] Successfully generated PIA token for wireguard 2026-07-18 21:51:37,922 DEBG 'start-script' stdout output: [info] Trying to connect to the PIA WireGuard API on 'japan-2.privacy.network'... 2026-07-18 21:53:50,932 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2026-07-18 21:53:50,940 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2026-07-18 21:53:50,948 DEBG 'start-script' stderr output: [#] ip link add dev wg0 type wireguard 2026-07-18 21:53:50,951 DEBG 'start-script' stderr output: [#] wg addconf wg0 /dev/fd/63 2026-07-18 21:53:50,952 DEBG 'start-script' stderr output: Line unrecognized: `PublicKey=' Configuration parsing error 2026-07-18 21:53:50,954 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2026-07-18 21:53:51,012 DEBG 'start-script' stdout output: [warn] Failed to bring 'up' WireGuard kernel implementation 2026-07-18 21:54:21,015 DEBG 'start-script' stdout output: [info] WireGuard 'peer' not found, attempting to cycle WireGuard interface... 2026-07-18 21:54:21,015 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'down'... 2026-07-18 21:54:21,023 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2026-07-18 21:54:21,026 DEBG 'start-script' stderr output: wg-quick: `wg0' is not a WireGuard interface 2026-07-18 21:54:21,027 DEBG 'start-script' stdout output: [warn] Failed to bring 'down' WireGuard kernel implementation 2026-07-18 21:54:21,027 DEBG 'start-script' stdout output: [info] Configuring WireGuard... 2026-07-18 21:54:21,303 DEBG 'start-script' stdout output: [info] Successfully downloaded PIA json to generate token for wireguard from URL 'https://www.privateinternetaccess.com/gtoken/generateToken' 2026-07-18 21:54:21,306 DEBG 'start-script' stdout output: [info] Successfully generated PIA token for wireguard 2026-07-18 21:54:21,306 DEBG 'start-script' stdout output: [info] Trying to connect to the PIA WireGuard API on 'japan-2.privacy.network'...
-
[Support] binhex - qBittorrentVPN
Top Of The Day To Everyone! I have a problem with the binhex-qbittorrent/delugevpn when I input the information for the VPN client, which is Private Internet Access. The container will not load on the web GUI, but when I turn off the VPN, the Web GUI works just fine. I have tried different versions of the container, but to no JOY! It happens to both binhex-qbittorrent/delugevpn, and yes, one torrent is shut down, so I try the other one, so there is no conflict with the ports. I really am at my wits' end with this; any help would be great. Very Respectfully
-
wilekcmc started following How to Add Custom Themes and Where to Find Them and [Support] binhex - qBittorrentVPN
-
[Support] binhex - qBittorrentVPN
Hello to all, I have been using qBittorrent for a while now and like it. So I would like to get it off my main water-cooled computer and run it on my unraid server. Is there an easy guide or video on how to set up binhex-qbittorrentvpn? I am very good at hardware building but get lost easily if there's coding to do. Any help you can give would be great. John
-
How to Add Custom Themes and Where to Find Them
Ladies & Gents, I am new to unraid and have not done any custom add on's because I am uncomfortable with coding. I've been looking to add a custom theme to my system and have found a few I like on google search, but there is no info on how to get them or install them. Can anyone help me out? Here are two of the styles I like, any help would be great. V/R wilekcmc
wilekcmc
Members
-
Joined
-
Last visited