For our daily work, we will meet the problem like forgot Cacti admin password by unplanned. In this post, will you all to reset Cacti admin password. Login into our database mysql -u root -p
use cacti;
update user_auth set password=MD5('NEWPASSWORD') where username='admin';
flush privileges;
exit;
update user_auth set password=MD5('NEWPASSWORD') where username='admin';
flush privileges;
exit;
Restart database.
systemctl restart mariadb
Conclusion
I hope this post will be helpful for you. You may also like the related post:
READ: Monitor Linux and Windows
READ: How to create Graph Tree on Cacti
READ: How to Install Plugin on Cacti
READ: Notification on Cacti
READ: How to install Cacti on Centos 7
READ: How to install Cacti on Debian 10
READ: How to compile Cacti spine on Debian
No comments:
Post a Comment