Getting started

Activate your free licence

The free licence enables 100 concurrent calls forever, no card. It is issued automatically and bound to your server's fingerprint.

How it works

  1. You register name, phone and email (from the panel, activation section).
  2. The system sends your request with the machine fingerprint to our issuing service.
  3. Within minutes you receive an email from support@nexianetworks.com with your activation key (a signed token) in the body and as an attachment.
  4. You paste the key into the panel — or install it by hand (below) — and you are done.
The in-panel activation wizard is rolling out in the newest versions. If your version does not show it yet, use the manual install — it is just as valid and takes a minute.

Manual key installation

Save the license.token attachment on your server and, as root:

install -m640 -o root -g nexia license.token /etc/nexia/license
systemctl restart nexia-gated

Check the status:

curl -s http://127.0.0.1:8010/licence

It must respond "licensed": true with your max_concurrent_calls.

Common questions

The email did not arrive?

Check spam. You can request a resend by repeating the request: the system resends the same key (no duplicates) with a daily resend limit.

Does the key work on another server?

No: it is bound to the fingerprint of the machine that requested it. If you migrate servers, request a new one from the new server. The licence tolerates one legitimate hardware change.

How do I go from 100 to more channels?

By buying a monthly licence (200/300/500/1000 channels) — see the public pricing. It activates the same way, with no reinstall.

© 2026 NEXIA Networks · This wiki grows with every install: if something was missing, tell us and we add it.
On this page