# プレビュー版へのアクセス方法

## プレビュー版のアップデート

KeeperPAMのプレビュー版で、今後の機能や変更を事前に確認・テストし、導入準備を進めるための早期アクセス機会を提供しています。

### プレビュー版ゲートウェイ

#### ドッカーインストール

Docker環境では、プレビュー版を取得する際に `keeper/gateway:preview` タグを指定してください。

```
services:
      keeper-gateway:
        platform: linux/amd64
        image: keeper/gateway:preview
```

#### Linuxバイナリプレビュー版

Linux上で既存のゲートウェイを更新するには、以下を実行します。

{% code overflow="wrap" %}

```sh
curl -fsSL https://keepersecurity.com/pam/beta/install | \
  sudo bash -s -- --preview
```

{% endcode %}

以下のコマンドを実行するとプレビュー版Keeperゲートウェイをアンインストールします。

```sh
curl -fsSL https://keepersecurity.com/pam/beta/uninstall | sudo bash -s -- --preview
```

#### Windowsバイナリプレビュー版インストーラ

***

### プレビュー版ボルト

#### ウェブボルト <a href="#web-vault-preview" id="web-vault-preview"></a>

* **米国**: <https://keepersecurity.com/vault/preview>
* **欧州**: <https://keepersecurity.eu/vault/preview>
* **豪州**: <https://keepersecurity.com.au/vault/preview>
* **カナダ**: <https://keepersecurity.ca/vault/preview>
* **日本**: <https://keepersecurity.jp/vault/preview>

#### デスクトップアプリケーション

* Mac (.dmg) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.dmg)
* Mac (.pkg) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.pkg)
* Windows (.appx) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.appx)
* Windows (.msix) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.msixbundle)
* Windows (.msi) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.msi)
* Linux (.rpm) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.rpm)
* Linux (.deb) - [ダウンロード](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.deb)

注: デスクトップアプリのプレビュー版は自動更新されません。Windows環境でプレビュー版の新しいバージョンを利用する際にはKeeperの完全なアンインストールと再インストールが必要となります。なお、保存されているデータに影響はありません。

### プレビュー版管理コンソール

* **米国**: <https://keepersecurity.com/console/preview>
* **欧州**: <https://keepersecurity.eu/console/preview>
* **豪州**: <https://keepersecurity.com.au/console/preview>
* **カナダ**: <https://keepersecurity.ca/console/preview>
* **日本**: <https://keepersecurity.jp/console/preview>
* **GOV**: プレビュー版は利用できません。商用環境をご利用ください。


---

# 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/keeperpam/jp/privileged-access-manager/references/preview-access.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.
