EXECUTABLE DOCUMENTATION
Tier licensing
Every verified order produces an encrypted license key and an Ed25519-signed entitlement token. Tier, features, limits and languages come from the immutable order snapshot.
COMMAND
Copy, run and verify
Read the command before execution and run it only on the intended server.
PuTTY · Bash
curl -fsS https://license.exopanel.space/v1/activate \
-H 'Content-Type: application/json' \
--data '{"license_key":"EXO-...","instance_id":"exo_32_hex_characters"}' | python3 -m json.toolRequired result
The command must finish without syntax errors. Health reports database ok, signing key configured, and every HTTPS domain returns TLS result 0.
