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

  • Author
3 hours ago, Inch said:

for some reason and for the life in me i cannot get Sonarr running on port 8989 via the VPN container

do you mean the web ui for sonarr is not accessible, or something else?

  • 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

35 minutes ago, binhex said:

do you mean the web ui for sonarr is not accessible, or something else?

Correct, sorry. The webui isn't responding, whereas Radarr is. Docker img settings:

image.thumb.png.7b86e4e2a1bef1e229dfd43b8f761b1a.png

Edited by Inch

Hi everyone! This might be a little off topic, I'm sorry if that's not ok. Is anyone familiar with the scripts that make the reannouncement of a torrent when there's an error for unregistered torrent when getting torrents from IRC channels? There's a few versions of them around, but I can't seem to getting any to work properly.

Herer's one of the scripts I've tried unsuccessfully:
 

#!/bin/bash

torrentid=$1
torrentname=$2
torrentpath=$3

output="/config/deluge-reannounce.log"
ip=127.0.0.1
port=58846 # deluge daemon port

x=1
while [ $x -le 100 ]
do
    sleep 7
    echo "$(date '+%Y.%m.%d-%T') - Running $x times - TorrentID: $torrentid" >> "$output"
    line=$(/usr/bin/deluge-console "connect $ip:$port; info" "$1" | grep "Tracker status")
    echo "$(date '+%Y.%m.%d-%T') - $line" >> "$output"
    case "$line" in
        *Unregistered*|*unregistered*|*Sent*|*End*of*file*|*Bad*Gateway*|*Error*)
        /usr/bin/deluge-console "connect $ip:$port; pause '$torrentid'"
        sleep 5
        /usr/bin/deluge-console "connect $ip:$port; resume '$torrentid'"
        ;;
    *)
    echo "$(date '+%Y.%m.%d-%T') - Working after $x tries: $torrentname $torrentpath $torrentid" >> "$output"
    exit 1;;
esac
x=$(( x+1 ))
done


I add the script via the execute plugin on deluge, and set it to run when a torrent is added. The script seems to run, but the problem is new torrents added from IRC channel get the status "error: unregistered torrent", but when I check the script log file it says "working after 1 tries...".

I'm running this container on docker on an Asustor NAS. I'm not on unraid. Any help would be appreciated. Thank you.

  • Author
Correct, sorry. The webui isn't responding, whereas Radarr is. Docker img settings:

image.thumb.png.7b86e4e2a1bef1e229dfd43b8f761b1a.png
Post the screenshot of delugevpn config

Sent from my 22021211RG using Tapatalk

Anyone have any tips on using this with ProtonVPN and forwarding ports? I can connect with either OpenVPN or Wireguard...but don't see how to forward a port with Wireguard. Proton says use natpmp but it's not part of the container.

I have been having to restart my container for a few weeks now, and I see a ton of "Recursive routing detected, drop tun packet to [AF-INET]" messages in my log. Can anyone help me identify why this would happen and any guidance on how to resolve? Please!

I just tried to switch from rtorrent-vpn to deluge-vpn and am trying to use wireguard as I did with rtorrent-vpn. 
But I can't get it to work correctly, I can add a torrent and in the beginning it starts to download at around 30MiB/s (I am have a 1000/1000MB/s connection). But after a few seconds it goes down to a few KiB/s for a couple of minutes then again up to around 30MiB/s for a few seconds.
So I can only download at a decent speed at a few seconds at a time. 
I did not have this problem with rtorrent, what can cause this problem ?
I am using Wireguard and in rtorrent I had to add the opened wireguard port to the settingsfile in rtorrent under "listening ports"

Where is the correct place to add this port in deluge ?

 

image.png.0b33cb4d3ba399ea33e382ffc9b8588d.png

Thanks, so it does not matter what value I use for the outgoing ports ? I can just add a random range ?

  • Author
Thanks, so it does not matter what value I use for the outgoing ports ? I can just add a random range ?
Correct

Sent from my 22021211RG using Tapatalk

Hi guys,

Since the last update i cant change the DNS Server of the VPN-Network. It always falls back to the default DNS-Sever mentioned in the Documentation (DNS-Watch Range). In the Past it was sufficient to delete the Nameserver Entry in the Edit Option of the Docker. I Also tired to Edit the wg0.conf but DNS Severs entered or not entered there are also ignored. In the end i want to use the dns sever provided by the vpn-host. Can anyone help me out?

Hi All,

Ran into an interesting but frustrating problem. 

 

After setting up thin client and connect it to DeludgeVPN, the webui (from unraid or via localhost:8112) is no long working as in, I can still login with the password, but it's just blank, no torrents, no setting were saved, nothing. HOWEVER, on the thin client's side (on a win11 pc) everything is there and I can see all my torrents are there and seeding/downloading just fine.

 

Normally this won't be an issue, but all my *arr dockers seems to be broken with no download client error because from localhost:8112 is all blank.

 

Has anyone ran into this issue? any tips on how to fix it?

 

Thanks! 

Hello again:)

 

Anyone who know how to put jackett and radarr behind vpn ?? I´ve tried to use privoxy but still not working??

Is there an other way to fix this issue??

 

best regards:)

4 minutes ago, Mattti1912 said:

Hello again:)

 

Anyone who know how to put jackett and radarr behind vpn ?? I´ve tried to use privoxy but still not working??

Is there an other way to fix this issue??

 

best regards:)

Check the FAQ, everything is in there, specifically from Q24 and down. https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

Hello again..

 

Thank you.. But how do i get the Jackett to work with Sonarr??

 

Thank you

1 hour ago, Mattti1912 said:

Hello again..

 

