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.

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 Binary 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 Binary Preview Installers

Download the latest installer: 64-bit Installer


Vault Preview

Web Vault

Desktop App

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

Last updated

Was this helpful?