× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Change credentials on transmission addon - OS6

AgentANGST-4043
Aspirant

Change credentials on transmission addon - OS6

EDIT:  Per @AgentANGST-4043's second post, this procedure doesn't work.

 

I wanted to change the credentials on transmission, as the default credentials are admin // admin and It makes me feel a bit uneasy. This is running on my Readynas 102, on 6.9.3

1st stop the service:

/etc/init.d/transmission stop

(the service is called "transmission" and not "transmission-daemon" like most ones found out there in linuxland)

2nd - Find settings.json

root@my-nas:/# find . -name settings.json
./data/Transmission/config/settings.json

(found it !!)

3rd - edit the file, remove the hashed password and put in a new one in clear text

root@my-nas:/# nano /data/Transmission/config/settings.json

Then verify that it is changed and saved.

 

root@my-nas:/# cat /data/Transmission/config/settings.json | grep password
"rpc-password": "lalala",
-----
4th - Start trasmission again:

/etc/init.d/transmission start


That should do the trick

 

BONUS!!
If you want to use nano to edit the settings.json file you will have to install it first:
run these two commands:

apt-get update

apt-get install nano

 

Enjoy!

 

 

Message 1 of 2
AgentANGST-4043
Aspirant

Re: Change credentials on transmission addon - OS6

Obviously that does not work, but netgear will not let me edit the first message.

Tried killing the process, using transmission-daemon --password xxxx to change the password....

But on process reload the password is set again to the "admin" default.
Quite frustrating, as I've tried a lot of things and nothing seems to work.

 

Can you help me get this password changed?

Message 2 of 2
Top Contributors
Discussion stats
  • 1 reply
  • 1561 views
  • 0 kudos
  • 1 in conversation
Announcements