The Pangolin container includes a CLI tool called pangctl that provides commands to help you manage your Pangolin instance.

Accessing the CLI

Run the following command on the host where the Pangolin container is running:
docker exec -it pangolin pangctl <command>

Available Commands

To see all available commands:
docker exec -it pangolin pangctl --help

Set Admin Credentials

Set or reset admin credentials for your Pangolin instance:
docker exec -it pangolin pangctl set-admin-credentials --email "admin@example.com" --password "Password123!"
Use a strong password and keep your admin credentials secure.