Page 1 of 1

Reset Password for Web Interface

Posted: Thu Oct 13, 2016 11:10 am
by Elric667
Need to reset the Web interface Nagiosadmin password. I can log into the machine with SSH but the can't into the web interface.

Re: Reset Password for Web Interface

Posted: Thu Oct 13, 2016 12:55 pm
by lmiltchev
Run the following commands from the CLI:

Code: Select all

cd /usr/local/nagiosna/scripts/
./reset_nagiosadmin_password.sh -p newpassword
where you substitute "newpassword" with your new password.