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

32 minutes ago, PeterB said:

To the best of my knowledge, all releases of this docker container, for the last several months, have been based on Deluge v2.0.4.dev38.  This would include all builds implementing PIA 'nextgen'.

Sadly, I think you are correct. I tried to downgrade to the last 2.0.3 tag in the repo and the VPN broke immediately. I guess any build with the next-gen config included would be a 'dev' release. 

Interested to hear what Binhex has to add though. 

  • 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
4 hours ago, PeterB said:

One question for Binhex to answer - what would happen if we went into the running container and used apt to install an alternative version of deluge?

firstly happy new year's eve guys!. 

 

ok so apt wont get ya far, as this docker image base is arch, and arch repo currently references deluge dev builds, thus the versions released, however i do understand your pain of having a dev build and i will consider a look into it to see if i can produce a one off non dev build for your guys on private index sites, obviously no progress on that tonight as im currently enjoying my beer donations, thanks everyone!.

Does anyone else have any suggestions for my downloads not working? I've switched over to wireguard with no change in results. I haven't done qbittorrent because I don't quite understand what that does or how it might fix the issue. I see other people with this problem but can't seem to find a fix.

9 minutes ago, Vance said:

Does anyone else have any suggestions for my downloads not working? I've switched over to wireguard with no change in results. I haven't done qbittorrent because I don't quite understand what that does or how it might fix the issue. I see other people with this problem but can't seem to find a fix.

Post your docker run command (remove user/pw) and a screenshot of the download settings in deluge.

1 minute ago, strike said:

Post your docker run command (remove user/pw) and a screenshot of the download settings in deluge.

I use the gui interface, so I don't use a run command. Here's a the log and a screenshot of my advanced settings and redacted log.

535479764_Delugedocker2.thumb.jpg.01be3bc73556565165d17e2bcc4bf419.jpgsupervisord_redacted.log

3 minutes ago, Vance said:

I use the gui interface, so I don't use a run command. Here's a the log and a screenshot of my advanced settings and redacted log.

You forgot to post a screenshot of your deluge download settings, I need to see that too please. 

14 minutes ago, strike said:

You forgot to post a screenshot of your deluge download settings, I need to see that too please. 

Oops! Sorry about that. Here are all the preferences from inside Deluge.

465052220_Delugepreferences13.jpg.b1f69384c16d3a938d59f6c610c2b9fd.jpg1145485229_Delugepreferences12.jpg.80c242f7fb33427a4008b31ec3ada704.jpg668361713_Delugepreferences11.jpg.4191cf77df56782ff1d0240e5e8bef17.jpg961960573_Delugepreferences10.jpg.92163341e9270981bf4a00744660ccf0.jpg586475558_Delugepreferences9.jpg.a1167cb6070cc7effc7ff10fcba47ac8.jpg1585281475_Delugepreferences8.jpg.1e1e3c02613772ddf6ebc0ea9d0c5dc7.jpg1070297557_Delugepreferences7.jpg.80645c6e8b04cc9ec5feb1916989aa4f.jpg370938415_Delugepreferences6.jpg.b922cc15086de1f55dd88e594fa4a6c7.jpg2044267217_Delugepreferences5.jpg.0cb4888db8e56a7fc60263f191ab1496.jpg2143837382_Delugepreferences4.jpg.b28c0737682cada9dc5d66aa510c709c.jpg1343398272_Delugepreferences3.jpg.5dd2e3b7b3f16d2ad5084f099efcc13d.jpg1227489773_Delugepreferences2.jpg.775b593c87c67317f5c3324f685ad560.jpg544440071_Delugepreferences1.jpg.39bf84c99f3af33ca292c401825b9992.jpg292674871_Delugepreferences14.jpg.bb11ff7321618d2729554776f4eea8c8.jpg

8 minutes ago, Vance said:

Oops! Sorry about that. Here are all the preferences from inside Deluge.

I only needed the downloads section, but yeah your Download to path is incorrect. Change it to /data/Downloads/Incomplete and you should be good. Change the "move completed" path too. Restart the container after. And linux is case sensetive so be sure to use Downloads and not downloads. Since you have mapped /data to /mnt/user/Downloads.

 

Sorry, it should be: /data/Incomplete and /data/Complete

Edited by strike

OMG! That's it!!! Thank you so much!!!

Just now, Vance said:

OMG! That's it!!! Thank you so much!!!

