System Grab Bag

View all TLDR pages from common (or from all pages)

deluge-console

An interactive interface for the Deluge BitTorrent client. More information: https://deluge-torrent.org.
  • Start the interactive console interface:
    deluge-console
  • Connect to a Deluge daemon instance:
    connect {{hostname}}:{{port}}
  • Add a torrent to the daemon:
    add {{url|magnet|path/to/file}}
  • Display information about all torrents:
    info
  • Display information about a specific torrent:
    info {{torrent_id}}
  • Pause a torrent:
    pause {{torrent_id}}
  • Resume a torrent:
    resume {{torrent_id}}
  • Remove a torrent from the daemon:
    rm {{torrent_id}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.