← すべてのガイド
Wazuh
Open-source security monitoring — intrusion detection, log analysis, and compliance across your whole infrastructure.
このガイドは上記リンク先にあるWazuh公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Run the official all-in-one installer
curl -sO https://packages.wazuh.com/4.9/wazuh-install.shsudo bash ./wazuh-install.sh -aCheck the official quickstart link above for the current script version number (4.9 here may be outdated by the time you read this) — installs the manager, indexer, and dashboard together on one node.
2Get the generated admin password
The installer prints it at the end of the run — save it before closing the terminal.
3Open the dashboard
https://your-server-ip — log in as admin with the generated password.
4Alternative: official OVA
Wazuh also publishes a ready-to-import VirtualBox/VMware OVA with everything preconfigured, if you'd rather not run the installer script.