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.

[Support] binhex - qBittorrentVPN

Featured Replies

I just recently updated the binhex qbittorrentvpn in my unraid box and my existing RSS feeds are not loading. Did something change for the refreshing of RSS feeds? I am able to manually load magnet/torrent links still and the VPN connectivity still appears to be functioning with no dns leaks.

  • Replies 5.1k
  • Views 1.1m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I rolled back to tag 5.1.1-1-01 which fixed the issue for me. I guess the new update wasn't tested for wireguard connections. Edit the docker container and change "Repository" from binhex/arch-qbitt

  • FWIW, I found this method in Reddit that seemed to work for me until they fix the log bug. But note if you have qbittorrent internet facing, it's a risk.   Add this line under [Preferences]

  • gustyScanner
    gustyScanner

    Hello! I have been using wireguard successfully for a long time with this container, today though when the container restarted I got the following error: 2025-06-27 10:35:26,490 DEBG 'start-script'

Posted Images

Same, looks to have stopped working with yesterday mornings docker update. At least for me. Tried a bunch of things without success.

  • Author
4 hours ago, pho_king said:

I just recently updated the binhex qbittorrentvpn in my unraid box and my existing RSS feeds are not loading. Did something change for the refreshing of RSS feeds? I am able to manually load magnet/torrent links still and the VPN connectivity still appears to be functioning with no dns leaks.

 

11 minutes ago, ehrw said:

Same, looks to have stopped working with yesterday mornings docker update. At least for me. Tried a bunch of things without success.

looks like you are not alone:- https://github.com/qbittorrent/qBittorrent/issues/16916

 

if you simply want a fix then roll back to the previous version, see Q5 here for how to do it:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md

 

EDIT - for me last know working is 4.3.9 and im sticking on that version until all the bugs in the 4.4.x releases have been fixed, if you want a stable experience you may want to do the same.

10 hours ago, binhex said:

 

looks like you are not alone:- https://github.com/qbittorrent/qBittorrent/issues/16916

 

if you simply want a fix then roll back to the previous version, see Q5 here for how to do it:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md

 

EDIT - for me last know working is 4.3.9 and im sticking on that version until all the bugs in the 4.4.x releases have been fixed, if you want a stable experience you may want to do the same.

 

Thank you, i switched it to binhex/arch-qbittorrentvpn:4.3.9-2-01 and now my rss feeds are working again. Appreciate the help and all your apps that you work on Binhex!

7 minutes ago, pho_king said:

 

Thank you, i switched it to binhex/arch-qbittorrentvpn:4.3.9-2-01 and now my rss feeds are working again.

 

Same.  working for me with the previous version

Just a heads up.

After updating yesterday to qBittorrent v4.4.2 some of my config was reset / changed. From what I've noticed this affected at least speed limits and more importantly paths.

Default save path was changed to /config/qBittorrent/downloads and with automatic torrent management all downloaded files were moved to that location. Had a little heart attack when my shares showed up empty this morning.

Path for copies of .torrent files were also set to that location.

 

Other settings that I had definitely touched were still there, e.g. the "run external program on completion" was still there.

 

Luckily with automatic management it is also easy to move them back by changing the default path. It's just going to take a while to move terabytes of files around and re-check them in qBittorrent.

On the RSS Feed issue.  It's a recent change to QT6.

Info on it:

https://github.com/qbittorrent/qBittorrent/issues/16879

 

EDIT: Easy fix is to change your repo to:

binhex/arch-qbittorrentvpn:4.4.2-1-01

 

Assuming that it's fixed in a few weeks, you can change it back to binhex/arch-qbittorrentvpn

Edited by bmfrosty

On 4/21/2022 at 3:25 AM, binhex said:

EDIT - for me last know working is 4.3.9 and im sticking on that version until all the bugs in the 4.4.x releases have been fixed, if you want a stable experience you may want to do the same.

I found that 4.3.x versions were memory hogs in docker.  The move to 4.4.x reduced the memory usage down significantly.

  • Author
I found that 4.3.x versions were memory hogs in docker.  The move to 4.4.x reduced the memory usage down significantly.
Not saying that's not true, but that has not been my experience to date.

Sent from my CLT-L09 using Tapatalk

I want to run the webui on port 8090 to avoid conflict with another app.

 

I have changed Host Port 3 to 8090

WebUI is set to: http://[IP]:[PORT:8090]/

 

 

When I run the container the log shows it is running:

2022-04-25 16:25:20,201 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process listening on port 8090

 

However, when I try to open the webui I get: 192.168.0.103 refused to connect

 

I have disabled the vpn while I try to set the container up. I am obviously missing something very obvious, but can't work out what the problem is. Screenshot of the config. attached.

 

 

27 minutes ago, ianGB said:

I want to run the webui on port 8090 to avoid conflict with another app.

 

I have changed Host Port 3 to 8090

WebUI is set to: http://[IP]:[PORT:8090]/

 

 

When I run the container the log shows it is running:

2022-04-25 16:25:20,201 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process listening on port 8090

 

However, when I try to open the webui I get: 192.168.0.103 refused to connect

 

I have disabled the vpn while I try to set the container up. I am obviously missing something very obvious, but can't work out what the problem is. Screenshot of the config. attached.

 

 

