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

For people having issues with PIA and port forwarding, try SPAIN, seems to work ok for me right now.

For binhex, THANK YOU for maintaining such a good piece of kit. Throwing some beer money your way which should go extra far vs spending $8 on a pint since none of us can go to bars depending on where we live.... :(

  • 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

It would be cool if openvpn could rotate through the ovpn files until it finds a working server in situations like this. I am having to keep the files in another folders and move them into qbittorrent 1 at a time till I find one that works right now.

 

I had to find a new server this morning and ended up getting france to work, if it gives me trouble I will try spain.

  • Author
1 hour ago, TexasUnraid said:

It would be cool if openvpn could rotate through the ovpn files until it finds a working server in situations like this. I am having to keep the files in another folders and move them into qbittorrent 1 at a time till I find one that works right now.

 

I had to find a new server this morning and ended up getting france to work, if it gives me trouble I will try spain.

https://forums.unraid.net/topic/46127-support-binhex-rtorrentvpn/?do=findComment&comment=894179

 

Very cool! Being able to loop multiple files would be easier for the end user but I can understand doing it this way as well.

 

I will update qbittorrent tonight and give it a try.

  • Author
Very cool! Being able to loop multiple files would be easier for the end user but I can understand doing it this way as well.
 
I will update qbittorrent tonight and give it a try.
It won't work yet as this is applied to rtorrentvpn only, if no issues then I will roll out soon.

Sent from my CLT-L09 using Tapatalk

ok, no worries. Look forward to it.

I've got an odd issue going on. The webUI seems to just be... broken? Sonarr can contact qbit just fine, and I can see torrents are seeding via my private tracker, but the webUI just reports nothing.

 

This occurred after an unexpected shutdown to the server. I've tried force updating the container, but I've been warry to delete the appdata since I have 150+ torrents seeding and I no longer have the .torrent files. Any who, any insight is appreciated. 

 

Below is an image of what I see. Just nothingness. Yet all the torrents are still seeding... lol.

 

image.thumb.png.e95266498087c3890aac928066965c57.png

 

 

9 hours ago, doubley said:

I've got an odd issue going on. The webUI seems to just be... broken? Sonarr can contact qbit just fine, and I can see torrents are seeding via my private tracker, but the webUI just reports nothing.

 

This occurred after an unexpected shutdown to the server. I've tried force updating the container, but I've been warry to delete the appdata since I have 150+ torrents seeding and I no longer have the .torrent files. Any who, any insight is appreciated. 

 

Below is an image of what I see. Just nothingness. Yet all the torrents are still seeding... lol.

 

image.thumb.png.e95266498087c3890aac928066965c57.png

 

 

.torrents should be saved in your torrents folder by default.

image.png.fef14f426e55f7058266cd155ef9c014.png

Edited by Maverick0984

3 hours ago, Maverick0984 said:

.torrents should be saved in your torrents folder by default.

image.png.fef14f426e55f7058266cd155ef9c014.png

Okay, so I lied a little. I do keep all .torrent files, but I have 11,103 in that folder and I only have ~150 I like to permanently seed. So I'm not really sure how I can easily utilize that.

 

But I do appreciate the advice! 

Edited by doubley

im using synology nas with binhex qbitorrentvpn docker. whats the best way to update? without losing anything?

You should just be able to update the docker container like normal. All the folders that store your data should be mapped to folders on your server.

I'm no longer able to access the WebUI. I went so far as to delete in reinstall it, making sure to use the most current PIA vpn config files. It just wont load the login page. I've tried changing the webUI port to something other than the default 8080 but still nothing. I'm not sure where to start investigating. 

Check the log file, if it is not able to connect to the VPN it will not load the GUI.

I'll check, but I also disabled VPN/Privoxy/PF and still no GUI. 

okay i lied, it did work after disabling the vpn, i guess I didn't give it enough time. But I have a new question. When editing the settings there are 2 areas that have port 8080, one labeled WebGUI and one not. What is the non gui port for? I Assume I only need to change the gui one to affect which port the gui is accessed from?

mspaint_eOF7ZXP3Xh.png

Seems that the webui ONLY works when set to port 8080. changing it to anything else results in not being able to get to the gui. what gives?

  • Author
7 hours ago, 2Piececombo said:

Seems that the webui ONLY works when set to port 8080. changing it to anything else results in not being able to get to the gui. what gives?

taken from my readme:-

Due to issues with CSRF and port mapping, should you require to alter the port for the webui you need to change both sides of the -p 8080 switch AND set the WEBUI_PORT variable to the new port.

For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090

 

I am curious, you are obviously able to change qbittorrent settings from the command line during boot/setup. How are you doing this? Using qbittorrent-cli?

 

I really want to add some trackers to the options menu to be added to every torrent as it currently gets reset anytime the docker is reset (happening a lot with the VPN issues lately).

 

This can be done with qbittorrent-cli but it does not seem to be installed and not sure how to do that.

  • Author
3 hours ago, TexasUnraid said:

I am curious, you are obviously able to change qbittorrent settings from the command line during boot/setup. How are you doing this? Using qbittorrent-cli?

 

I really want to add some trackers to the options menu to be added to every torrent as it currently gets reset anytime the docker is reset (happening a lot with the VPN issues lately).

 

This can be done with qbittorrent-cli but it does not seem to be installed and not sure how to do that.

using the api, see here for my code on how i do it:-

https://github.com/binhex/arch-qbittorrentvpn/blob/4fde9d5b17544d1d0d3b7d4c5577240a72009e8a/run/nobody/qbittorrent.sh#L57-L75

 

You greatly overestimate my abilities lol.

 

So it looks like typing qbittorrent_port="${VPN_INCOMING_PORT}" into the console would change the port that qbittorrent listens on.

 

I tried typing this into the console as a test but just get "qbittorrent_port: command not found"

 

I tried a bunch of commands from the console and none of the ones I could find online worked, they all just gave a command not found since qbittorrent-cli is not installed.

On 9/20/2020 at 12:19 PM, TexasUnraid said:

You should just be able to update the docker container like normal. All the folders that store your data should be mapped to folders on your server.

i guess, i dont know what normal is

In unraid there is a button to check for updates to dockers and another button to update them. Alternatively in unraid you can just click force update as well to update even if an update is not detected.

 

I have no idea how Synolgy is setup, you could try reading up on how that system works to see what the process is.

Edited by TexasUnraid

  • Author
17 hours ago, TexasUnraid said:

So it looks like typing qbittorrent_port="${VPN_INCOMING_PORT}" into the console would change the port that qbittorrent listens on.

no, these are the important lines:-

https://github.com/binhex/arch-qbittorrentvpn/blob/4fde9d5b17544d1d0d3b7d4c5577240a72009e8a/run/nobody/qbittorrent.sh#L69-L70

they use the qbittorrent api to set the port, whether the api can do what you need it to do i couldnt say, you would need to read the qbittorrent documentation for their api.

 

Looks like they are still working on an Open VPN script.

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.