1DELUGE-WEB(1) General Commands Manual DELUGE-WEB(1)
2
3
4
6 deluge-web - A BitTorrent client web interface
7
8
10 deluge-web [options]
11
12
14 Deluge utilizes a client/server model, with deluged being the daemon
15 process and deluge-web being used to launch an ajax web based user-
16 interface.
17
18 By default deluge-web will run as a background daemon, use the -d
19 option to run process in foreground.
20
21 The default password is deluge and serves http://localhost:8112 web
22 page.
23
24
26 Config Options
27 -c path, --config=path
28 Set the config directory location.
29
30
31 Web Options
32 -i ip_address, --interface=ip_address
33 IP address for web server to listen on
34
35 -p port, --port=port
36 Port for web server to listen on
37
38 -b path, --base=path
39 Set the base path that the web ui is running on (proxying)
40
41 --ssl Forces the webserver to use ssl
42
43 --no-ssl
44 Forces the webserver to disable ssl
45
46
47 Logging Options
48 -l file, --logfile=file
49 Output to specified logfile instead of stdout
50
51 -L loglevel, --loglevel=loglevel
52 Set the log level (default is error): none, info, warning,
53 error, debug
54
55 -q, --quiet
56 Sets the log level to none, same as -L none
57
58 --logrotate[=max-size]
59 Enable logfile rotation, with optional maximum logfile size,
60 default: 2M (Logfile rotation count is 5)
61
62 --profile[=file]
63 Profile with cProfile. Outputs to stdout unless a filename is
64 specified
65
66
67 Process Control Options:
68 -P file, --pidfile=file
69 Pidfile to store the process id
70
71 -d, --do-not-daemonize
72 Do not daemonize (fork) this process
73
74 -U, --user=user
75 Change to this user on startup (Requires root)
76
77 -g, --group=group
78 Change to this group on startup (Requires root)
79
80
81 Help Options
82 -V, --version
83 Show program's version number and exit.
84
85 -h, --help
86 Show help message and exit.
87
88
90 deluge(1), deluged(1), deluge-console(1)
91
92
94 Deluge Team: http://www.deluge-torrent.org
95
96
97
98 DELUGE-WEB(1)