# Add Your Logo

<figure><img src="https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2Fb2I2xHR32JTEhYZCH5RX%2FHTl0KiPyex.png?alt=media&#x26;token=d46740b5-3979-4754-a5ea-c56f7f7bdc43" alt="" width="563"><figcaption><p>Customize your logo and title</p></figcaption></figure>

## Adding your logo to KCM

{% file src="<https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2Fp3uXPKoT6aLwFibVEf92%2Fkcm-add-logo.zip?alt=media&token=5db2df3a-5575-4722-b31f-bebcd34bf7fa>" %}

1. Download the zip file above and extract everything to a folder.&#x20;
2. Replace <mark style="color:green;">`/resources/images/logo.png`</mark> with your <mark style="color:green;">`logo.png`</mark> file.
3. Open <mark style="color:green;">`/translations/en.json`</mark> and replace "Custom Title" with your text for the title of the webpage.
4. (Optional) Replace the favicon icons in <mark style="color:green;">`/resources/images/`</mark>, both<mark style="color:green;">`small.png`</mark> and <mark style="color:green;">`large.png`</mark>with yours. (you can use the same one for both if needed)
5. From inside the folder, select all of the files and folders and create a new zip file.

<figure><img src="https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2FtekprbRZ45UMmQlaglvF%2F2024-01-19_15-51-47.gif?alt=media&#x26;token=ac03e487-1977-4733-9d94-5c666ffda4f9" alt=""><figcaption><p>Custom Branding for KCM Instance</p></figcaption></figure>

6. Make sure that you are viewing file extensions, and change your zip file name and extension to <mark style="color:green;">`kcm-branding.jar`</mark>
7. Transfer the <mark style="color:green;">`kcm-branding.jar`</mark> file to your KCM server into<mark style="color:green;">`/etc/kcm-setup/`</mark>
8. In your <mark style="color:green;">`docker-compose.yml`</mark> guacamole section, within environment, add <mark style="color:green;">`USE_DEFAULT_BRANDING: "N"`</mark> and in volumes add the following line:

```bash
- "/etc/kcm-setup/kcm-branding.jar:/etc/guacamole/extensions/kcm-branding.jar:ro"
```

<figure><img src="https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2Frifl3qG76IPFJ3Qm4DN0%2Fnotepad%2B%2B_mitDL9qljP.png?alt=media&#x26;token=dd9ded70-70e0-4404-abc5-998e4b427d3e" alt=""><figcaption><p>Add these two lines</p></figcaption></figure>

9. Run these commands:

```bash
sudo ./kcm-setup.run stop
sudo ./kcm-setup.run apply
```

Complete! Now you will see your logo on your Keeper Connections Manager.&#x20;

To refresh the favicons press Ctrl/Cmd + F5 for a hard reload.
