Skip to content

Instantly share code, notes, and snippets.

@piotrkochan
Last active November 11, 2022 17:23
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 piotrkochan/42a73cdf6b9709020b27878008a4981f to your computer and use it in GitHub Desktop.
Save piotrkochan/42a73cdf6b9709020b27878008a4981f to your computer and use it in GitHub Desktop.
Synology admin account activation (to re-enable DSM access)

In some cases you may loose DSM access. To fix that enable admin account, login to DSM, assign new permissions.

ash-4.4# synouser --modify admin "admin" 0 email@email.com
ash-4.4# synouser --setpw admin <password>

Remember to deactivate admin account later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment