Skip to content

Instantly share code, notes, and snippets.

@tuergeist
Created January 20, 2020 14:00
Show Gist options
  • Save tuergeist/7f0c418f556f312e942317eb09f2cf9d to your computer and use it in GitHub Desktop.
Save tuergeist/7f0c418f556f312e942317eb09f2cf9d to your computer and use it in GitHub Desktop.
ntopng admin password reset
# according to https://github.com/ntop/ntopng/issues/153
$ echo -n 'admin' |md5sum
21232f297a57a5a743894a0e4a801fc3
$ redis-cli SET ntopng.user.admin.password 21232f297a57a5a743894a0e4a801fc3
OK
# check
$ redis-cli GET ntopng.user.admin.password
21232f297a57a5a743894a0e4a801fc3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment