Page 1 of 1

How to get Deluged Daemon to run on Startup

Posted: Fri Jan 25, 2019 10:22 am
by phaseshift
I'm trying to get Deluged Daemon to start on boot but I am unsuccessful. I followed the steps below
Download ​NSSM and read their usage page about installing.

nssm install deluged
The following are minimum UI changes required for the service to work:

Path: C:\Program Files\Deluge\deluged-debug.exe
Arguments: -c C:\config_location
Note: In order for the service to be stopped properly, need to use the debug application versions.

To also run the WebUI as a service:

nssm install delugeweb
Path: C:\Program Files\Deluge\deluge-web-debug.exe
Arguments: -c C:\config_location
Both services do startup but when I go to Connection Manager it shows 127.0.0.1:58846 as offline. Just in case it's needed I also edited the auth file to reflect a username and password with authentication level 10(i.e. sampleuser:samplepass:10) for an execute script I am using.

Re: How to get Deluged Daemon to run on Startup

Posted: Fri Jan 25, 2019 10:56 am
by shamael
Hi,

Is your Windows firewall open for this port?

Re: How to get Deluged Daemon to run on Startup

Posted: Fri Jan 25, 2019 5:03 pm
by phaseshift
shamael wrote:Hi,

Is your Windows firewall open for this port?

I should be able to access it on the same pc it is on right? The only way I can get it to connect is terminate both and start deluged.exe by itself

Re: How to get Deluged Daemon to run on Startup

Posted: Mon Jan 28, 2019 9:17 am
by shamael
Try a tcp ping to get rid of the firewall question. you can use psping (Microsoft>sysinternal tool) to confirm the port id reachable even on the same computer.

Ps: you mention the user creation, I guess you modified the server to allow remote connection too?

Re: How to get Deluged Daemon to run on Startup

Posted: Mon Jan 28, 2019 11:30 pm
by Shryp
When I was using Windows I just copied a shortcut to deluged into the Startup folder for my user. That started deluged when I logged in which was fine for me since I was always logged in.

Re: How to get Deluged Daemon to run on Startup

Posted: Thu Feb 07, 2019 12:26 am
by phaseshift
Shryp wrote:When I was using Windows I just copied a shortcut to deluged into the Startup folder for my user. That started deluged when I logged in which was fine for me since I was always logged in.
tried this, unfortunately it did not work

Re: How to get Deluged Daemon to run on Startup

Posted: Thu Feb 07, 2019 12:27 am
by phaseshift
shamael wrote:Hi,

Is your Windows firewall open for this port?
I have all ports open now from windows to my port forwarding on my router