Online installation tool

If you have access to the Internet, it is recommended that you perform the installation online using this useful tool.

Pandora FMS monolith environment (server/console/database)

This installation method is especially useful when the environment is hosted by cloud providers, although it is not exclusive to such environments.

The term "Cloud provider" (or simply "Cloud") is used to describe the hosting of virtual machines, either exclusively or shared, at specialized providers with hardware, hypervisors and customer support web systems for configuration and management.

For any of them you can install Pandora FMS Community edition. Red Hat (RHEL) 8.x is recommended as the operating system, although it also has official support for Rocky Linux 8.x, AlmaLinux 8.x and Ubuntu server 22.04.

The minimum hardware requirements for this installation are: 1 core, 2 gigabytes of RAM and 20 gigabytes of free disk space, preferably Solid State Drive (SSD).

These requirements are the minimum installation requirements, to properly size the monitoring environment we recommend going to the minimum hardware requirements section.

 

Requirements for the use of the online installation tool.

Internet access. Specific web addresses:

To use the online installation tool simply access the command line provided by your provider in the Cloud, with root administrator user, and ask for the installation command:

This tool can be requested through from this link for get a free trial (demo).

In addition, for the installation of Satellite server, there is also an online installer.

With this execution, the whole Pandora FMS stack will be installed, leaving a fully functional instance to start monitoring.

pfms-installation_online-el8.png

You can learn more in the video tutorial "Cloud installers (agents, server)".

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 .

f_step_2.png

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).

Open a web browser (Google Chrome® and Mozilla Firefox® are recommended) and type the following address in the address bar, consisting of the IP address (x.x.x.x) you obtained from the server:

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:

pandora_login.png

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.

Enterprise license activation

This section is for Enterprise version users only. If you would like to evaluate a demoplease contact us.

If you have licensed a Metaconsole license you can skip this step as this type of license automatically activates each associated node.

It is important not to start the daemon pandora_server with the Enterprise version of it installed, without first enabling the Enterprise version of the Console, as errors will occur.

You can also get more information in the tutorial video «How to renew Pandora FMS License online» or «offline». Once Pandora FMS has been accessed through the browser, you will be asked to enter a valid license. Click on Request new license and proceed to the next step. In this step you must fill in the contact information and the Auth key commercial department commercial department has sent you.

Proceed to the next step by clicking on Online validation:

pfms_activate_license.png

Once this step is done, it will automatically output the license ready to validate.

Finished all the steps, the console is ready to be used.

Start the Enterprise server

This section is for Enterprise version users only. If you want to evaluate a demoplease contact us.

After activating the license, the Enterprise server must be booted. You can connect to the Pandora FMS server through a command terminal (local or remote) or through the QuickShell functionality if you access the Agent that monitors the server itself.

sudo /etc/init.d/pandora_server start 

From version NG 754 on wards you have additional options in manual startup and shutdown of High Availability (HA) Environments.

To verify its correct operation, access Pandora FMS through the browser, go to the left side menu, click on Management → Servers → Manage servers. You should see something like the following:

servers-manage_servers_pandora_fms_servers.png