Securing
Re: Securing
Yes, but you forgot to say what are you using: the daemon? the Mac application? the Linux GTK+ app?
It should be similar for all, you'll have to find your settings.json, stop the daemon or application, edit the file... you have 2 possible changes, one if for making it 'secure' as you say:
When you start the daemon or application the password will be changed to an encrypted form.
The second change is:
9091 is the default, so if you change it that will make it even more difficult to mess with your Transmission 
It should be similar for all, you'll have to find your settings.json, stop the daemon or application, edit the file... you have 2 possible changes, one if for making it 'secure' as you say:
Code: Select all
"rpc-authentication-required": true,
"rpc-username": "your-user-name",
"rpc-password": "your-password",
The second change is:
Code: Select all
"rpc-port": 9091,

Re: Securing
Mind you... if he's stopping your torrents because you're using up all the bandwidth, you should consider lowering your speed limits a bit... 

Re: Securing
I'm running Transmission v2.42 on a Netgear ReadyNAS Duo and having problems changing the password by editing the settings.json file. I'm using MS Notepad to do this using the procedure described in this thread. I have made sure that Transmission is disabled when modifying the settings.json file. The problem arises after I change the password and attempt to enable the Transmission Add-On I get a message via the Netgear ReadyNas interface that Transmission has failed to start. If I then disable Transmission, exit the Netgear interface, and change the rpc-authentication-required to "false" in the settings.json file Transmission will then start as advertised.
Please be advised that I'm an amateur when it comes to writing/modifying script and could be doing something wrong in the process so please don't assume that I know the obvious. Thanks for the help up front.
Please be advised that I'm an amateur when it comes to writing/modifying script and could be doing something wrong in the process so please don't assume that I know the obvious. Thanks for the help up front.