Thank you.. But how do i get the Jackett to work with Sonarr??

 

Thank you

Follow the instructions in the jacket webui. If you have problems maybe check the support thread for jackett. 

  • 2 weeks later...

I'd like to use Flood-UI with deluge. Is it even possible? 

1 minute ago, Gex2501 said:

I'd like to use Flood-UI with deluge. Is it even possible? 

It is, but it doesn't support labels yet. So it's pretty much useless if you're using automation software like Sonarr/radarr etc. 

I'm not using labels...just want to try a nicer UI. Is there something special about the binhex-delugevpn that doesn't work with Flood? Do I need some special config?

1 minute ago, Gex2501 said:

I'm not using labels...just want to try a nicer UI. Is there something special about the binhex-delugevpn that doesn't work with Flood? Do I need some special config?

No, nothing special. I've just tried it for a few min tho. It was as I said useless to me as it doesn't support labels. 

I've noticed for the past few weeks that whenever my docker containers are stopped by Appdata Backup/Restore for backup, when they come back up, no torrents old or new work.  On the binhex-delugevpn console, I can ping out, but no torrenting works unless I restart the container again.  Has anyone experienced this?

Hi guys. I'm trying to set this up and I'm really running into problems. 

 

I've managed to get deluge setup and it will run but I am having difficulty accessing the webui. When I open the webui sometimes I get an error saying I can't reach the ip address. Sometimes I can access the deluge webui.

 

Once I manage to get into the deluge webui the connection manager dialog pops up and the connect button doesn't respond when I click it. At the bottom left of the screen it says "not connected". If I stop and restart the docker container sometimes I can get the deluge webui to "connect". I managed to load a ubuntu torrent to test things and then it started downloading. After a few minutes the connection manager dialog popped up and is again unresponsive. 

 

 

Hi there - apologies if this has been resolved previously.

I'm trying to use wireguard rather than openvpn as I've moved from TalkTalk (getting c.18MB/s download on a 150Mb connection) to Virgin Media , where I seem to be limited to c.1.2MB/s on a 500Mb connection. I read that it might be Virgin not liking openvpn - hence me trying to use wireguard.

I've installed the container using the following:

 

docker run -d \
    --privileged=true \
    -p 8112:8112 \
    -p 8118:8118 \
    -p 58846:58846 \
    -p 58946:58946 \
    --name=arch-delugevpnwg \
    -v /share/CACHEDEV1_DATA/Data/Multimedia/:/data \
    -v /share/CACHEDEV1_DATA/Data/Deluge_Config/:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e VPN_ENABLED=yes \
    -e VPN_USER= \
    -e VPN_PASS= \
    -e VPN_PROV=custom \
    -e VPN_CLIENT=wireguard \
    -e STRICT_PORT_FORWARD=yes \
    -e ENABLE_PRIVOXY=no \
    -e LAN_NETWORK=192.168.1.0/24 \
    -e NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 \
    -e DELUGE_DAEMON_LOG_LEVEL=info \
    -e DELUGE_WEB_LOG_LEVEL=info \
    -e DELUGE_ENABLE_WEBUI_PASSWORD=no \
    -e VPN_INPUT_PORTS=1234 \
    -e VPN_OUTPUT_PORTS=5678 \
    -e DEBUG=false \
    -e UMASK=000 \
    -e PUID=0 \
    -e PGID=0 \
binhex/arch-delugevpn

 

It's stopping at "[warn] WireGuard interface failed to come 'up', exit code is '1'"

 

I've attached the wireguard config file as well as the supervisord.log.

 

Any ideas please?

 

PS If there are any other ideas why the Virgin dl rate is so bad I'd love to hear.  I've not changed anything in the deluge preferences so pretty sure that isn't the issue (and I followed the guidance on limiting the ul speeds etc..).

supervisord.log wg0.conf

22 minutes ago, mike_walker said:

PS If there are any other ideas why the Virgin dl rate is so bad I'd love to hear.  I've not changed anything in the deluge preferences so pretty sure that isn't the issue (and I followed the guidance on limiting the ul speeds etc..).

The number one reason for low speed is not having an open incoming port. Have you set that up with your vpn provider and put that port in the deluge settings?

Started to get these messages in the container log.

The lines bellow keep repeating in the log and there is no access to the WebUI of the container

I think the cypher was there before when it used to work OK.


 

2023-05-31 21:14:10,641 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2023-05-31 21:14:10,645 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 TCP/UDP: Preserving recently used remote address: [AF_INET]185.2.30.216:80
2023-05-31 21:14:10 Attempting to establish TCP connection with [AF_INET]185.2.30.216:80

2023-05-31 21:14:10,748 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 TCP connection established with [AF_INET]185.2.30.216:80
2023-05-31 21:14:10 TCPv4_CLIENT link local: (not bound)
2023-05-31 21:14:10 TCPv4_CLIENT link remote: [AF_INET]185.2.30.216:80

2023-05-31 21:14:10,851 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 Connection reset, restarting [0]

2023-05-31 21:14:10,852 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 SIGHUP[soft,connection-reset] received, process restarting

2023-05-31 21:14:10,853 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations.

2023-05-31 21:14:10,856 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 WARNING: file 'credentials.conf' is group or others accessible
2023-05-31 21:14:10 OpenVPN 2.6.3 [git:makepkg/94aad8c51043a805+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Apr 13 2023

2023-05-31 21:14:10,856 DEBG 'start-script' stdout output:
2023-05-31 21:14:10 library versions: OpenSSL 3.0.8 7 Feb 2023, LZO 2.10
2023-05-31 21:14:10 DCO version: N/A

 

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.