I installed Transmission on Ubuntu 20.04 with sudo apt install transmission-daemon.
After starting the service, when I try to get the status with transmission-remote -si I get:
Unauthorized User
I have stopped the transmission-daemon service, edited the /etc/transmission-daemon/settings.json file and changed "rpc-authentication-required": true info false, restarted the service. But I keep getting the Unauthorized User error.
How do enable the possibility to interact with transmission-remote from my regular user account?