Accessing the Pachyderm Console
If you have installed the Console with your Pachyderm cluster, you can access it and view your pipelines, repositories, and other Pachyderm objects in the UI. The Pachyderm Console is available as a free trial for 30 days. Follow these steps to access the Pachyderm Console:
- Execute the following command to verify the status of your Enterprise activation:
pachctl enterprise get-state
The output of the preceding command should look as follows:
Pachyderm Enterprise token state: ACTIVE Expiration: 2022-02-02 22:35:21 +0000 UTC
- If port-forwarding is not running, execute the following command to start it. This step will forward the Pachyderm Console service on port
4000
to your local workstation on port4000
:pachctl port-forward
- In a web browser, open http://localhost:4000.
- Use the default credentials of
admin
andpassword
on the login screen, as follows: