Preview Access

How to access the Preview version of KeeperPAM

Preview Updates

The KeeperPAM Preview offers customers early access to test and prepare for upcoming changes.

Accessing the Preview Environment

Preview features are accessed using the links below.

Web Vault Preview

Desktop Vault Preview

Note: the Desktop App preview does not auto-update. On Windows computers, a new version of the preview version requires a full uninstall and re-install of Keeper. This does not affect stored data.

Admin Console Preview

Gateway Preview

Docker Installation

For Docker environments, you can reference the tag keeper/gateway:preview to get the preview version.

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

Linux Preview

To update an existing Gateway on Linux:

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

Executing the following command will uninstall the Keeper Gateway Preview:

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

Windows Preview Installers

Download the latest installer: 64-bit Installer

Last updated

Was this helpful?