Page 1 of 1

Nagios XI admin password not working

Posted: Mon Nov 17, 2014 12:40 pm
by digitallife
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

Posted: Mon Nov 17, 2014 2:03 pm
by lmiltchev
Open a ssh (putty) session to your Nagios XI server, and run the following command to reset the nagiosadmin's password:

Code: Select all

/usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=<newpassword>
where, you substitute the <newpassword> with your actual password, for example:

Code: Select all

/usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=mypassword123
Hope this helps.

Re: Nagios XI admin password not working

Posted: Mon Nov 17, 2014 2:32 pm
by digitallife
That did the trick ......Thanks for this help

Re: Nagios XI admin password not working

Posted: Mon Nov 17, 2014 3:58 pm
by lmiltchev
I am glad I could help! :)