Glad I could help. :) And if you have created any labels make sure you set up the correct path there too in the label options.

On 12/29/2020 at 7:12 AM, jebusfreek666 said:

I can no longer access my webui, but thankfully I know exactly what I did to screw it up. Unfortunately, I have no idea how to undo it. I was following instructions from someone else about getting a different app to work with deluge, and they suggested that I click the box and enable SSL. I did not fill in the key or the cert boxes. I then restarted deluge. And now I can no longer pull up the webui, so I can't unclick the damn box. How do I go about fixing this?

Sorry to bump, but I think I got buried. Anyone know how to fix this?

I’m not positive but it looks like you'll need to edit web.conf.

Change 

“https”: true,

to 

“https”: false,

As I said, I’m not 100% sure about this. Probably a good idea to make a backup copy of the file before you edit just in case.

You probably will need to restart to docker also to apply the changes.

1 hour ago, wgstarks said:

I’m not positive but it looks like you'll need to edit web.conf.

Change 


“https”: true,

to 


“https”: false,

As I said, I’m not 100% sure about this. Probably a good idea to make a backup copy of the file before you edit just in case.

To do this, I am assuming I need to use an editor like notepad++ right? Working on a chromebook at the moment, so if that is the case I will have to wait until I have access to my windows laptop. 

41 minutes ago, jebusfreek666 said:

To do this, I am assuming I need to use an editor like notepad++ right? Working on a chromebook at the moment, so if that is the case I will have to wait until I have access to my windows laptop. 

I don’t know much about windows but that’s the usual recommendation. You could also use mc or some other online editor.

1 hour ago, wgstarks said:

I don’t know much about windows but that’s the usual recommendation. You could also use mc or some other online editor.

Thank you sir. That did the trick.

On 12/27/2020 at 3:30 PM, Nimrad said:

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

 

Nobody knows what this last error means? Are there any other logs I could explore to troubleshoot this? As mentioned the config file works fine in windows.

17 hours ago, binhex said:

firstly happy new year's eve guys!. 

 

ok so apt wont get ya far, as this docker image base is arch, and arch repo currently references deluge dev builds, thus the versions released, however i do understand your pain of having a dev build and i will consider a look into it to see if i can produce a one off non dev build for your guys on private index sites, obviously no progress on that tonight as im currently enjoying my beer donations, thanks everyone!.

Thanks Binhex! I'd really appreciate that. Just sent you a beer from the UK. Happy new year! 

Nobody knows what this last error means? Are there any other logs I could explore to troubleshoot this? As mentioned the config file works fine in windows.

Can you post your wg0.conf file (but redact any sensitive info)?
Which VPN provider are you using?


Sent from my iPhone using Tapatalk
On 1/2/2021 at 8:29 AM, Jorgen said:


Can you post your wg0.conf file (but redact any sensitive info)?
Which VPN provider are you using?


Sent from my iPhone using Tapatalk

@Nimrad this is what the wg0.conf file looks like when using PIA. I assume it needs to have the same info when using other VPN providers as well.

The error in you log specifically states that the Endpoint line is missing from your .conf file, but I don't know what it needs to be set to for your provider/endpoint.

[Interface]
Address = 10.5.218.196
PrivateKey = <redacted>
PostUp = '/root/wireguardup.sh'
PostDown = '/root/wireguarddown.sh'

[Peer]
PublicKey = <redacted>
AllowedIPs = 0.0.0.0/0
Endpoint = au-sydney.privacy.network:1337

 

22 hours ago, Jorgen said:

@Nimrad this is what the wg0.conf file looks like when using PIA. I assume it needs to have the same info when using other VPN providers as well.

The error in you log specifically states that the Endpoint line is missing from your .conf file, but I don't know what it needs to be set to for your provider/endpoint.


[Interface]
Address = 10.5.218.196
PrivateKey = <redacted>
PostUp = '/root/wireguardup.sh'
PostDown = '/root/wireguarddown.sh'

[Peer]
PublicKey = <redacted>
AllowedIPs = 0.0.0.0/0
Endpoint = au-sydney.privacy.network:1337

 

Mine looks similar:

 

[Interface]
PrivateKey = fffff
Address = 10.34.0.134/16
DNS = 10.35.53.1

[Peer]
PublicKey = fffff
AllowedIPs = 0.0.0.0/0,::/0
Endpoint = pvdata.host:3389

 

