1DELUGED(1) General Commands Manual DELUGED(1)
2
3
4
6 deluged - a bittorrent client daemon
7
8
10 deluged [options]
11
12
14 Deluge utilizes a client/server model, with 'deluged' being the daemon
15 process and 'deluge' being used to launch a user-interface.
16
17 By default, 'deluged' will run as a daemon, to prevent this you can run
18 deluged with the -d option. This option is useful for running deluged
19 with the start-stop-daemon.
20
21
23 General Options
24 -c path, --config=path
25 Set the config directory location.
26
27
28 Daemon Options
29 -p port, --port=port
30 Port daemon will listen on, default is 58846
31
32 -i ip_address, --interface=ip_address
33 Interface daemon will listen for bittorrent connections on, this
34 should be an IP address
35
36 -u ip_address, --ui-interface=ip_address
37 Interface daemon will listen for UI connections on, this should
38 be an IP address
39
40 -d, --do-not-daemonize
41 Do not daemonize
42
43 -P file, --pidfile=file
44 Use pidfile to store process id
45
46
47 Logging Options
48 -l file, --logfile=file
49 Output to designated logfile instead of stdout
50
51 -L loglevel, --loglevel=loglevel
52 Set the log level (default is error): none, info, warning,
53 error, critical, debug
54
55 -q, --quiet
56 Sets the log level to 'none', same as `-L none`
57
58
59 Help Options
60 -v, --version
61 Show program's version number and exit.
62
63 -h, --help
64 Show help message and exit.
65
66
68 deluge(1), deluge-web(1), deluge-console(1)
69
70
72 Deluge Team: http://www.deluge-torrent.org
73
74
75
761.3.15 May 2017 DELUGED(1)