MirrorNest
← Tutte le guide

Wazuh

Open-source security monitoring — intrusion detection, log analysis, and compliance across your whole infrastructure.

Sistema: Ubuntu 22.04 LTS (via official installer) or OVASecurityLoggingSito ufficiale ↗Documentazione ufficiale ↗
Questa guida è redatta a partire dalla documentazione ufficiale di Wazuh, linkata sopra — verifica sempre lì i nomi esatti di pacchetti/versioni prima di eseguire questi comandi su un server di produzione, poiché le versioni della distribuzione e del progetto cambiano nel tempo.
  1. 1Run the official all-in-one installer

    curl -sO https://packages.wazuh.com/4.9/wazuh-install.sh
    sudo bash ./wazuh-install.sh -a

    Check the official quickstart link above for the current script version number (4.9 here may be outdated by the time you read this) — installs the manager, indexer, and dashboard together on one node.

  2. 2Get the generated admin password

    The installer prints it at the end of the run — save it before closing the terminal.

  3. 3Open the dashboard

    https://your-server-ip — log in as admin with the generated password.

  4. 4Alternative: official OVA

    Wazuh also publishes a ready-to-import VirtualBox/VMware OVA with everything preconfigured, if you'd rather not run the installer script.