Skip to main content
Version: vNext (upcoming release)

Install Pomerium Zero

Learn how to install Pomerium Zero.

note

If you haven't signed up for Pomerium Zero, you can create an account for free.

info

Pomerium Zero provides a hosted configuration UI for managing your Pomerium configurations. You can migrate to Pomerium Zero by importing your existing configuration.

See Import Core Config to Zero for more information.

Install Pomerium with the following shell script:

curl https://console.pomerium.app/install.bash | env POMERIUM_ZERO_TOKEN=<CLUSTER_TOKEN> bash -s install

Pomerium requires an internet-accessible server and the ability to bind port 443.

Upgrade Pomerium Zero

Learn how to upgrade Pomerium Zero.

To update Pomerium in Debian-based Linux systems:

  1. Check for new package updates and install Pomerium:
$ sudo apt update && sudo apt install pomerium

To update Pomerium in Red Hat-based Linux systems:

  1. Check for new package updates
$ sudo yum list updates
  1. Install the latest version of Pomerium:
$ sudo yum update pomerium