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

7 hours ago, Jorgen said:

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

So, I just got it to work. Turns out the .conf was somehow corrupted during copying and I had to manually change it. Some random characters were added in my file. BTW, for others: My file worked as I posted it.

As for #3; I manually changed the IP before posting here(sorry, I should've said so). Thanks so much for the help!

  • 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

3 hours ago, odyseus8 said:

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)

This is almost certainly the main problem. If surfshark doesn't support port forwarding your speeds will be slow, sorry. Maybe someone else is using surfshark and can confirm if they have managed to get good speeds despite this?

Strict_port_forward is only used with port forwarding so you might as well leave it at "no"

 

3 hours ago, odyseus8 said:

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

It has definetly helped others, so it's worth a shot. But you really are fighting an uphill battle without port forwarding.

 

3 hours ago, odyseus8 said:

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.

...

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)"

So this is worth pursuing for sure, due to the error you're seeing. The defaults include PIA name servers, which I think have been depreciated by now. There are also other considerations, i.e. don't use google, see Notes at the bottom of this page: https://github.com/binhex/arch-delugevpn

Try replacing the name servers with this:

84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1

If the error persists, it's likely something wrong with your DNS settings for unraid itself.

 

3 hours ago, odyseus8 said:

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

No idea about this one, sorry

Hi guys and happy New Year. First of all I would like to thank Binhex for his great docker images.

I am new to this unraid, linux, docker thing so please bare with the newbie a bit.

 

I am trying to get deluge to execute a python script upon completion of a torrent. After setting it up i get the following message

 

13:51:40.949 [ERROR   ][deluge_execute.core           :145 ] Execute script not found or not executable

 

I have given permissions for the script (chmode +x) and it does work if run from the command line.

But doesnt seem to run from the execute plugin.

 

Any help will be deeply appreciated. Thanks

 

  • Author
3 minutes ago, nfragol said:

But doesnt seem to run from the execute plugin

are you specifying the full path to the script and also to the python executable?

thanks Binhex.

I am using this command:

 

python /config/nzbToMedia/TorrentToMedia.py

 

This appears to work from the command line

  • Author
2 minutes ago, nfragol said:

thanks Binhex.

I am using this command:


python /config/nzbToMedia/TorrentToMedia.py

 

This appears to work from the command line

the problem is with 'python', there is no path when running scripts like this so you have to explicitly define the absolute path to all files, so try this instead:-

/usr/sbin/python /config/nzbToMedia/TorrentToMedia.py

 

OK, thanks. I will give this a go.

Hi Binhex, sorry but i tried this command on the execute plugin and still no go.

I get the same error message.

4 hours ago, Jorgen said:

This is almost certainly the main problem. If surfshark doesn't support port forwarding your speeds will be slow, sorry. Maybe someone else is using surfshark and can confirm if they have managed to get good speeds despite this?

Strict_port_forward is only used with port forwarding so you might as well leave it at "no"

 

It has definetly helped others, so it's worth a shot. But you really are fighting an uphill battle without port forwarding.

 

So this is worth pursuing for sure, due to the error you're seeing. The defaults include PIA name servers, which I think have been depreciated by now. There are also other considerations, i.e. don't use google, see Notes at the bottom of this page: https://github.com/binhex/arch-delugevpn

Try replacing the name servers with this:


84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1

If the error persists, it's likely something wrong with your DNS settings for unraid itself.

 

No idea about this one, sorry

 

Thank you for your help,

 

As far as I understand my main problem was not being to able to port forward. So I searched and found PrivateVPN which provides that option. I bought a 30 day trial period just to try with deluge but again I'm out of luck. I just changed the ovpn files and certificates and also used your new name_servers and activated Strict_port_forward, but again I'm not able to download. Probably there is more changes I should have done but not sure what to change without breaking the system completely.

 

ok I tried to look more into it. As far as I understand PrivateVpn "servers with OpenVPN TAP + UDP" offers this for particular ovpn locations. When I try to use one these ovpn files.

these errors come up on deluge log which prevents it from starting.

 

 

2021-01-04 17:20:34 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.

 

 

 

2021-01-04 17:21:39 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers.

 

 

2021-01-04 17:21:39 WARNING: file 'credentials.conf' is group or others accessible

 

 

2021-01-04 17:21:44 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.

 

really not sure how to cope with these errors or if they are related at all.

 

If I prefer a OPENVPN + TUN connection there all these errors go away but yet again I can't increase my download speed.

 

 

 

 

Edited by odyseus8

  • Author
6 minutes ago, nfragol said:

Hi Binhex, sorry but i tried this command on the execute plugin and still no go.

I get the same error message.

and this file path exists?

 

/config/nzbToMedia/TorrentToMedia.py

 

If i run your command from the console, it works

  • Author
16 minutes ago, nfragol said:

If i run your command from the console, it works

just to be clear, you are talking about the console of the container, NOT the terminal for the server, right?

No, I am referring to the console for the container.

  • Author
Just now, nfragol said:

No, I am referring to the console for the container.

ok and permissions for the folder '/config/nzbToMedia' and also for the file 'TorrentToMedia.py' are set to what? - keep in mind console for the container will be running as root, whereas deluge runs (by default) as user 'nobody'

OK, good to know.

 

This is for the folders

drwxrwxr-x   1 nobody users  796 Jan  4 17:00 config

drwxrwxrwx 1   1000 users     938 Jan  3 15:21 nzbToMedia

 

and this is for the script

-rwxrwxrwx 1 1000 users 16938 Dec 14 10:34 TorrentToMedia.py

 

