Hi Isaac
The password change steps involve updating several passwords and restarting the Wazuh dashboard service afterward. Ensure the new passwords are updated in the configuration file /usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml with the new wazuh-wui password.
hosts:
- default:
url: https://127.0.0.1
port: 55000
username: wazuh-wui
password: "<WAZUH_WUI_PASSWORD>"
run_as: false
Make sure you have followed each step carefully of changing the password of the distributed environment https://documentation.wazuh.com/4.10/user-manual/user-administration/password-management.html#changing-the-passwords-in-a-distributed-environment
Also, please share the output of :
echo <KIBANASERVER_PASSWORD> | /usr/share/wazuh-dashboard/bin/opensearch-dashboards-keystore --allow-root add -f --stdin opensearch.password
Additionally, please share the dashboard: journalctl -u wazuh-dashboard | grep -i -E "error|warn"