1DELUGE-WEB(1) General Commands Manual DELUGE-WEB(1)
2
3
4
6 deluge-web - a bittorrent client ajax 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 The default password is 'deluge'.
19
20
22 General Options
23 -c path, --config=path
24 Set the config directory location.
25
26
27 Web Options
28 -b path, --base=path
29 Set the base path that the web ui is running on (proxying)
30
31 -f, --fork
32 Fork the web interface process into the background
33
34 -i ip_address, --interface=ip_address
35 Binds the webserver to a specific IP address
36
37 -p port, --port=port
38 Sets the port to be used for the webserver
39
40 --profile
41 Profile the webserver code
42
43 --no-ssl
44 Forces the webserver to disable ssl
45
46 --ssl Forces the webserver to use ssl
47
48
49 Logging Options
50 -l file, --logfile=file
51 Output to designated logfile instead of stdout
52
53 -L loglevel, --loglevel=loglevel
54 Set the log level (default is error): none, info, warning,
55 error, critical, debug
56
57 -q, --quiet
58 Sets the log level to 'none', same as `-L none`
59
60
61 Help Options
62 -v, --version
63 Show program's version number and exit.
64
65 -h, --help
66 Show help message and exit.
67
68
70 deluge(1), deluged(1), deluge-console(1)
71
72
74 Deluge Team: http://www.deluge-torrent.org
75
76
77
781.3.15 May 2017 DELUGE-WEB(1)