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.

tonnyhii

Members
  • Joined

  • Last visited

  1. Please see files attached. I don't have knowledge to know what these files do. It is a script that set up to send unraid information to a display screen through wifi network. nvme-cli-1.16-x86_64-1.txz gcc-13.2.0-x86_64-1.txz glibc-2.39-x86_64-2.txz lm_sensors-3.6.0-x86_64-3.txz
  2. sorted!!. a start up script has impacted the installation or start up of Tailscale.
  3. i have exactly the same problem. Would you please explain how you resolve this?
  4. Thanks for your help @JonathanM @wgstarks I have added my public ip to the Variable: LAN_NETWORK and now i can access to the webui remotely.
  5. Thanks for the clarification. The connecting IP varies based on my VPN.
  6. i was using xxxx.dyndns.org:8080 to access my QbittorrentVPN WebUI. It would be the public IP.
  7. It was working fine when I was using nordvpn. It has stopped working when I changed my VPN to proton vpn with wireguard. I think I might have to look into alternative options if I can't access to webui through DNS
  8. It works fine when I use wireguard. I am planning to use DNS with port forwarding for WEBUI.
  9. thanks for the fast respond. I added 192.168.1.0/24,192.168.2.0/24 as per FAQ but still can't access remotely Any solution to this?
  10. I can access to the WebUi locally It stopped working if i try to access through another network or mobile phone' i have checked the port forward 8080 is opened on my router Tried to dianose the issue according to Q4 and Q32 of the FAQ, but didn't work Please have a look at the docker run below: 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.1.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'='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' 4848e9bc99841bbe22f0cf34b48c7be5f6721d4b33569b9b60754b188678f87d
  11. i think i will have to test this out when i gets to connect to unraid locally thanks for your help
  12. 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!
  13. i only changed port 8080 to 4445 in settings below, which one is wrong?
  14. 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.
  15. Host Port 3 added, both container port and host port set to 4445 Docker failed to run

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.