Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

crowdx42

Members
  • Joined

  • Last visited

  1. Well I just went back to the previous Unraid release and it works fine. Not sure why upgrading Unraid would have this effect though.
  2. So I tried the latest Unraid update, 7.2.6 to 7.3.0 and had the issue with webui not working, reverted to previous version and everything works again. Weird.
  3. I tried above and it resulted in the torrent webui showing as sabnzbd instead (it is the docker that uses port 8080). I then removed the torrent docker, did a fresh install using the default ports ( I changed sabnzbd port to 8081) and this finally worked. I then updated all my other dockers to connect using the 8080 port and all seems well. Thank you for all your help
  4. I believe below is what is requested: docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="UNRAID" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='xxxxxxx' -e 'VPN_PASS'='xxxxxx' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -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.1.0/24' -e 'WEBUI_PORT'='8688' -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'='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 '8688: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/Finished_Torrents/':'/data':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'ghcr.io/binhex/arch-qbittorrentvpn' bc177e209e8ba18f88d0178a28caa3fad51a5ba6672e6d4bb483b763a46ea249
  5. Does the below log show what is needed? 2026-05-12 07:17:35,597 DEBG 'watchdog-script' stdout output: [debug] VPN incoming port is 26082 [debug] qBittorrent incoming port is 26082 [debug] VPN IP is 10.19.112.199 [debug] qBittorrent IP is 10.19.112.199 2026-05-12 07:18:05,602 DEBG 'watchdog-script' stdout output: [debug] Checking we can resolve name 'www.google.com' to address... 2026-05-12 07:18:05,650 DEBG 'watchdog-script' stdout output: [debug] DNS operational, we can resolve name 'www.google.com' to address '142.251.152.119 142.251.155.119 142.251.151.119 142.251.154.119 142.251.156.119 142.251.153.119 142.251.157.119 142.251.150.119' 2026-05-12 07:18:05,651 DEBG 'watchdog-script' stdout output: [debug] Waiting for iptables chain policies to be in place... 2026-05-12 07:18:05,662 DEBG 'watchdog-script' stdout output: [debug] iptables chain policies are in place 2026-05-12 07:18:05,667 DEBG 'watchdog-script' stdout output: [debug] VPN incoming port is 26082 [debug] qBittorrent incoming port is 26082 [debug] VPN IP is 10.19.112.199 2026-05-12 07:18:05,667 DEBG 'watchdog-script' stdout output: [debug] qBittorrent IP is 10.19.112.199 2026-05-12 07:18:33,775 DEBG 'start-script' stdout output: [info] Successfully assigned and bound incoming port 2026-05-12 07:18:35,673 DEBG 'watchdog-script' stdout output: [debug] Checking we can resolve name 'www.google.com' to address... 2026-05-12 07:18:35,720 DEBG 'watchdog-script' stdout output: [debug] DNS operational, we can resolve name 'www.google.com' to address '142.251.156.119 142.251.155.119 142.251.152.119 142.251.150.119 142.251.157.119 142.251.151.119 142.251.153.119 142.251.154.119' 2026-05-12 07:18:35,721 DEBG 'watchdog-script' stdout output: [debug] Waiting for iptables chain policies to be in place... 2026-05-12 07:18:35,731 DEBG 'watchdog-script' stdout output: [debug] iptables chain policies are in place 2026-05-12 07:18:35,737 DEBG 'watchdog-script' stdout output: [debug] VPN incoming port is 26082 [debug] qBittorrent incoming port is 26082 [debug] VPN IP is 10.19.112.199 2026-05-12 07:18:35,738 DEBG 'watchdog-script' stdout output: [debug] qBittorrent IP is 10.19.112.199 2026-05-12 07:19:05,744 DEBG 'watchdog-script' stdout output: [debug] Checking we can resolve name 'www.google.com' to address... 2026-05-12 07:19:05,792 DEBG 'watchdog-script' stdout output: [debug] DNS operational, we can resolve name 'www.google.com' to address '142.251.152.119 142.251.155.119 142.251.156.119 142.251.150.119 142.251.157.119 142.251.153.119 142.251.154.119 142.251.151.119' 2026-05-12 07:19:05,792 DEBG 'watchdog-script' stdout output: [debug] Waiting for iptables chain policies to be in place... 2026-05-12 07:19:05,803 DEBG 'watchdog-script' stdout output: [debug] iptables chain policies are in place 2026-05-12 07:19:05,809 DEBG 'watchdog-script' stdout output: [debug] VPN incoming port is 26082 [debug] qBittorrent incoming port is 26082 2026-05-12 07:19:05,809 DEBG 'watchdog-script' stdout output: [debug] VPN IP is 10.19.112.199 [debug] qBittorrent IP is 10.19.112.199 2026-05-12 07:19:35,815 DEBG 'watchdog-script' stdout output: [debug] Checking we can resolve name 'www.google.com' to address... 2026-05-12 07:19:35,863 DEBG 'watchdog-script' stdout output: [debug] DNS operational, we can resolve name 'www.google.com' to address '142.251.152.119 142.251.153.119 142.251.150.119 142.251.156.119 142.251.154.119 142.251.157.119 142.251.151.119 142.251.155.119' 2026-05-12 07:19:35,863 DEBG 'watchdog-script' stdout output: [debug] Waiting for iptables chain policies to be in place... 2026-05-12 07:19:35,871 DEBG 'watchdog-script' stdout output: [debug] iptables chain policies are in place 2026-05-12 07:19:35,877 DEBG 'watchdog-script' stdout output: [debug] VPN incoming port is 26082 [debug] qBittorrent incoming port is 26082 [debug] VPN IP is 10.19.112.199 [debug] qBittorrent IP is 10.19.112.199
  6. Nope, I get site cannot be reached timeout. As for the ports, I have Port: Web Interface: set to 8687 and also the Variable: WEBUI_PORT: set to 8687. As stated previously, I have done a full reinstall of the docker with no joy. This was all working fine before I updated Unraid to 7.2.6
  7. The laptop ip is 192.168.1.65 and the Unraid ip is 192.168.1.55.
  8. Still no joy connecting, I updated teh ovpn file and I think in the attached log it shows it is working? supervisord.log
  9. So here is the updated log, from the esponse above, I believe I needed to copy an ovpn file from PIA that allows port forwarding as shown in the list? I did a full fresh install and still no success. supervisord.log
  10. Below I have attached my log. supervisord.log
  11. Hi, I updated Unraid to 7.2.6 and after rebooting the server after the upgrade, I cannot access qbittorrent. I deleted the folder in app data and reinstalled and still no joy. Is there an incompatiblilty with the latest Unraid? Thank you for any help you can provide
  12. With 192.168.1.0/24 the WebUI was getting page not found, whereas changing it to 192.168.1.2/24 fixed the issue and WebUI works. I am not sure of the reason why, only that it works now. Could it be that my gateway is 192.168.1.1 and so the router did not like having it's IP address included in the IP range?
  13. That is the only thing that got it working for the WebUI.
  14. I finally got it working, I changed Variable: LAN_NETWORK: setting to my network range and now it works, default was 192.168.1.0/24, I updated it to 192.168.1.2/24 .
  15. well I finally got the WebUI working, but only with the VPN turned off. I use Private Internet Access, I have downloaded the OpenVPN files from their site and put them in the OpenVPN folder and from the logs it looks like it connected and was assigned an IP, but the WebUI still gives a page not found error. Thoughts? What should I be checking on the VPN side to make sure everything is working?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.