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

Featured Replies

So, a few months ago I set up DelugeVPN with PIA's wireguard and it worked.  I haven't downloaded anything since then, but now nothing is downloading.  I can access the webUI just fine, I've tried it with port forwarding on and off, but downloads just sit at "downloading."


I cannot find a guide on how to set Wireguard up in the container and unfortunately I can't remember how I did it if the first time.

 

There's a wg0.conf (/appdata/binhex-delugevpn/wireguard/wg0.conf) file that I believe needs to be edited, but I don't know what I should be putting there.

 

Any help would be appreciated!

 

Thanks!

Edited by aidenpryde
added more information

  • Replies 10.8k
  • Views 2.4m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ryanoc3ros
    Ryanoc3ros

    Found the solution on reddit.   Due to the recent change in the authentication process, using your email and password for the manual connection method will no longer work. You will need to u

  • How to set up ProtonVPN in Deluge   I thought I'd share how I configured binhex-delugevpn to use ProtonVPN for those fellow paying ProtonVPN users. I don't know if this will work for the fre

  • I wanted to summarize how I got Mullvad working with DelugeVPN as I had to piece together several "solutions" from different comments in this thread and there was some incorrect info; likely old.

Posted Images

  • Author
5 hours ago, aidenpryde said:

I can access the webUI just fine

if you can access the web ui then there is nothing wrong with the wireguard configuration, do you see anything download at all?, or is everything at 0?.

 

can you attach a screenshot for the settings screen showing incomplete and completed folder configuration for deluge web ui, as well as screenshot for unraid settings for the docker contianer.

Hi, I've opened the port 8112 on my router and can successfully access the webui when I am not at home, though it seems that I CANNOT access containers that I route through the delugeVPN container. I followed spaceinvaderone's tutorial on how to route traffic from one container to another, so all can sit behind one VPN. Local access is no problem. I think that it has something to do with IPtables though I do not have enough knowledge to be certain. I tried to modify the IP tables through the console of the container and I managed to get the port 34400 (which is the port I am interested in accessing) to have the same settings as port 8112 when typing `iptables -L`. However it does change anything :/

 

I hope that I have provided enough information, and hopefully my issue is solvable. Thanks in advance.

7 hours ago, binhex said:

if you can access the web ui then there is nothing wrong with the wireguard configuration, do you see anything download at all?, or is everything at 0?.

 

can you attach a screenshot for the settings screen showing incomplete and completed folder configuration for deluge web ui, as well as screenshot for unraid settings for the docker contianer.

Ugh, started the container up today, and now things are downloading.  I didn't make any changes.

  • Author
Just now, aidenpryde said:

Ugh, started the container up today, and now things are downloading.  I didn't make any changes.

then your issue was most probably either ISP and/or VPN provider related.

  • Author
3 hours ago, tomas.lejdung said:

Hi, I've opened the port 8112 on my router and can successfully access the webui when I am not at home, though it seems that I CANNOT access containers that I route through the delugeVPN container. I followed spaceinvaderone's tutorial on how to route traffic from one container to another, so all can sit behind one VPN. Local access is no problem. I think that it has something to do with IPtables though I do not have enough knowledge to be certain. I tried to modify the IP tables through the console of the container and I managed to get the port 34400 (which is the port I am interested in accessing) to have the same settings as port 8112 when typing `iptables -L`. However it does change anything :/

 

I hope that I have provided enough information, and hopefully my issue is solvable. Thanks in advance.

have you specified the application web ui port(s) using the "ADDITIONAL_PORTS" env var? you will need to do that when using multiple applications routed through my vpn containers.

11 minutes ago, binhex said:

then your issue was most probably either ISP and/or VPN provider related.

Thanks for looking at my post.

Are there any instructions for changing the servers via the Wireguard settings for PIA?  I've yet to find a guide for setting it up.

38 minutes ago, binhex said:

have you specified the application web ui port(s) using the "ADDITIONAL_PORTS" env var? you will need to do that when using multiple applications routed through my vpn containers.

Thanks for the reply. I have now added the port to the ADDITIONAL_PORTS and it now shows up on the iptables, though the issue still persists... The container that I am trying to route through the delugeVPN container is xTeve, which uses port 34400.

 

I also tried routing radarr through the contains to see if xTeve was the issue but I can't get it to work either...

Edited by tomas.lejdung
more info

@tomas.lejdung which xteve container are you trying to route through this one ? in github u asked about my xteve_vpn container which wont work to route through another vpn container, just as note ...

 

take a regular xteve one, use the --network ... like described in tutorials and it will work just nice, also through binhex vpn container.

4 minutes ago, alturismo said:

@tomas.lejdung which xteve container are you trying to route through this one ? in github u asked about my xteve_vpn container which wont work to route through another vpn container, just as note ...

 

take a regular xteve one, use the --network ... like described in tutorials and it will work just nice, also through binhex vpn container.

I switched to your regular xteve container when trying to route it through binhex's VPN container. But as stated above I did not get it to work with radarr when routing it through delugeVPN, but it works when I dont use any VPN.

On 12/19/2020 at 1:16 PM, wgstarks said:

You can switch to PIA’s next-gen servers to correct your connection issues but this will also require upgrading the docker container (and the Deluge app) to the latest version. You will likely see the original issues with Deluge return since it’s probably still the same version you originally had issues with. I switched docker containers instead. I’m now using binhex-qbittorrentvpn docker with the PIA next-gen servers until Deluge releases an update that hopefully fixes some of their bugs.

Thank you for helping. Think i'll do the same :)

 

6 minutes ago, Lien1454 said:

Thank you for helping. Think i'll do the same :)

 

