From 9a9867f40cacc1f18c010925f7f71d1ba1d8fe2c Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 6 Feb 2022 18:38:26 -0500 Subject: [PATCH] roles/transmission/README.rst: How to change password --- roles/transmission/README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/transmission/README.rst b/roles/transmission/README.rst index 2de521963..7cc3d2701 100644 --- a/roles/transmission/README.rst +++ b/roles/transmission/README.rst @@ -38,7 +38,9 @@ Log in to Transmission's web interface http://box:9091 using administrative acco Username: Admin Password: changeme -If you prefer the command-line, you can instead run `transmission-remote `_ commands. +Change the above password by editing ``rpc-password`` in ``/etc/transmission-daemon/settings.json`` (your plaintext will be hashed to conceal it, the next time Transmission is started). + +Finally if you prefer the command-line, you can instead run `transmission-remote `_ commands. Configuration -------------