First of all thanks binhex for such a good docker. 

About my problem, I've started using a VPN (Surfshark to be exact) for the last couple of weeks. In the first week I didn't seem to have any problem regarding the connection and especially the speed of the downloads. But for the last 2 weeks or so whenever I enable VPN my download speeds fall down to 30-40 Kib/s where it should be around 3 Mib/s. If I disable the VPN and restart the docker the speed increases back to normal. If then I re-enable VPN speeds decrease once again. I also speedtested same endpoints with same VPN provider on my windows computer and the speed results seems fine. I suppose there is something wrong in my prefences and/or config files. Can anyone offer any help. If any info is needed for me to share please let me know. Thanks. 

2 hours ago, Nimrad said:

Mine looks similar:

 


[Interface]
PrivateKey = fffff
Address = 10.34.0.134/16
DNS = 10.35.53.1

[Peer]
PublicKey = fffff
AllowedIPs = 0.0.0.0/0,::/0
Endpoint = pvdata.host:3389

 

Ok, I'm really guessing here, @binhex will need to chime in with the real answer, but I think you need to:

1. Remove the ipv6 reference

2. Remove the DNS entry (maybe, it might also be ignored already. Either way it would be better to move it to the DNS settings of the docker)

3. Add the wireguardup and down scripts

3. Ensure the endpoint address is correct. "pvdata.host" does not resolve to a public IP for me and I'm pretty sure it needs to for wireguard to be able to connect to the endpoint and the tunnel to be established.

4. Try removing the /16 postfix from the Address line

 

So apart from #3, try the below as wg0.conf. Although I'm pretty sure it will fail still because of #3.
 

[Interface]
PrivateKey = fffff
Address = 10.34.0.134
PostUp = '/root/wireguardup.sh'
PostDown = '/root/wireguarddown.sh'

[Peer]
PublicKey = fffff
AllowedIPs = 0.0.0.0/0
Endpoint = pvdata.host:3389

 

2 hours ago, odyseus8 said:

First of all thanks binhex for such a good docker. 

About my problem, I've started using a VPN (Surfshark to be exact) for the last couple of weeks. In the first week I didn't seem to have any problem regarding the connection and especially the speed of the downloads. But for the last 2 weeks or so whenever I enable VPN my download speeds fall down to 30-40 Kib/s where it should be around 3 Mib/s. If I disable the VPN and restart the docker the speed increases back to normal. If then I re-enable VPN speeds decrease once again. I also speedtested same endpoints with same VPN provider on my windows computer and the speed results seems fine. I suppose there is something wrong in my prefences and/or config files. Can anyone offer any help. If any info is needed for me to share please let me know. Thanks. 

If you haven't done so already, work through all the suggestions under Q6 here: https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

7 hours ago, Jorgen said:

If you haven't done so already, work through all the suggestions under Q6 here: https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

Thanks for the answer I had done most of the bulletpoints previously but this time around I changed strict port forwarding to "no" and now I have great upload speeds but have 0 download speed. Also don't have much of a clue what to do regarding Name_Servers if anything is needed or not. If you have any further suggestions please help. 

 

1 -  I don't know what to do in order to define the incoming port correctly. I didn't change any major settings. As far as I know Surfshark(VPN service I use) doesn't support port forwarding but when I change the Strict_Port_Forward to "no" upload speeds are great but no download speeds. In supervised.log it says it is listening on port 58846( not sure if this is the incoming port or not)

 

2- - I tried both with 2/3 upload rate and unlimited upload rate. No luck there.

 

3-  The VPN provider is already using the correct cipher as far as I know.

 

4- I didn't install the itconfig plugin but if its a must I can do that.

 

5-  "Rate limit IP overhead" is unticked as advised

 

6- The disks don't have any fragmentation problem checked and verified.

 

7- Using the default Name_Servers as I mentioned not sure how to change or modify them. SHould I just add, ,8.8.8.8 at the end for google DNS or just delete all and only add 1 name.

 

8- I'm not using a mirrored cache pool.

 

9- My router is only a couple of months old so don't think it could cause this problem.

 

Thanks again for your help and suggestions.

 

P.s. I have noticed this error on deluge for most of the torrents, maybe its relevant. "Non-authoritative 'Host not found' (try again or check DNS setup)"

Also some of the torrrents have Tracker Status:  Error: "End of file" error 

Edited by odyseus8
New error addition

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.