Hello everyone,
I’d like to ask whether it’s allowed to replace or remove the default Wazuh logo on the login page (for example, changing it to my company’s logo).
Would doing so violate any licensing or branding policies?
If it’s allowed, could someone please tell me which path or file I should edit to change or remove that image?
Thank you in advance!
You can follow this document for custom branding or white labeling
https://documentation.wazuh.com/current/user-manual/wazuh-dashboard/custom-branding.html
It will not impact any brand policy.
To remove the default Wazuh logo on the login page, you can follow this.
Keep the logo file in this path to host the logo locally.
/usr/share/wazuh-dashboard/src/core/server/core_app/assets/
The logo should be jpeg, jpg, png, svg format and less than 1MB.
Now, go to the dashboard configuration and add this at the end of the file.
/etc/wazuh-dashboard/opensearch_dashboards.yml
And add this configuration at the end of the file.
opensearch_security.basicauth.login.brandimage: "https://192.168.0.105/ui/logo2.png"
opensearch_security.basicauth.login.title: "MY SIEM XD"
Update the dashboard address and the image name with your’s
And restart the dashboard service.
systemctl restart wazuh-dashboard

If you’re using Wazuh, you might want to give your dashboard a more personalized look by customizing the login page logo. Many users and organizations prefer adding their own company branding to the Wazuh interface for a professional and cohesive appearance.