Add Your Logo
Easily add your logo to your KCM instance
Adding your logo to KCM
Download the zip file above and extract everything to a folder.
Replace
/resources/images/logo.png
with yourlogo.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
andlarge.png
with 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, addUSE_DEFAULT_BRANDING: "N"
and in volumes add the following line:
Run these commands:
Complete! Now you will see your logo on your Keeper Connections Manager.
To refresh the favicons press Ctrl/Cmd + F5 for a hard reload.
Last updated