You also have to change the port on the WEBUI_PORT variable, delete the host port 3 port setting and create a new host port 3 setting so that webui_port is set to 8090 and container port 8090 is set to host port 8090.

17 hours ago, wgstarks said:

You also have to change the port on the WEBUI_PORT variable, delete the host port 3 port setting and create a new host port 3 setting so that webui_port is set to 8090 and container port 8090 is set to host port 8090.

Thank you that worked perfectly!

Hello, when i am trying to open this container all the time i am getting unauthorized message

What can be done about this, can you please advice?

 

Everytime I restart my container all my active downloads reset to 0% and my completed downloads give "Missing files" message.

I've confirmed the files are present in the host location, but the container location is empty.
Force recheck doesn't help.

 

I have temp downloads folder enabled, so my finished downloads/default save location goes to /data/Downloads/Complete and my incomplete downloads goes to /data/Downloads/Incomplete.

 

I'm still new to Unraid so I might be missing something.

I did just add a cache drive, and the mover moved my appdata folder to it, unsure if that might be related though.
Any help appreciated!

Edited by Skikibobski

I'm running the latest version that does not allow "incomplete" file path, it resets to the default,

 

Do we know if this will be correcteD?

 

OR 

 

What version does this work in the unraid system?

 

I had my whole system set with deluge, but I get better results and speed with qbit. I had qbit on a VM running and finally made the switch to my server.

1 hour ago, CMGSV said:

I'm running the latest version that does not allow "incomplete" file path, it resets to the default,

Not sure what version you are running but I'm on 4.4.2 and not having any issues with my custom "incomplete" file path.

The qbit forum would probably be the best place for an answer to your question though. They'll have much more knowledge regarding app development and current issues.

7 hours ago, CMGSV said:

I'm running the latest version that does not allow "incomplete" file path, it resets to the default,

 

Do we know if this will be correcteD?

 

OR 

 

What version does this work in the unraid system?

 

I had my whole system set with deluge, but I get better results and speed with qbit. I had qbit on a VM running and finally made the switch to my server.

 

I've had this issue as well, best workaround is to change the path manually in qBittorrent.conf located in the config folder

You'll want to check

TempPath=/path/to/folder
TempPathEnabled=True

I've been using this image for the last 6 months without any problems but now something has changed and I can't fix it.

 

I'm using binhex/arch-qbittorrentvpn:4.3.9-2-01 tag, running the container with my NordVPN account and was usually getting around 8MiB/s download speed.

 

I had container config directory mapped to appdata share on my cache drive, but last week this drive has died and I had to buy a new one. In the meantime I recreated appdata on my array from backups to keep my containers running. Everything was working fine except the fact that now I was getting total of 1.8MiB/s download speed. I thought that's because it's now running from HDD instead of SSD so it's slower.

 

Today I installed new cache drive and moved appdata but the problem is still occuring and download speed stays around 1.8MiB/s. I saw it go to 1.9-2.1 a few times so I don't think it's capped.

 

What I tried:

- checked if speed/rates are limited within the app

- restarted container

- installed qBittorrent (normal app, not dockerized) on my PC, connected to the same VPN provider with the same account and tried downloading ubuntu-22.04 iso. Got speeds ~15MiB/s so my ISP is not throttling the connection

- checked the same ubuntu torrent on my unraid but still got slow download 

- created new container with empty config from scratch but it didn't help either

- ran speedtest on my server to make sure it's using full link

 

Any ideas what else can I try to fix this?

 

Edit:

I also installed your binhex-rtorrentvpn and both clients are "stuck" at ~1.8MiB/s while downloading simultaneously. So I don't think that's the image fault

Edited by paululibro

1 hour ago, paululibro said:

Any ideas what else can I try to fix this?

I would probably try switching the vpn server that your connecting to. I’ve never used nordvpn but I know PIA sometimes has similar issues and switching to another endpoint will usually correct it.

45 minutes ago, wgstarks said:

I would probably try switching the vpn server that your connecting to

 

I tried 3 different servers including the one I checked on PC but it didn't change anything.

 

Then I realised that I only moved appdata, not the Docker vDisk file. But after moving it back to the cache, download speeds on both clients are even slower ~380KiB/s

 

Checked SSD speeds

Timing cached reads:   18452 MB in  1.99 seconds = 9260.07 MB/sec
Timing buffered disk reads: 1588 MB in  3.00 seconds = 528.79 MB/sec

 

and moved vDisk back to array: downloading is still at 380KiB/s

 

I'll have to create a new thread about this since it's not the image fault

Actually I was talking about the nordvpn server that you are connecting to.

Someone on the nordvpn subreddit suggested to swap my current openvpn tcp cert file with the udp one. Not only did it fixed my problem but now I’m getting over 10MiB/s download speed up to 16MiB/s. Still don’t know why my previous config stopped working but now it working better than ever. 

  • Author
7 minutes ago, paululibro said:

to swap my current openvpn tcp cert file with the udp one

always use udp wherever possible for vpn connections, it will always be faster than tcp (unless your isp throttles udp)

I just finished setting it up with nordvpn, but i cant access the webui with vpn on.

13 minutes ago, emkab said:

cant access the webui with vpn on.

That normally means an issue connecting or authenticating with your VPN provider.

Post the supervisord log file, be sure you redact credentials.

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...

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.