Przejdź do panelu Wazuh
URL: https://<SERVER_IP>
Login credentials:
- Username:
admin - Password: stored in
/root/wazuh-install-files.tar
Dostęp do zapisanych haseł
Wszystkie domyślne hasła do Wazuh Manager, API, Indexer i agentów są zawarte w archiwum tar.
File: /root/wazuh-install-files.tar
Aby wyodrębnić hasła:
tar -O -xvf /root/wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
Open Ports
Upewnij się, że następujące porty są dozwolone w zaporze:
443: Wazuh Dashboard HTTPS9200: Wazuh Indexer API (Elasticsearch)55000: Komunikacja agenta z managerem (TCP)1514: Wazuh Remoted syslog (TCP)1515: Wazuh Remoted dodatkowy syslog (TCP)
Ważne pliki i katalogi
- Password archive:
/root/wazuh-install-files.tar - Pliki konfiguracyjne managera:
/var/ossec/etc/(containsossec.conf, rules, decoders) - Manager logs:
/var/ossec/logs/ossec.log - Katalogi danych managera:
/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
Uwagi i zalecenia
- Panel Wazuh działa domyślnie na HTTPS.
- Ensure ports
443,9200,55000,1514, and1515są otwarte dla pełnej funkcjonalności. - Użyj wyodrębnionych haseł w
/root/wazuh-install-files.tardo rejestracji agentów i dostępu do API.