I've installed this using dietpi-software on Banana Pi and Pi2 - all works through the web browser interface but I cannot get the WIndows Deluge GUI to connect to the two devices.
I have the GUI connection to a remote Deluge working.
What am I missing here?
Deluge
Re: Deluge
Hi John,johnvick wrote:I've installed this using dietpi-software on Banana Pi and Pi2 - all works through the web browser interface but I cannot get the WIndows Deluge GUI to connect to the two devices.
I have the GUI connection to a remote Deluge working.
What am I missing here?
Looks like a possible bug in our installation, either that or Deluge has changed how it handles the auth file and contents.
Please run the following on the DietPi system:
Code: Select all
echo -e "root:dietpi:10" > "$HOME"/.config/deluge/auth
dietpi-services restart
hostname = Your device's IP address (eg: 192.168.0.100)
port = 58846
username = root
password = dietpi
Please let me know outcome. Thanks John.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Re: Deluge
Hi Fourdee,
Thanks again - this fixed it on the two devices.
John
Thanks again - this fixed it on the two devices.
John
Re: Deluge
Thanks Johnjohnvick wrote:Hi Fourdee,
Thanks again - this fixed it on the two devices.
John

If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal or become a DietPi patron.
Donating is the easiest – you can use PayPal or become a DietPi patron.