I want to change the nagios xi admin password for logged in from web GUI
I did th following but no luck so far, new password has been set from cmd but not effecting.
htpasswd -c /usr/local/nagios/etc/htpasswd.users nagiosadmin
service httpd restart
Please guide.
Thanks
Nagios XI admin password changed web GUI
Re: Nagios XI admin password changed web GUI
The htpasswd file doesn't bear any weight on Nagios XI logins. We have a script for resetting the nagiosadmin password located here: /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php
Code: Select all
[root@xi-stable ~]# /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php
Nagios XI Admin Password Reset Tool
Copyright (c) 2016 Nagios Enterprises, LLC
Usage: /usr/local/nagiosxi/scripts/reset_nagiosadmin_password.php --password=<newpassword>
Resets password used to login to the Nagios XI interface as the nagiosadmin user.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Nagios XI admin password changed web GUI
Thanks,
Please close this thread
Please close this thread