Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Last active November 13, 2021 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgooi4189/aa3ed8ca80fa47a634646ed2e4cb6035 to your computer and use it in GitHub Desktop.
Save samgooi4189/aa3ed8ca80fa47a634646ed2e4cb6035 to your computer and use it in GitHub Desktop.
Synology transmission change username and password
It is imperitive that you need to change 2 files in order to prevent transmission to overwrite your changes.
The default credential is admin:admin
1. SSH into your synology
2. edit /var/packages/transmission/target/var/settings.json to change the username and password
3. edit /var/packages/transmission/var/settings.json to change the username and password
To understand how the username and password get inserted into the settings.json, you can read /var/packages/transmission/scripts/service-setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment