Transmission

  • transmission-daemon
  • transmission-remote

Quick Setup

  1. Disable authentication by stopping daemon (sudo service transmission-daemon stop) and setting transmission-daemon --no-auth (this is just the quick and dirty way to get started remotely; you should probably use proper auth for actual config).
  2. Set the target directory with transmission-daemon --download-dir /path/to/dir
  3. Start the daemon back up sudo service transmission-daemon start
  4. Go grab a magnet link and run transmission-remote -a "<magnet-link>" to start a torrent download (should receive a “success” message if started correctly)
  5. Check on the status of downloads with transmission-remote -l (optionally prefix with watch)