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

Nevermind. I should pay more attention to what I’m reading. 😏

  • 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

Ok so I got my deluge running again by rollling back to an older version and then installing a current version.  Question about AutoRemovePlus.  If I enable and setup the media servers section with the proper Sonarr and Radarr APIs is that all I have to setup?  Is there a better way to setup with Sonar and Radarr?  Do I need to fill out the server url?

Edited by Gragorg

Hello! I've just setup DelugeVPN for the first time using SpaceInvaderOne's guide. I've got valid credentials from PIA that I was previously using on a Torrent VM running deluge. 

 

Unfortunately nothing I do seems to work with establishing and maintaining the tunnel. If I turn off the VPN Deluge starts fine but with the VPN on nothing works. I have pulled the latest certs, tried all port forwarding capable gateways and I know my credentials are valid. 

 

Quote

2020-01-05 16:45:50,276 DEBG 'start-script' stdout output:
Sun Jan 5 16:45:50 2020 UDP link local: (not bound)
Sun Jan 5 16:45:50 2020 UDP link remote: [AF_INET]45.83.91.19:1198

2020-01-05 16:46:50,884 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:50 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting

2020-01-05 16:46:50,885 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:50 2020 SIGHUP[soft,ping-restart] received, process restarting

2020-01-05 16:46:50,885 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:50 2020 WARNING: file 'credentials.conf' is group or others accessible
Sun Jan 5 16:46:50 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Oct 30 2019
Sun Jan 5 16:46:50 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10

2020-01-05 16:46:55,886 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:55 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2020-01-05 16:46:55,886 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:55 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]45.12.220.231:1198

2020-01-05 16:46:55,887 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:55 2020 UDP link local: (not bound)
Sun Jan 5 16:46:55 2020 UDP link remote: [AF_INET]45.12.220.231:1198

That is what I get over and over again no matter what I do (aside from turn off the VPN).

 

Any assistance would be greatly appreciated!

Good day!

I want to run several different apps in Docker and  through the VPN. Somebody on the forums said that I can reuse VPN connection from binhex-rtorrentvpn in another container by using --net=container:name parameter. But his advice was for vanilla Docker, not unRaid; and I use Deluge, not rtorrent; and I can not make it work.

Any advice, please? I want to make several containers share the same AirVPN uplink. And I think I need to use delugevpn as the central one because of VPN port forwarding.

Thanks!

7 hours ago, bugster said:

I need some help using Letsencrypt to be able to access DelugeVPN from outside my network. I used Spaceinvader's youtube guide to set it up and I've been able to get Sonarr/Radarr/Plex/tautulli but for some reason I can't set Deluge to work.

 

I have the container set to bridge, ENABLE_PRIVOXY is set to YES and my deluge.subdomain.config is set as followed:

 

 

Anything else I need to do?

 

 

In case anyone else runs into this issue, I changed ENABLE_PRIVOXY to "NO" and my deluge.subdomain.config is looking like this:


 

Quote

 

# make sure that your dns has a cname set for deluge and that your deluge container is not using a base url

server {  
    listen 443 ssl;
    server_name deluge.MYDOMAIN.com;
    
    include /config/nginx/ssl.conf;

    client_max_body_size 0;
    proxy_redirect off;
    proxy_buffering off;
    
    location / {
        proxy_pass http://my.unraid.ip.goes.here:8112/;
        proxy_buffering off;

        }
}

 

 

 

Make sure to edit deluge.MYDOMAIN.com and http://my.unraid.ip.goes.here:8112/

21 hours ago, jebusfreek666 said:

I think that is what I am running.... The latest binhex is deluge 2 right? Also, I did get it to show up in the preferences. But after selecting it to remove torrent and data after seed ratio was reached it still did nothing. 

Try looking in the logs and see if you can see whats going on when it evaluates.

On 1/5/2020 at 2:52 AM, jebusfreek666 said:

I think that is what I am running.... The latest binhex is deluge 2 right? Also, I did get it to show up in the preferences. But after selecting it to remove torrent and data after seed ratio was reached it still did nothing. 

Did you ever find a solution for AutoRemovePlus?  I'm having the exact same issue.

