System Grab Bag

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

transmission-daemon

Daemon controlled with transmission-remote or its web interface. See also: transmission. More information: https://manned.org/transmission-daemon.
  • Start a headless transmission session:
    transmission-daemon
  • Start and watch a specific directory for new torrents:
    transmission-daemon --watch-dir {{path/to/directory}}
  • Dump daemon settings in JSON format:
    transmission-daemon --dump-settings > {{path/to/file.json}}
  • Start with specific settings for the web interface:
    transmission-daemon --auth --username {{username}} --password {{password}} --port {{9091}} --allowed {{127.0.0.1}}

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.