Replace the Keep Logo with a Custom Logo for White Labeling

Prev Next

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

  1. 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.

  2. 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.

  3. Set the app.branding.logo.light.path and app.branding.logo.dark.path flags in node.properties to 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.svg

    For general instructions on locating and editing node.properties, see Set Configuration Flag Values in node.properties.

  4. Save node.properties, then restart the relevant Keep node's Windows service.

  5. 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.

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com