> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/getting-started/pam-configuration/local-environment-setup.md).

# ローカル環境のセットアップ

## ローカル環境の概要

PAM構成には、ローカルインフラストラクチャ、設定、関連付けられたKeeperゲートウェイに関する重要な情報が含まれます。本ページでは、ローカル環境におけるPAM構成の設定手順を取り扱います。これにより、Keeperゲートウェイがその環境内のすべてのリソースを管理でき、ユーザーはそれらのリソースでKeeperPAMの機能を利用できるようになります。

### 要件

まず、[Keeperゲートウェイのインストールと構成](/keeperpam/jp/privileged-access-manager/getting-started/gateways/one-time-access-token.md)が完了していることを確認してください。

## PAM構成の作成

新しいPAM構成を作成するには、以下を行います。

* Keeperボルトにログイン
* **\[シークレットマネージャー]** を選択し、**\[PAM構成]** タブを開く
* **\[新しい構成]** をクリック

## PAM構成フィールド - ローカル環境

以下は、ローカル環境向けPAM構成レコードの各設定フィールドです。

<table><thead><tr><th width="207.33333333333331">フィールド</th><th>説明</th><th>備考</th></tr></thead><tbody><tr><td>タイトル (必須)</td><td>PAM構成レコードの名前</td><td>例: Local Configuration</td></tr><tr><td>環境 (必須)</td><td>インフラストラクチャの環境</td><td>本ガイドでは「Local」を選択</td></tr><tr><td>ゲートウェイ (必須)</td><td>設定済みのゲートウェイ</td><td>詳しくは<a href="/pages/YVitXRsJWzo14VlLdwoR">こちらのドキュメント</a>をご参照ください</td></tr><tr><td>アプリケーションフォルダ (必須)</td><td>PAM構成データが保存される共有フォルダ</td><td>管理者のみがアクセスできるフォルダを作成するのがベストプラクティス。下記のセキュリティノート (1) をご参照ください</td></tr><tr><td>PAM設定 (必須)</td><td>有効にするゼロトラストKeeperPAM機能の一覧</td><td>詳しくは<a href="#pam-features">このセクション</a>をご参照ください</td></tr><tr><td>デフォルトローテーションスケジュール</td><td>ローテーション頻度の指定</td><td>例: <code>Daily</code></td></tr><tr><td>ポートマッピング</td><td>既定ポートの代替定義</td><td>例: <code>3307=mysql</code><br>詳しくは<a href="/pages/Fd2WozyLc78LgPNjG4e0">ポートマッピング</a>のドキュメントをご参照ください</td></tr></tbody></table>

検出を行う場合、以下のフィールドは必須です。それ以外の場合は任意です。

<table><thead><tr><th width="212">フィールド</th><th width="251">説明</th><th width="282">備考</th></tr></thead><tbody><tr><td>ネットワークID</td><td>ネットワークの一意のID</td><td><p>ユーザーの参考用</p><p>例: <code>My Network</code></p></td></tr><tr><td>ネットワークCIDR</td><td>IPアドレスのサブネット</td><td>例: <code>192.168.0.15/24</code><br>詳しくは<a href="https://ja.wikipedia.org/wiki/Classless_Inter-Domain_Routing">こちら</a>をご参照ください</td></tr></tbody></table>

### PAMの機能

PAM構成内の「許可されているPAM機能」および「許可されているセッションレコーディングのタイプ」では、PAM構成を通じて管理されるリソースに対してKeeperPAMの各機能を有効または無効にできます。

<table><thead><tr><th width="320">フィールド</th><th>説明</th></tr></thead><tbody><tr><td>ローテーション</td><td>有効時、このPAM構成で管理する特権ユーザーのローテーションを許可</td></tr><tr><td>接続</td><td>有効時、このPAM構成で管理するリソースへの接続を許可</td></tr><tr><td>リモートブラウザ分離 (RBI)</td><td>有効時、このPAM構成で管理するリソースでのRBIセッションを許可</td></tr><tr><td>トンネリング</td><td>有効時、このPAM構成で管理するリソースでのトンネルを許可</td></tr><tr><td>グラフィカルセッションレコーディング</td><td>有効時、すべての接続およびRBIセッションの画面再生を録画</td></tr><tr><td>テキストセッションレコーディング (TypeScript)</td><td>有効時、すべての接続およびRBIセッションのテキスト入出力ログを記録</td></tr></tbody></table>

## PAMレコードタイプでのPAM機能の構成

PAM構成を作成したあと、以下の各ページで個別機能を構成してください。

* [ローテーション](/keeperpam/jp/privileged-access-manager/password-rotation.md)の構成
* [接続](/keeperpam/jp/privileged-access-manager/connections.md)の構成
* [RBI](/keeperpam/jp/privileged-access-manager/remote-browser-isolation.md)の構成
* [トンネル](/keeperpam/jp/privileged-access-manager/tunnels.md)の構成
* [検出](/keeperpam/jp/privileged-access-manager/discovery.md)の構成


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/keeperpam/jp/privileged-access-manager/getting-started/pam-configuration/local-environment-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
