Install using SKOOR Bootstrap (recommended)

The package SKOOR Bootstrap provides some convenient scripts to setup SKOOR components.

dnf -y install eranger-bootstrap

Installers

SKOOR Engine Server

/opt/eranger/bootstrap/bin/install-server.sh

The script performs the following tasks:

  1. Installs various dependencies depending on the OS version.

  2. Installs, enables and starts firewalld and chronyd.

  3. Disables SELinux

  4. Installs eranger-server and its dependencies

  5. Installs eranger-webservice, eranger-dashboards and eranger-etl.

  6. Changes password of admin, skoor-report and collector-local users to randomly generated ones.

  7. Asks for a valid SKOOR license and applies it to the config file.

  8. Starts SKOOR services.

Please keep the default PG_HOME directory at /var/lib/pgsql and avoid relocating it. Also, do not create additional mount points within this directory (for example, mounting /var/lib/pgsql/17/data from a different device). Changing the layout in this way can significantly complicate future PostgreSQL upgrades. Instead, mount /var/lib/pgsql directly from another device or use additional tablespaces. An example can be found here.