1DELUGE-CONSOLE(1) General Commands Manual DELUGE-CONSOLE(1)
2
3
4
6 deluge-console - A BitTorrent client console interface
7
8
10 deluge-console [options]
11
12
14 Deluge utilizes a client/server model, with deluged being the daemon
15 process and deluge-console being used to launch a curses console user-
16 interface.
17
18 Console Commands:
19 You can pass console commands directly from the command line and use
20 semi-colon (;) separator to run multiple commands. Enclosing the com‐
21 mands with quotes may also be required for example:
22
23 deluge-console 'add <torrent>; info <torrent_id>'
24
25 The following console commands are available:
26
27 add Add torrents
28 cache Show information about the disk cache
29 config Show and set configuration values
30 connect Connect to a new deluge server
31 debug Enable and disable debugging
32 del Alias for rm
33 exit Alias for quit
34 gui Enable interactive mode
35 halt Shutdown the deluge server
36 help Displays help on other commands
37 info Show information about the torrents
38 manage Show and manage per-torrent options
39 move Move torrents' storage location
40 pause Pause torrents
41 plugin Manage plugins
42 quit Exit the client
43 reannounce Alias for update_tracker
44 recheck Forces a recheck of the torrent data
45 resume Resume torrents
46 rm Remove a torrent
47 status Shows various status information from the daemon
48 update_tracker Update tracker for torrent(s)
49
50
52 Config Options
53 -c path, --config=path
54 Set the config directory location.
55
56
57 Console Options
58 These daemon connect options will be used for commands, or if console
59 ui autoconnect is enabled.
60
61 -d ip_addr, --daemon=ip_addr
62 Deluge daemon IP address to connect to (default 127.0.0.1)
63
64 -p port, --port=port
65 Deluge daemon port to connect to (default 58846)
66
67 -U user, --username=user
68 Deluge daemon username to use when connecting
69
70 -P pass, --password=pass
71 Deluge daemon password to use when connecting
72
73
74 Logging Options
75 -l file, --logfile=file
76 Output to specified logfile instead of stdout
77
78 -L loglevel, --loglevel=loglevel
79 Set the log level (default is error): none, info, warning, er‐
80 ror, debug
81
82 -q, --quiet
83 Sets the log level to none, same as -L none
84
85 --logrotate[=max-size]
86 Enable logfile rotation, with optional maximum logfile size, de‐
87 fault: 2M (Logfile rotation count is 5)
88
89 --profile[=file]
90 Profile with cProfile. Outputs to stdout unless a filename is
91 specified
92
93
94 Help Options
95 -V, --version
96 Show program's version number and exit.
97
98 -h, --help
99 Show help message and exit.
100
101
103 deluge(1), deluged(1), deluge-web(1)
104
105
107 Deluge Team: http://www.deluge-torrent.org
108
109
110
111 DELUGE-CONSOLE(1)