Ok, would someone explain to me how to connect a Deluge thin client. Like I'm five, apparently.

  • I've edited /appdata/binhex-delugevpn/auth to include bob:bobspassword:10 on the line under localhost:blah-blah:10
  • port 58846 is mapped in/out the delugevpn container
  • I'm connected to PIA via Wireguard successfully
  • I can access WebUI through unRAIDip:8112 and add/download/upload torrents properly
  • I can access delugevpn through sonarr/radarr and they can add folders/labels

I can't, for the life of me, get my Deluge client (Win10) to access deluged through unraidIP:58846 with bob:bobspassword credentials. Only showing red dot next to the saved entry in the connection panel. 

 

Is there another password set I should be using, or something I need to enable.

 

Again, like I'm five.

Erik

22 minutes ago, ainuke said:

Ok, would someone explain to me how to connect a Deluge thin client. Like I'm five, apparently.

It’s my understanding that deluge v2 hasn’t been released for Windows. Maybe this isn’t correct. If you’re running deluge v1 on your windows machine you won’t be able to use the thin client. WebUI only.

 

Thank you for your help,

 

As far as I understand my main problem was not being to able to port forward. So I searched and found PrivateVPN which provides that option. I bought a 30 day trial period just to try with deluge but again I'm out of luck. I just changed the ovpn files and certificates and also used your new name_servers and activated Strict_port_forward, but again I'm not able to download. Probably there is more changes I should have done but not sure what to change without breaking the system completely.

 

ok I tried to look more into it. As far as I understand PrivateVpn "servers with OpenVPN TAP + UDP" offers this for particular ovpn locations. When I try to use one these ovpn files.

these errors come up on deluge log which prevents it from starting.

 

 

2021-01-04 17:20:34 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.

 

 

 

2021-01-04 17:21:39 --cipher is not set. Previous OpenVPN version defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers.

 

 

2021-01-04 17:21:39 WARNING: file 'credentials.conf' is group or others accessible

 

 

2021-01-04 17:21:44 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.

 

really not sure how to cope with these errors or if they are related at all.

 

If I prefer a OPENVPN + TUN connection there all these errors go away but yet again I can't increase my download speed.

 

 

 

 

I'm not familiar with PrivateVPN, so not sure how much help I can offer on this. Have you considered using PIA instead?

 

Either way, I think we need to see more detailed logs at this point, can you follow this guide and post the results please? Remember to redact your user name and password from the logs before posting!

https://github.com/binhex/documentation/blob/master/docker/faq/help.md

 

3 hours ago, ainuke said:

Ok, would someone explain to me how to connect a Deluge thin client. Like I'm five, apparently.

  • I've edited /appdata/binhex-delugevpn/auth to include bob:bobspassword:10 on the line under localhost:blah-blah:10
  • port 58846 is mapped in/out the delugevpn container
  • I'm connected to PIA via Wireguard successfully
  • I can access WebUI through unRAIDip:8112 and add/download/upload torrents properly
  • I can access delugevpn through sonarr/radarr and they can add folders/labels

I can't, for the life of me, get my Deluge client (Win10) to access deluged through unraidIP:58846 with bob:bobspassword credentials. Only showing red dot next to the saved entry in the connection panel. 

 

Is there another password set I should be using, or something I need to enable.

 

Again, like I'm five.

Erik

I assume that you are using the latest version of Deluge in unraid which is 2.x.x

If so you should use this link 

https://forum.deluge-torrent.org/viewtopic.php?f=12&t=55776&p=232351#p23235

to download the unofficial latest version of thin client to be able to connect to your unraid.

The official version is not compatible with newer versions. Hope this helps.

 

6 hours ago, wgstarks said:

It’s my understanding that deluge v2 hasn’t been released for Windows. Maybe this isn’t correct. If you’re running deluge v1 on your windows machine you won’t be able to use the thin client. WebUI only.

Well, that's just balls.

You're right, I'm on 1.3, unless I want to roll my own. HaHa, yeah right.

 

Thanks for the reality check.

1 minute ago, ainuke said:

Well, that's just balls.

You're right, I'm on 1.3, unless I want to roll my own. HaHa, yeah right.

 

Thanks for the reality check.

See this post.

3 hours ago, odyseus8 said:

I assume that you are using the latest version of Deluge in unraid which is 2.x.x

If so you should use this link 

https://forum.deluge-torrent.org/viewtopic.php?f=12&t=55776&p=232351#p23235

to download the unofficial latest version of thin client to be able to connect to your unraid.

The official version is not compatible with newer versions. Hope this helps.

 

Thank you, that works awesome. I think I just peed myself a little with how easy it was. It even saw my daemon without having to configure anything!

Hey folks, struggling with a weird new issue. Suddenly, Deluge is not downloading anything. I have a feeling it's related to a storage update DockStarter ran recently.

These are my configs:

Tf7Lazo.png

PcWQIhy.png

 

Any idea?

2 hours ago, Dukko said:

Hey folks, struggling with a weird new issue. Suddenly, Deluge is not downloading anything. I have a feeling it's related to a storage update DockStarter ran recently.

These are my configs:

 

Any idea?

Same issue here.  Just installed a few days ago and was working fine.  I can add torrents but none are downloading and all show paused.  

19 hours ago, nfragol said:

This is for the folders

drwxrwxr-x   1 nobody users  796 Jan  4 17:00 config

drwxrwxrwx 1   1000 users     938 Jan  3 15:21 nzbToMedia

 

and this is for the script

-rwxrwxrwx 1 1000 users 16938 Dec 14 10:34 TorrentToMedia.py

 

Hi guys,

 

I have been struggling for 2 days to get the execute plugin to work.

On Binhex's advice i tried the following command but still cant get it to work.

 

"/usr/sbin/python /config/nzbToMedia/TorrentToMedia.py"

 

Above i have the permissions for the folders and script.

I am new to linux and unraid, can someone please point me in the right direction ?

 

Thanks

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.