Created
January 20, 2020 14:00
-
-
Save tuergeist/7f0c418f556f312e942317eb09f2cf9d to your computer and use it in GitHub Desktop.
ntopng admin password reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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