Tilgå Wazuh Dashboard
URL: https://<SERVER_IP>
Login credentials:
- Username:
admin - Password: stored in
/root/wazuh-install-files.tar
Tilgå gemte adgangskoder
Alle standardadgangskoder til Wazuh Manager, API, Indexer og agenter findes i tar-arkivet.
File: /root/wazuh-install-files.tar
Sådan udtrækker du adgangskoderne:
tar -O -xvf /root/wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
Open Ports
Sørg for at disse porte er tilladt i firewallen:
443: Wazuh Dashboard HTTPS9200: Wazuh Indexer API (Elasticsearch)55000: Agent til Manager-kommunikation (TCP)1514: Wazuh Remoted syslog (TCP)1515: Wazuh Remoted ekstra syslog (TCP)
Vigtige filer og mapper
- Password archive:
/root/wazuh-install-files.tar - Manager-konfigurationsfiler:
/var/ossec/etc/(containsossec.conf, rules, decoders) - Manager logs:
/var/ossec/logs/ossec.log - Manager-datamapper:
/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
Noter og anbefalinger
- Wazuh Dashboard kører på HTTPS som standard.
- Ensure ports
443,9200,55000,1514, and1515er åbne for fuld funktionalitet. - Brug de udtrukne adgangskoder i
/root/wazuh-install-files.tartil agentregistrering og API-adgang.