License
Your license key, where to find it, and how to apply it.
Your license is what turns a fresh install into your Astervis. It's tied to your subscription, carries your AI allowance, and includes unlimited operators. You'll find it — already wired into a ready-to-run install command — in your account dashboard.

Finding your license
Open Account → Overview. The Installation command card shows a one-liner with your key already filled in, plus the license details below it:
- License — your key, in the form
AST-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX. - Type —
subscription(ortrialduring your 14-day evaluation). - Expires — the date your current period ends.
Treat your license key like a secret — anyone with it could install against your subscription. Don't paste it into public issues, screenshots or chats.
Applying the license
The license is passed to the installer with --license:
curl -fsSL https://api.astervis.io/api/releases/install.sh | bash -s -- --license "AST-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"The easiest path is to copy the pre-filled command straight from your account. See Installation for the full flow.
What the license controls
Unlimited operators
No seat cap on any plan — add as many operators as you need.
AI allowance
Your monthly transcription minutes and AI requests, per your plan.
Validity
Active while your subscription is paid; trials run for 14 days.
Server binding & moving servers
A license activates against the server it's installed on. To move to a new server, re-run the install with the same license on the new machine. If activation is blocked because the old fingerprint is still held, contact support@astervis.io to rebind it.
Astervis runs on-premise, so it keeps working between license checks — short network blips won't take your dashboards offline. A subscription that lapses enters a grace period before access is paused.
Troubleshooting
Last updated on