LinuxCommandLibrary

deluged

daemon component for Deluge BitTorrent client

TLDR

Start Deluge daemon

$ deluged
copy
Start daemon on specific port
$ deluged -p [58846]
copy
Start in foreground
$ deluged -d
copy
Use specific config directory
$ deluged -c [~/.config/deluge]
copy
Start with logging to file
$ deluged -l [/var/log/deluged.log]
copy
Enable debug logging
$ deluged -L debug
copy

SYNOPSIS

deluged [options]

DESCRIPTION

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.

PARAMETERS

-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.

CONFIGURATION

~/.config/deluge/

Configuration directory containing core.conf, auth file, and state files.

CAVEATS

Requires proper port configuration for remote access. Firewall rules may need adjustment. Authentication must be configured for secure remote access. Resource usage depends on active torrent count.

HISTORY

deluged is the core component of the Deluge BitTorrent client, developed since 2006. The daemon/client separation was a key design decision enabling flexible deployment scenarios from desktop use to dedicated seedboxes.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community