# KCMライセンス

Keeperコネクションマネージャーのバージョン2.19以降で、アプリケーションの使用を継続するには、Keeperからライセンスキーを取得する必要があります。

{% hint style="warning" %}
KCM 2.19以降のバージョンをインストールする前に、有効なライセンスキーを取得してください。**有効なライセンスキーがない場合、ユーザーと管理者は更新適用後にKCMを使用できなくなります。**
{% endhint %}

### KCMライセンスの要件

KCMライセンスキーを取得する前に、以下が必要です。

* [KeeperPAMライセンス](https://www.keepersecurity.com/privileged-access-management/)または
* [Keeperビジネス](https://www.keepersecurity.com/business.html)または[Keeperエンタープライズ](https://www.keepersecurity.com/enterprise.html)のライセンスに、KCMオンプレミスアドオンが含まれること

### ライセンスキーの取得

KCMライセンスキーを取得するには、以下の手順を実施します。

1. Keeper管理コンソールにログインします。
2. **\[コネクションマネージャー]** タブに移動します。
3. **\[オンプレミスライセンスキー]** をクリックします。

<figure><img src="https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2FYMPR0PcycCwheoy1GSy7%2FScreenshot%202025-02-15%20at%2010.34.14%E2%80%AFPM.png?alt=media&#x26;token=e8c9b644-2963-4a8a-a0d1-b577cf91135d" alt=""><figcaption><p>オンプレミスライセンスキー</p></figcaption></figure>

新しいライセンスキーは自動的に生成され、画面に表示されます。

<figure><img src="https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2FytuK9HtX5mBtnJOIAPCi%2FScreenshot%202025-02-15%20at%2010.34.22%E2%80%AFPM.png?alt=media&#x26;token=a816474e-0829-410f-89af-4e1c75d3d406" alt=""><figcaption><p>ライセンスキーのダウンロード</p></figcaption></figure>

### ライセンスキーのインストール

ライセンスキーをインストールするには、以下の手順に従います。

#### 新規のお客様

インストール中に、ライセンスキーの入力を求められます。

#### 既存のお客様

[Docker自動インストール](/keeper-connection-manager/jp/installation/auto-docker-install.md)または[Docker Composeのインストール](/keeper-connection-manager/jp/installation/docker-compose-install.md)をご使用の場合は、ライセンスを **`KCM_LICENSE`** 環境変数の値として `keeper/guacamole` コンテナ定義に設定するだけです。

<figure><img src="https://3357255970-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb7weUpu7VBcMnESSH8vG%2Fuploads%2Fqz3m0Ps8K8QtuKdue2WZ%2FKCM_LICENSE_1.gif?alt=media&#x26;token=76952c14-8e12-4443-8114-65884fd1d783" alt=""><figcaption><p>docker-compose.ymlにKCMライセンスキーを追加する方法</p></figcaption></figure>

例:

```
    guacamole:
        image: keeper/guacamole:2
        restart: unless-stopped
        environment:
            ACCEPT_EULA: "Y"
            .
            .
            .
            KCM_LICENSE: "XXXXXXXXXXXXXXXXXXXXXXXXXX"
        volumes:
            - "common-storage:/var/lib/guacamole:rw"
```

* (任意) ライセンスがコンテナ内のファイルに存在する場合は、代わりに **`KCM_LICENSE_FILE`** 環境変数を使用してそのファイルを指定することもできます。
* (任意) RPMパッケージを使用する場合は、ライセンスのみが `/etc/guacamole/kcm.license` の内容となるようにし、guacamoleグループによって読み取り可能である必要があります。

ライセンスキーを追加した後は、コンテナの再起動が必要です。Docker自動インストールをご使用の場合は、次のコマンドを実行します。

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

### トラブルシューティング

サポートが必要でしたら、[こちらのページ](https://www.keepersecurity.com/support.html)からKeeperサポートまでご連絡ください。

リクエストに応じて、KeeperスタッフがKCMオンプレミスのライセンスキーを発行します。発行後、ライセンスキーはKeeper管理コンソールから直接取得できます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeper-connection-manager/jp/installation/license-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
