Single node deployment with Script
Download and run the Wazuh installation assistant.
$ curl -sO https://packages.wazuh.com/4.10/wazuh-install.sh && sudo bash ./wazuh-install.sh -a
Once the assistant finishes the installation, the output shows the access credentials and a message that confirms that the installation was successful.
INFO: --- Summary ---
INFO: You can access the web interface https://<WAZUH_DASHBOARD_IP_ADDRESS>
User: admin
Password: <ADMIN_PASSWORD>
INFO: Installation finished.
You now have installed and configured Wazuh.
Access the Wazuh web interface with https://<WAZUH_DASHBOARD_IP_ADDRESS>
and your credentials:
Username:
admin
Password:
<ADMIN_PASSWORD>
Note
You can find the passwords for all the Wazuh indexer and Wazuh API users in the
wazuh-passwords.txt
file insidewazuh-install-files.tar
. To print them, run the following command:$ sudo tar -O -xvf wazuh-install-files.tar wazuh-install-files/wazuh-passwords.txt
Last updated