Easily add your logo to your KCM instance
Download the zip file above and extract everything to a folder.
Replace /resources/images/logo.png with your logo.png file.
Open /translations/en.json and replace "Custom Title" with your text for the title of the webpage.
(Optional) Replace the favicon icons in /resources/images/, bothsmall.png and large.pngwith yours. (you can use the same one for both if needed)
From inside the folder, select all of the files and folders and create a new zip file.
Make sure that you are viewing file extensions, and change your zip file name and extension to kcm-branding.jar
Transfer the kcm-branding.jar file to your KCM server into/etc/kcm-setup/
In your docker-compose.yml guacamole section, within environment, add USE_DEFAULT_BRANDING: "N" and in volumes add the following line:
- "/etc/kcm-setup/kcm-branding.jar:/etc/guacamole/extensions/kcm-branding.jar:ro"Run these commands:
sudo ./kcm-setup.run stop
sudo ./kcm-setup.run applyComplete! Now you will see your logo on your Keeper Connections Manager.
To refresh the favicons press Ctrl/Cmd + F5 for a hard reload.


