DC Associates Group logoDC Associates Group

Home / Support / Wazuh All-in-One on Ubuntu 24.04 LTS

Wazuh All-in-One on Ubuntu 24.04 LTS — Support & Quick Start

Wazuh 4.12 open-source SIEM/XDR — manager, indexer, and dashboard in one VM on Ubuntu 24.04 LTS.

At a glance

Application ports443 (dashboard), 1514/1515 (agent enrollment/events)
Open in browserhttps://<VM-IP>/
Admin credential filesudo tar -xzf /root/wazuh-passwords.tar.gz -O
VersionWazuh 4.12 (all-in-one)
PlatformUbuntu 24.04 LTS

Quick start

  1. Open https://<VM-IP>/ in your browser (self-signed certificate on first boot).
  2. Sign in as `admin` with the generated password (see command below), then change it immediately.
  3. Deploy Wazuh agents to your fleet from the dashboard's agent-enrollment wizard (ports 1514/1515).

Get your admin password (one time)

SSH into the VM with the username + key you chose at deploy, then print the generated credential:

ssh <your-username>@<VM-IP>
sudo tar -xzf /root/wazuh-passwords.tar.gz -O

Sign in as admin (unless noted), then change the password immediately. The file is root-only and can be deleted once the password is stored securely.

Still stuck?

Email support@dcassociatesgroup.com (response within 1 business day) or send a message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.