Accedi alla dashboard di Wazuh
URL: https://<SERVER_IP>
Login credentials:
- Username:
admin - Password: stored in
/root/wazuh-install-files.tar
Accedi alle password memorizzate
Tutte le password predefinite per Wazuh Manager, API, Indexer e gli agenti sono incluse nell'archivio tar.
File: /root/wazuh-install-files.tar
Per estrarre le password:
tar -O -xvf /root/wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
Open Ports
Assicurati che queste porte siano aperte nel firewall:
443: Wazuh Dashboard HTTPS9200: Wazuh Indexer API (Elasticsearch)55000: Comunicazione agente-Manager (TCP)1514: Wazuh Remoted syslog (TCP)1515: Wazuh Remoted syslog aggiuntivo (TCP)
File e directory importanti
- Password archive:
/root/wazuh-install-files.tar - File di configurazione del Manager:
/var/ossec/etc/(containsossec.conf, rules, decoders) - Manager logs:
/var/ossec/logs/ossec.log - Directory dei dati del Manager:
/var/ossec/queue/,/var/ossec/active-responses/ - Dashboard configuration:
/etc/wazuh-dashboard/(containsdashboard.yml, SSL certificates) - Dashboard logs:
/var/log/wazuh-dashboard/ - Indexer configuration:
/etc/wazuh-indexer/(containselasticsearch.yml, roles) - Indexer data:
/var/lib/wazuh-indexer/ - Indexer logs:
/var/log/wazuh-indexer/
Service Management
Check status:
systemctl status wazuh-manager
systemctl status wazuh-api
systemctl status wazuh-dashboard
systemctl status wazuh-indexer
Restart services:
systemctl restart wazuh-manager wazuh-api wazuh-dashboard wazuh-indexer
Viewing logs:
tail -f /var/ossec/logs/ossec.log
tail -f /var/log/wazuh-dashboard/wazuh-dashboard.log
tail -f /var/log/wazuh-indexer/wazuh-indexer.log
Note e raccomandazioni
- La dashboard di Wazuh è disponibile su HTTPS per impostazione predefinita.
- Ensure ports
443,9200,55000,1514, and1515sono aperte per il corretto funzionamento. - Usa le password estratte in
/root/wazuh-install-files.tarper la registrazione dell'agente e l'accesso a API.