First steps
Once installed, the system should boot up and, after a few seconds, display the terminal to log in. The first step should be to know the IP address that the system has assigned to be able to connect to the server from outside. To do this, type the following command in the terminal:
ifconfig
You can also use the command ip address show
.
In the case of this screenshot, the IP address of the system is 192.168.70.158
.
Once you know the IP address of the Pandora FMS system, you can access it from outside the virtual machine, which is always the most convenient. It can be done via SSH or via HTTP. Use the root password (superuser) that you established in the installation configuration (DBROOTPASS).
http://x.x.x.x/pandora_console
In the above example it would be
http://192.168.70.158/pandora_console
If everything is correct, you will access to the Pandora FMS Console welcome screen, similar to this one:
Use the default credentials: user admin
and password pandora
/Pandor4!
.
Once you have reached this point, you have a complete Pandora FMS installation ready to start using it.