You may want to backup all your .torrent files so you don’t loose them if you misconfigure the new qbittorrent app. Just saying 😁.

On 12/19/2020 at 1:16 PM, wgstarks said:

You can switch to PIA’s next-gen servers to correct your connection issues but this will also require upgrading the docker container (and the Deluge app) to the latest version. You will likely see the original issues with Deluge return since it’s probably still the same version you originally had issues with. I switched docker containers instead. I’m now using binhex-qbittorrentvpn docker with the PIA next-gen servers until Deluge releases an update that hopefully fixes some of their bugs.

So is wireguard the best way to go for speed with PIA?

 

Thanks

 

2 minutes ago, Lien1454 said:

So is wireguard the best way to go for speed with PIA?

 

Thanks

 

I get decent speed with ovpn. Never tried wireguard. Perhaps someone else can answer that.

Super slow download speeds with PIA enabled.  So I weathered the next-gen pia server fiasco and thought it would be great now that bihnexx got deluge to work with the new servers.  However since getting myself setup with the next-gen servers my download speeds are total garbage.  Is PIA still messed up or is it the docker container?  With vpn enabled in the docker I download at 210kib/s.  It takes days to get a download a that speed.  PIA has not responded to my support tickets so am looking to you all for help.  SHould i ditch PIA if so what other VPN services are there that are trusted by the torrent community?

6 hours ago, whitewraith said:

Super slow download speeds with PIA enabled.  So I weathered the next-gen pia server fiasco and thought it would be great now that bihnexx got deluge to work with the new servers.  However since getting myself setup with the next-gen servers my download speeds are total garbage.  Is PIA still messed up or is it the docker container?  With vpn enabled in the docker I download at 210kib/s.  It takes days to get a download a that speed.  PIA has not responded to my support tickets so am looking to you all for help.  SHould i ditch PIA if so what other VPN services are there that are trusted by the torrent community?

What speeds do you get with a well seeded torrent like ubuntu?

 

Have you tried multiple servers? I’ve had good luck with the Canadian servers.

I am trying to set up a thin client on an ubuntu VM running on my Unraid server. The same server as my DelugeVPN docker container.

But I cannot open and edit the auth file? It just say I don't have permission.

How do I connect the thin client? Is there a default username/password? 

9 minutes ago, Noego said:

I cannot open and edit the auth file

You can use a text editor like mc to open the auth file.

Hi,

 

Thanks for the great work. 

Is there a stable deluge 2.0.3 version docker? Some PT ban dev versions. 

Awesome work.

 

Not sure if it's for this or your regular deluge container. But is it possible to run one deluge container entirely through proxy or is it still leaky and insecure? I already have a container to a custom vpn provider with static ip w/ binhex-deluge-vpn but the webui is getting slow so I thought about spinning up another instance and use the same connection, that is proxy to binhex-deluge-vpn.

 

Could I just binhex-delugevpn and the proxy settings in deluge, should I use something else or give up?

Hello, I've been scanning through the last several pages but can't seem to figure out what wrong on my end. My speeds have been so slow for a few weeks now and even after migrating from the :test image I had used as a temporary fix to the newest one via update just now, I am still either not being connected to very busy torrents or getting terrible speeds. Any help would be appreciated, thanks for all your work binhex and other devs!

 

Unraid 6.8.3

latest binhex-delugevpn

ExpressVPN with a .ovpn file and credentials.conf

 

Happy to post logs but the only flags I'm seeing are just depreciated features relating to OVPN 2.6 and cipher options

I just tried to switch to using Wireguard from my VPN Provider. I made a .conf file that works fine when I test it from my laptop and I dropped it in the wireguard folder. Deluge doesn't want to use it though, it just wont start. It renamed the file to wg0.conf. Logs:


2020-12-27 15:26:34.989348 [info] System information Linux 46f19ca4e7a6 5.10.1-Unraid #1 SMP Thu Dec 17 11:41:39 PST 2020 x86_64 GNU/Linux
2020-12-27 15:26:35.018259 [info] OS_ARCH defined as 'x86-64'
2020-12-27 15:26:35.046192 [info] PUID defined as '99'
2020-12-27 15:26:35.091854 [info] PGID defined as '100'
2020-12-27 15:26:35.141391 [info] UMASK defined as '000'
2020-12-27 15:26:35.162540 [info] Permissions already set for volume mappings
2020-12-27 15:26:35.207769 [info] Deleting files in /tmp (non recursive)...
2020-12-27 15:26:35.234431 [info] VPN_ENABLED defined as 'yes'
2020-12-27 15:26:35.258965 [info] VPN_CLIENT defined as 'wireguard'
2020-12-27 15:26:35.285307 [info] VPN_PROV defined as 'custom'
2020-12-27 15:26:35.321662 [info] WireGuard config file (conf extension) is located at /config/wireguard/wg0.conf
2020-12-27 15:26:35.357376 [crit] VPN configuration file /config/wireguard/wg0.conf does not contain 'Endpoint' line, showing contents of file before exit...

 

17 hours ago, voicelex said:

Hello, I've been scanning through the last several pages but can't seem to figure out what wrong on my end. My speeds have been so slow for a few weeks now and even after migrating from the :test image I had used as a temporary fix to the newest one via update just now, I am still either not being connected to very busy torrents or getting terrible speeds. Any help would be appreciated, thanks for all your work binhex and other devs!

 

Unraid 6.8.3

latest binhex-delugevpn

ExpressVPN with a .ovpn file and credentials.conf

 

Happy to post logs but the only flags I'm seeing are just depreciated features relating to OVPN 2.6 and cipher options

Unraid 6.8.3? Might be your problem.

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.