Wazuh 4.14 Installation - Deployment Guide

Wazuh 4.14 Installation - Deployment Guide

This section covers the installation of all Wazuh 4.14 components: the indexer, server, dashboard, and agents. Before proceeding with installation, you need to select a deployment model and verify that the target systems meet the minimum hardware requirements.

Deployment Models

Wazuh supports two deployment models for its central components:

All-in-one (single host)

All three central components - Wazuh Indexer, Wazuh Server, and Wazuh Dashboard - are installed on a single host. This model is suitable for:

  • Test and lab environments
  • Small infrastructures (up to 50 agents)
  • Quick evaluation of the platform (see quickstart )

Distributed deployment

Components are installed on separate hosts with clustering support. This model provides:

  • Horizontal scaling of each component
  • Fault tolerance when individual nodes fail
  • Workload distribution across hosts
  • Support for thousands of agents

The installation order for a distributed deployment is strictly defined:

  1. Wazuh Indexer - data storage based on OpenSearch
  2. Wazuh Server - management and event processing server
  3. Wazuh Dashboard - web management interface
  4. Wazuh Agent - endpoint agents

Supported Operating Systems

Central components (Indexer, Server, Dashboard)

Operating SystemVersionsArchitecture
Amazon Linux2, 2023x86_64
CentOS Stream10x86_64
Red Hat Enterprise Linux7, 8, 9, 10x86_64
Ubuntu16.04, 18.04, 20.04, 22.04, 24.04x86_64

Wazuh Agent

Operating SystemVersionsArchitecture
Amazon Linux2, 2023x86_64
CentOS / RHEL7, 8, 9, 10x86_64
Ubuntu16.04, 18.04, 20.04, 22.04, 24.04x86_64
Debian9, 10, 11, 12x86_64
Windows10, 11, Server 2016-2025x86_64
macOS11+ (Big Sur and later)Intel, Apple Silicon
Solaris10, 11SPARC, x86_64
AIX6.1, 7.xPowerPC
HP-UX11.31Itanium

Hardware Requirements

Minimum requirements per component

ComponentCPU (cores)RAM (GB)Disk (GB)Notes
Wazuh Indexer2 (min) / 8 (rec)4 (min) / 16 (rec)50+Disk depends on agent count and retention period
Wazuh Server2 (min) / 8 (rec)2 (min) / 8 (rec)20+Increases with Vulnerability Detector enabled
Wazuh Dashboard2 (min) / 4 (rec)2 (min) / 8 (rec)20Minimal disk requirements

All-in-one requirements (all components on a single host)

ScenarioCPU (cores)RAM (GB)Disk (GB)
Up to 25 agents, 90-day retention4850
Up to 100 agents, 90-day retention88200

Indexer storage estimation

Wazuh Indexer storage requirements depend on the type of monitored endpoints:

Agent typeData per 90 days (GB)
Server (Linux/Windows)3.7
Workstation7.4
Network device1.5

Formula: Total storage = Number of agents * Data per period * Replica factor

Network Ports

The following ports must be open for proper component communication:

PortProtocolComponentPurpose
1514TCPWazuh ServerAgent data reception
1515TCPWazuh ServerAgent enrollment
1516TCPWazuh ServerServer cluster communication
55000TCPWazuh ServerREST API
9200TCPWazuh IndexerREST API (HTTPS)
9300-9400TCPWazuh IndexerCluster inter-node communication
443TCPWazuh DashboardWeb interface (HTTPS)

Installation Sections

Last updated on