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.

Matt0925

Members
  • Joined

  • Last visited

  1. So I have no clue what changed, it had been working as it was supposed to, I'd switched to 8081 ages ago due to a conflict. But that solved it, thank you very much!
  2. Sorry, I'd been messing with it to see if that could be the issue, however it wasn't. I've got it as 10.0.0.0/24 now and still no luck docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='XXXXX' -e 'VPN_PASS'='XXXXX' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8081' -e 'LAN_NETWORK'='10.0.0.0/24' -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 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8081:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/data/torrents/':'/data/torrents/':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn:4.6.7-1-01' 00601d5808a97722f63453d0c95d194231ad897fe9fe116110e686ffbc55a740
  3. 10.0.0.11 and 255.255.255.0
  4. Hello @wgstarks , thanks for the reply. Unfortunately no luck, their guide gave me the same numbers I already had.
  5. I'm in the group of qbit not connecting now. Thought it would be as simple as updating the openvpn folder to a new PIA endpoint, but no such luck. Below are my logs, any thoughts on what I've got wrong? Docker run- docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='XXXXXXX' -e 'VPN_PASS'='XXXXXXX' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8081' -e 'LAN_NETWORK'='10.0.0.1/24' -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 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -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 '6881:6881/tcp' -p '6881:6881/udp' -p '8081:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/data/torrents/':'/data/torrents/':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn:4.6.7-1-01' bd6bb10bbe0098088c5f39948df6f80911895e286bc0c3fe3839beadc29ba46e QBit log is here- PastebinQBit Log - Pastebin.comPastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. Would appreciate any thoughts, thanks! Edit- So it's weird, on my trackers they now show I am seeding. But I still cannot access the webGUI.
  6. So I never got it to work properly by assigning new ports, couldn't figure out why my torrents and categories were vanishing. The one torrent file in the wrong location was a simple fix. I just had downloaded one before changing the save location in the webUI. In any case, I set up a second instance as br0 instead and assigned it a separate IP address. Not how I wanted it handled but not like I'm going to run out of addresses I can assign any time soon, so really not a big deal. Knock on wood, it seems to be running fine now. Added torrents that are still seeding, categories and everything is still in place a day later, even after a reset. I think we are finally good.
  7. No, both instances are on 4.3.9-2-01. Why would this be an issue for the second instance but not the first? First instance has the same path set up but always puts it in my /downloads folder rather than appdata. I did forgot to adjust settings in the webUI before downloading the first torrent, so it's possible it was that one. Now that I've added the correct path no further torrents went under appdata. Any thoughts on why all my torrents and settings disappeared however?
  8. I've got it set the same way the my instance of qBit is, it's had zero problems putting files in the correct place. Unfortunately I need to figure out first why my torrents and categories disappeared before I worry about where they are being saved
  9. /downloads/complete/ is how it is set in the web UI. In the configuration I have /downloads set as /mnt/user/downloads/ I should add that I had downloaded 10-15 torrents and this is the only one that ended up in there, so it is very possible I might have selected the wrong path for it when I set the category
  10. Well I was wrong, something still isn't right. I configured everything last night, set my categories, added a handful of torrents that downloaded and were seeding, now upon opening it today that is all gone. Interestingly in the appdata folder there is also a downloads folder with only one torrent file saved in it. Not sure if it downloaded before I configured everything or what?
  11. I started over and used this guidance, made some progress. But now I think I'm having the same issue as @Blairwin. If I type in myip:8081 it'll bring up the new instance of qbit. Going to WebUI just brings me to myip:8080 with the original container. I've tested in multiple browsers and restarted unraid with no change. I've attached my settings just in case I'm missing something as well. If I'm not it's certainly not ideal but I guess at least it'll get the job done for now.
  12. I had done this by using the add another path, port, variable, label or device option- Should I have named it WEBUI_PORT like you did? Though after seeing your example I tried changing key 8 like you have done and still no change.
  13. Yes I have- I also changed the ports- And finally added the webUI port and deleted the original config on it- I tried deleting it and starting fresh, still directed to the original 8080. Interestingly despite my settings in the config file it still showed the port as 8080. When changed there to 8081 and saved it still brings up port 8080, so that wasn't it. I feel like there must be something small I'm missing but I have no idea what it is?
  14. Well interesting development. Adding a new port for it and deleting the original one does load up qBit on the webUI, however it directs to the original instance of it on port 8080 rather than the new one despite pointing to 8081 and app data in a different spot

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.