I used to do this after running sh in the container:
Code: Select all
deluge-console
connect :58846 USER PASS
* I did not add the host 127.0.0.1
* 'D' says it will delete the host but does nothing
* 'h' also does nothing
* Pressing Enter says "Password does not match", but it did not ask me for a password.
I did try
Code: Select all
deluge-console -u USER -p PASS
I tried adding a new host but that gives me
Code: Select all
127.0.0.1: Invalid port. Must be an integer
Where does this username and password come from? I would assume /config/auth, because that's where the thin client passwords are.