KCM License
Activating your Keeper Connection Manager license key
Last updated
Was this helpful?
Activating your Keeper Connection Manager license key
Starting with Keeper Connection Manager version 2.19, customers are required to obtain a license key from Keeper in order to continue the use of the application.
Before installing KCM 2.19 or newer versions, please ensure you have a valid license key. Without a valid license key, users and administrators will be unable to use KCM after the update is applied
Prior to obtaining a KCM license key, the following are required:
Keeper Business or Keeper Enterprise license with the KCM On-Prem Add-on
To obtain the KCM License Key:
Log on to the Keeper Admin Console
Navigate to the Connection Manager Tab
Click on "On-Prem License Key"

A new license key will be automatically generated and displayed on your screen:

To install your license key, follow the steps below:
During the installation process, you will be prompted to input the license key.
If using the Auto Docker Install or Docker Compose Install method, simply update the keeper/guacamole container definition with the license as the value of the KCM_LICENSE environment variable.

Example:
(Optional) If the license will be present within a file in your container, you may alternatively use the KCM_LICENSE_FILE environment variable to point to that file.
(Optional) If using the RPM packages, you must provide the license as the sole contents of /etc/guacamole/kcm.license, which must be readable by the guacamole group.
After adding the license key, restarting the container is necessary. If using the Auto Docker Install method, simply run:
If you need assistance, you can contact Keeper Support at: https://www.keepersecurity.com/support.html
Upon request, Keeper staff will generate your KCM on-prem license key. Once generated, the key can be accessed directly from the Keeper Admin Console.
Last updated
Was this helpful?
Was this helpful?
guacamole:
image: keeper/guacamole:2
restart: unless-stopped
environment:
ACCEPT_EULA: "Y"
.
.
.
KCM_LICENSE: "XXXXXXXXXXXXXXXXXXXXXXXXXX"
volumes:
- "common-storage:/var/lib/guacamole:rw"sudo ./kcm-setup.run apply
