How set password for login on transmisson

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
amitjain94675
Posts: 7
Joined: Mon Mar 16, 2015 9:01 am

How set password for login on transmisson

Post by amitjain94675 »

Hi i know its very simple for setting password for transmisson
I follow this steps-
Stop the transmisson
Edit setting jaso file
Rpc auth ture
And set rpc username and rpc password
And save
Now when i am trying to start the transmisson i am getting error in line rpc auth line and if i again ake it flase it start successfully
ease help me and tell me how set a login password for transmission
KelvinSmith
Posts: 1
Joined: Sat Apr 04, 2015 10:54 am

Re: How set password for login on transmisson

Post by KelvinSmith »

Hi,

Check the settings are as follows. May it will help you

"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "PASSWORD",
"rpc-port": 9091,
"rpc-username": "USERNAME",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"speed-limit-down": 75,
"speed-limit-down-enabled": true,
"speed-limit-up": 25,
"speed-limit-up-enabled": true,
"umask": 18,
"upload-slots-per-torrent": 14
Post Reply