You can rebrand Keep by replacing the default Lasernet logo. Your new logo will appear on the login page and in the corner of all other pages. You can use separate logo files for light and dark mode.
Add Your Logo Files
Prepare logo files for light mode and dark mode. SVG is recommended because it scales easily, allowing you to use a smaller filesize; PNG, JPEG, GIF, WebP, and AVIF are also supported.
Store both files somewhere that the Keep server process can read. In a clustered installation, store the files at the same path on every node.
Set the
app.branding.logo.light.pathandapp.branding.logo.dark.pathflags innode.propertiesto the two files' paths:# Branding # -------------------------------------------------- app.branding.logo.light.path=C:/path/to/customer-logo-light.svg app.branding.logo.dark.path=C:/path/to/customer-logo-dark.svgFor general instructions on locating and editing
node.properties, see Set Configuration Flag Values in node.properties.Save
node.properties, then restart the relevant Keep node's Windows service.Reload Keep in your browser to display the new branding.
If Your Logo Does Not Appear
Both flags must point to a valid, readable file. Keep never mixes a custom logo with the standard one. If either flag is unset or points to a file that does not exist or that Keep cannot read, Keep will use its standard branding in both light and dark modes.
In a clustered installation, check every node. The configured files must exist at the same path on each one.
