Nagios XI admin password not working
-
digitallife
- Posts: 27
- Joined: Mon Nov 17, 2014 12:29 pm
Nagios XI admin password not working
Question, how can I get my Nagios XI admin password update? For some reason when I attempt to login, my password is not working.
Re: Nagios XI admin password not working
Open a ssh (putty) session to your Nagios XI server, and run the following command to reset the nagiosadmin's password:
where, you substitute the <newpassword> with your actual password, for example:
Hope this helps.
Code: Select all
/usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=<newpassword>Code: Select all
/usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=mypassword123Be sure to check out our Knowledgebase for helpful articles and solutions!
-
digitallife
- Posts: 27
- Joined: Mon Nov 17, 2014 12:29 pm
Re: Nagios XI admin password not working
That did the trick ......Thanks for this help
Re: Nagios XI admin password not working
I am glad I could help! 
Be sure to check out our Knowledgebase for helpful articles and solutions!