Run Commands

Activate Enterprise via PachCTL

Learn how to deploy the Enterprise edition using the PachCTL CLI for an existing cluster.

Before You Start #

  • You must have a Pachyderm Enterprise License Key.
  • You must have pachctl and Pachyderm installed.
  • You must have the Pachyderm Helm repo downloaded.

How to Activate Enterprise Pachyderm via Pachctl #

  1. Open your terminal.
  2. Input the following command:
echo <your-activation-token> | pachctl license activate
  1. Verify the status of the enterprise activation:
pachctl enterprise get-state

# ACTIVE

You have unlocked Pachyderm’s enterprise features.