← 返回命令列表

Linux command

deluged 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start Deluge daemon

deluged

Start daemon on specific

deluged -p [58846]

Start in foreground

deluged -d

Use specific config

deluged -c [~/.config/deluge]

Start with logging

deluged -l [/var/log/deluged.log]

Enable debug logging

deluged -L debug

说明

deluged is the daemon component of the Deluge BitTorrent client. It handles all BitTorrent protocol operations and runs in the background, allowing clients to connect for management. The daemon architecture allows Deluge to run on headless servers with clients connecting remotely. Multiple clients (GTK, web, console) can connect to the same daemon simultaneously. Downloads continue even when clients disconnect. deluged listens on a configurable port for client connections and handles authentication, ensuring secure access to the torrent management functions.

参数

-p, --port _PORT_
Daemon listen port (default: 58846).
-i, --interface _IP_
Interface to listen on.
-d, --do-not-daemonize
Run in foreground.
-c, --config _DIR_
Configuration directory.
-l, --logfile _FILE_
Log to specified file.
-L, --loglevel _LEVEL_
Log level: none, error, warning, info, debug.
-P, --pidfile _FILE_
PID file location.
--help
Display help information.

FAQ

What is the deluged command used for?

deluged is the daemon component of the Deluge BitTorrent client. It handles all BitTorrent protocol operations and runs in the background, allowing clients to connect for management. The daemon architecture allows Deluge to run on headless servers with clients connecting remotely. Multiple clients (GTK, web, console) can connect to the same daemon simultaneously. Downloads continue even when clients disconnect. deluged listens on a configurable port for client connections and handles authentication, ensuring secure access to the torrent management functions.

How do I run a basic deluged example?

Run `deluged` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -p, --port _PORT_ do in deluged?

Daemon listen port (default: 58846).