vulkro activate, machine-id, buy
The license-file commands. These are the air-gap and enterprise path:
they satisfy the account requirement without a browser login and work
fully offline. For the online account flow see
vulkro login and
Accounts and licensing.
vulkro activate
Install a Vulkro activation key from a .lic file received from the
Vulkro team. Verifies the Ed25519 signature, checks the machine binding,
and stores the key locally. Once activated, scanning works offline with no
account login.
vulkro activate ./your-team.lic
| Argument | Description |
|---|---|
<LICENSE_FILE> | Path to the .lic file. |
vulkro machine-id
Print this machine's Vulkro fingerprint (32 hex characters). Include it when you request a license file so the key can be machine-bound.
vulkro machine-id
vulkro buy
Request a Vulkro license. Opens a pre-filled email with this machine's ID
and days-of-use stats. The team replies with a .lic file you install
with vulkro activate.
vulkro buy
To request a license directly, email
[email protected] with the output of
vulkro machine-id.
Air-gapped workflow
On a machine with no internet access:
vulkro machine-id # send this fingerprint to request a key
vulkro activate ./your-team.lic # install the returned .lic file
vulkro license-status # confirm the tier and expiry
See Offline mode for the full air-gap setup including the signed CVE bundle.
Related
vulkro login- the online account flow.- Accounts and licensing - the concepts.
- Offline mode - air-gapped install and updates.