Skip to main content

Install

Pomerium offers several ways to install the Enterprise Console to suit your organization's needs. Watch the video below for a quick primer on deploying Pomerium Core and Enterprise, or view the sections below for specific installation instructions.

Install Pomerium Enterprise

The Pomerium Enterprise Docker image is available at a private Cloudsmith Docker registry.

To access the Pomerium Enterprise Docker image:

  1. In your terminal, run the following command:
docker login docker.cloudsmith.io
  1. Enter your username and password:
 % docker login docker.cloudsmith.io
Username: <username>
Password: <password>
  1. Pull a specific tagged release of the Pomerium Enterprise image:
docker pull docker.cloudsmith.io/pomerium/enterprise/pomerium-console:${vX.X.X}

See the Enterprise Quickstart for instructions to run and deploy the Enterprise Console with Docker Compose.