Edited by Gragorg

19 hours ago, Barafu said:

Good day!

I want to run several different apps in Docker and  through the VPN. Somebody on the forums said that I can reuse VPN connection from binhex-rtorrentvpn in another container by using --net=container:name parameter. But his advice was for vanilla Docker, not unRaid; and I use Deluge, not rtorrent; and I can not make it work.

Any advice, please? I want to make several containers share the same AirVPN uplink. And I think I need to use delugevpn as the central one because of VPN port forwarding.

Thanks!

If you already have your AirVPN working with binhex-deluge then you should just have to enable privoxy in deluge, then set your other stuff to run through the proxy it creates.

21 hours ago, joeloooiz said:

Hello! I've just setup DelugeVPN for the first time using SpaceInvaderOne's guide. I've got valid credentials from PIA that I was previously using on a Torrent VM running deluge. 

 

Unfortunately nothing I do seems to work with establishing and maintaining the tunnel. If I turn off the VPN Deluge starts fine but with the VPN on nothing works. I have pulled the latest certs, tried all port forwarding capable gateways and I know my credentials are valid. 

 

That is what I get over and over again no matter what I do (aside from turn off the VPN).

 

Any assistance would be greatly appreciated!

 

Quote

2020-01-05 16:45:50,276 DEBG 'start-script' stdout output:
Sun Jan 5 16:45:50 2020 UDP link local: (not bound)
Sun Jan 5 16:45:50 2020 UDP link remote: [AF_INET]45.83.91.19:1198

 

Are you using a PIA Server with Port Forwarding ON?

6 hours ago, Gragorg said:

Did you ever find a solution for AutoRemovePlus?  I'm having the exact same issue.

Not yet, but it has been set on the back burner at the moment. I am currently swapping all my HDD for larger ones and looking at a rebuild of about a week. If I do find anything out, I will post it here. I had read somewhere that someone else was having a similar problem and they got around it by ignoring the first tab, the global settings, and just made specific rules for each label they had on the second tab. That was what I was going to try next. 

2 hours ago, bugster said:

 

 

Are you using a PIA Server with Port Forwarding ON?

Yes but I am using the gateways that support Port Forwarding. I tried all of the available sites on their list of port forward capable gateways with no luck.

 

Any suggestions?

 

Edit: I also tried disabling port forwarding and that doesn't work either.

Edited by joeloooiz

11 hours ago, wirenut said:

to run through the proxy it creates.

Not all the stuff can use proxy, especially HTTP proxy. And also, there are open ports to care about. What if I want to run a nextcloud, using AirVPN's DDNS?

Hey guys. I've used AirVPN for years now but it seems that every few weeks DelugeVPN will go into a disconnect/reconnect loop every 2-3 minutes. I believe it's due to the particular server going down or having issues. Usually, when this happens I just download a new config file from AirVPN and copy it to the Deluge openvpn directory, restart the docker and all is well for a few weeks.

 

Is it possible to copy several openvpn config files to this directory and have Deluge rotate through them if it disconnects from a server?

  • Author
Hey guys. I've used AirVPN for years now but it seems that every few weeks DelugeVPN will go into a disconnect/reconnect loop every 2-3 minutes. I believe it's due to the particular server going down or having issues. Usually, when this happens I just download a new config file from AirVPN and copy it to the Deluge openvpn directory, restart the docker and all is well for a few weeks.
 
Is it possible to copy several openvpn config files to this directory and have Deluge rotate through them if it disconnects from a server?
Why not download a VPN configuration file that uses a hostname rather than an IP address, that way you are not targeting a specific server.

Sent from my CLT-L09 using Tapatalk

13 minutes ago, binhex said:

Why not download a VPN configuration file that uses a hostname rather than an IP address, that way you are not targeting a specific server.

Sent from my CLT-L09 using Tapatalk
 

Thanks @binhex for the reply. The ovpn files does indeed use the hostname (remote us.vpn.airdns.org 443). When the issue reoccurs I'll post the logs here.

  • Author
6 minutes ago, jserio said:

The ovpn files does indeed use the hostname (remote us.vpn.airdns.org 443).

