Hi,
Are you able to log in to the dashboard with the default admin user?
If you are able to log in with the default admin user but not with the custom user, then the issue might be related to configuration or browser cache.
First, try opening the Wazuh dashboard in incognito/private mode or clear the browser cache and then try logging in again with the custom user, since browser cache can sometimes cause similar issues.
If you are still facing the same issue, you can follow the below steps to reset the password.
On the Wazuh dashboard, log in with the default admin user.
Then go to:
Hamburger menu > Indexer Management > Security > Internal users > Select the userAdd a new password in the password section, save the changes, and then check whether you are able to log in with the custom user.
Also, ensure that the user have proper permission, for that you can refer this
Wazuh RBAC documentation for more details.
You can also
reset the password from the Wazuh indexer command line.
Run the below commands on the indexer CLI.
Then run the below command to change the user password:
bash wazuh-passwords-tool.sh -u <user-name> -p <password>
Replace <user-name> with the custom username and <password> with a new password.
You can refer to the Wazuh password management documentation for more details.
Also, restart the indexer service to reload the service properly:
systemctl restart wazuh-indexer
Then check again on the dashboard whether you are able to log in.
If you are still not able to log in, please share the Wazuh indexer log file with us located at: /var/log/wazuh-indexer/wazuh-cluster.log
Also, let me know about the deployment type of Wazuh on your environment.