Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created March 23, 2021 04:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/17f91c2d028ecbd5b776cb0af0dd66b8 to your computer and use it in GitHub Desktop.
Save miguelmota/17f91c2d028ecbd5b776cb0af0dd66b8 to your computer and use it in GitHub Desktop.
Arch linux transmission bittorrent daemon terminal cli webui
yay -S transmission-cli
# start daemon with config overrides
transmission-daemon --auth --username arch --password linux --port 9091 --allowed "127.0.0.1,192.168.*.*"
# webui
open http://192.168.254.12:9091/transmission/web/
# settings config
vim ~/.config/transmission-daemon/settings.json
# kill daemon
pkill transmission-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment