Home Directory Tutorials Nagios XI Tutorials Changing Initial Virtual Machine Credentials

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Changing Initial Virtual Machine Credentials

Rating
0 votes
Favoured:
0
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Changing Initial Virtual Machine Credentials
A video tutorial taking you through the steps of changing initial passwords on the Nagios XI virtual machine and finding its IP address.

Note: The commands and steps described in this video are listed at the bottom of the page for easy reference.

Before you can follow the step described in the video, you'll need to first login to the system with the following credentials:

Username: root

Password: nagiosxi

To change the root password after you've logged in, use the 'password' command:

passwd

To change the MySQL root password, use the 'mysqladmin' command as shown below. Replace NEWPASSWORD with the new password of your choosing.

mysqladmin -u root -p'nagiosxi' password NEWPASSWORD

You'll need to update the MySQL backup script with the new MySQL root password you chose. The backup script can be edited with the following command:

nano /root/scripts/automysqlbackup

To get the IP address of the virtual machine, run the following command:

ifconfig