How to get Deluged Daemon to run on Startup
Posted: Fri Jan 25, 2019 10:22 am
I'm trying to get Deluged Daemon to start on boot but I am unsuccessful. I followed the steps below
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.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