Skip to Content
Enterprise Commands

Enterprise Commands

License activation/install and enterprise policy bootstrapping/validation.

labgate license

Show enterprise license status (valid/invalid/not installed).

labgate license

labgate license install

Install enterprise license key material locally.

labgate license install <keyOrFile> [--system|--user|--path] [--overwrite]
OptionDescription
--systemInstall to /etc/labgate/license.key.
--userInstall to ~/.labgate/license.key.
--path <path>Install to explicit path.
--overwriteAllow replacing existing file.

labgate register

Activate an enterprise key via API, then install locally.

labgate register <activationKey> [--server <url>] [--token <token>] [--timeout <ms>] [--system|--user|--path] [--overwrite]
OptionDescription
--server <url>Activation endpoint override.
--token <token>Bearer token for activation API.
--timeout <ms>Activation HTTP timeout in milliseconds (default 15000).
--system / --user / --pathSelect install target location.
--overwriteAllow replacing existing target file.

labgate policy validate

Validate a policy JSON file.

labgate policy validate [file]

labgate policy init

Create an enterprise policy template.

labgate policy init [--path <path>] [--institution <name>] [--admin <username>] [--runtime <runtime>] [--force]
OptionDescription
--path <path>Custom output path.
--institution <name>Institution label in UI.
--admin <username>Repeatable admin username.
--runtime <runtime>auto|apptainer|podman (default apptainer).
--forceOverwrite existing file.

Runtime option accepts auto|apptainer|podman; the recommended HPC default remains apptainer.

Last updated on