hmm ok sadly that particular A record only resolves to a single ip address so i can see why it may go down, ideally it should resolve to multiple ip addresses, each of which is a vpn server, openvpn can then randomly reconnect to another server on disconnection, an example of this is from pia:-

 

Name:    swiss.privateinternetaccess.com
Addresses:  185.230.125.48
          185.230.125.49
          185.230.125.51
          185.230.125.85
          195.206.105.213
          82.102.24.162
          91.132.136.44
          185.156.175.91
          185.212.170.178
          185.212.170.180
          185.212.170.188
          185.230.125.35
          185.230.125.43

 

at the moment this docker does not support multiple remote lines in the ovpn file (but as mentioned does support multiple server connections) so you might be stuck for now unless you switch vpn provider.

  • Author
On 1/5/2020 at 10:48 PM, joeloooiz said:
Quote

Sun Jan 5 16:46:55 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]45.12.220.231:1198

2020-01-05 16:46:55,887 DEBG 'start-script' stdout output:
Sun Jan 5 16:46:55 2020 UDP link local: (not bound)
Sun Jan 5 16:46:55 2020 UDP link remote: [AF_INET]45.12.220.231:1198

That is what I get over and over again no matter what I do (aside from turn off the VPN).

in that case openvpn client is unable to establish a connection with that specific ip address, unless you need to do that i would recommend going with a ovpn file that uses a hostname, targetting a specific ip address is never a good idea unless absolutely required.

Just go to AirVPN's config download page, and download a config for a continent or a country with multiple servers. You can also have multiple countries in a config, but I think it will prefer the one that comes alphabetically first.

3 hours ago, binhex said:

in that case openvpn client is unable to establish a connection with that specific ip address, unless you need to do that i would recommend going with a ovpn file that uses a hostname, targetting a specific ip address is never a good idea unless absolutely required.

Hi - I am using the ovpn files downloaded directly from PIA - I haven't specified any IP addresses anywhere but am relying (I assume) on DNS to resolve that IP.

  • Author
Hi - I am using the ovpn files downloaded directly from PIA - I haven't specified any IP addresses anywhere but am relying (I assume) on DNS to resolve that IP.
In that case I would suspect outbound port 1198 is being blocked check your firewall

Sent from my CLT-L09 using Tapatalk

Hey everyone!

I'm working on getting my DelugeVPN container set up (used SpaceInvaderOne YT video for reference for initial setup).

I'm using PIA for the VPN.

After getting everything set up, I got my first torrent started and saw reasonable speeds (~5MB/s download) but after 30s to 1 min of these good downloads, my download speed drops to 0 kb/s and never recovers.

I can delete the torrent and restart the docker and try again but see the same pattern every time I try to restart a torrent (have tried using a few different connection points and toggling port forwarding on/off.


Wondering if anyone can help with further setup to get stable downloads. Let me know what data I need to attach!

 

Thanks!

Marshall

  • Author
2 minutes ago, MarshallU said:

Hey everyone!

I'm working on getting my DelugeVPN container set up (used SpaceInvaderOne YT video for reference for initial setup).

I'm using PIA for the VPN.

After getting everything set up, I got my first torrent started and saw reasonable speeds (~5MB/s download) but after 30s to 1 min of these good downloads, my download speed drops to 0 kb/s and never recovers.

I can delete the torrent and restart the docker and try again but see the same pattern every time I try to restart a torrent (have tried using a few different connection points and toggling port forwarding on/off.


Wondering if anyone can help with further setup to get stable downloads. Let me know what data I need to attach!

 

Thanks!

Marshall

qnap user by any chance or using unraid?

17 minutes ago, binhex said:

qnap user by any chance or using unraid?

Using unraid! I guess that would have been important to mention.

  • Author
50 minutes ago, MarshallU said:

Using unraid! I guess that would have been important to mention.

ok so have you configured deluge via the web ui to use the volume mapping /data for incomplete and completed downloads?.

9 minutes ago, binhex said:

ok so have you configured deluge via the web ui to use the volume mapping /data for incomplete and completed downloads?.

Currently going to:

/data/Incomplete for my downloading files and 

/data/Completed when they are finished.

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.