1 | | == NSSM == |
2 | | |
3 | | Download [http://nssm.cc/ NSSM] and read their usage page about installing. |
4 | | |
5 | | {{{ |
6 | | nssm install deluged |
7 | | }}} |
8 | | |
9 | | The following are minimum UI changes required for the service to work: |
10 | | {{{ |
11 | | Path: C:\Program Files\Deluge\deluged-debug.exe |
12 | | Arguments: -c C:\config_location |
13 | | }}} |
14 | | |
15 | | ''Note: In order for the service to be stopped properly, need to use the debug application versions.'' |
16 | | |
17 | | To also run the WebUI as a service: |
18 | | {{{ |
19 | | nssm install delugeweb |
20 | | }}} |
21 | | |
22 | | {{{ |
23 | | Path: C:\Program Files\Deluge\deluge-web-debug.exe |
24 | | Arguments: -c C:\config_location |
25 | | }}} |
26 | | |
27 | | Note: In case Web UI is not working outside your machine (if you're running Deluge from a home server), you just have to allow in your Windows Firewall the following executables in C:\Program Files\Deluge: |
28 | | {{{ |
29 | | deluge |
30 | | deluge-web |
31 | | deluge-web-debug |
32 | | deluge-console |
33 | | }}} |
34 | | |
35 | | Remember to set those executables to run as Private, not Public when allowing them on Windows Firewall. |
36 | | |
37 | | If you want to access the running deluged service with a local UI Client see: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient#AccessingdelugedservicewithlocalUIClient |
38 | | |
39 | | == srvany == |
40 | | |
41 | | Not tested, see [http://forum.deluge-torrent.org/ Forum] for guides. |
| 1 | Moved to: https://deluge.readthedocs.io/en/latest/how-to/nssm-service.html |