Skip to main content

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.

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