Skip to main content
An operator is one independent datacenter — yours. It owns its own admin accounts, its own customer tenants, its own servers, and its own capacity pool, and no other operator on the deployment can see any of it. Operator accounts are code-gated. NeoChamber issues your first admin invite code during onboarding, and that code names your operator — so redeeming it creates your datacenter and makes you its first admin.
1

Open /register on your console URL

In a managed deployment that is the URL NeoChamber gives you at onboarding. In a sovereign deployment it is your own.
2

Enter your details

Your email, a password of at least 12 characters, and the invite code.
3

Create account

You land signed in, at the operator console (/admin), scoped to your operator.
Invite codes are single-use, valid 14 days, and shown exactly once. If you lose one before redeeming it, ask for another — it cannot be re-displayed.

What you get on first sign-in

You land on Fleet, which will be empty until you enroll your first server. The next steps are issuing an enrollment token and installing the agent.

Security facts worth knowing up front

  • Passwords are argon2id-hashed; sessions are opaque 30-day tokens stored only as hashes.
  • Every agent, operator, and customer holds its own revocable identity — there are no shared credentials anywhere in the platform.
  • In sovereign deployments there are no long-lived cloud keys either: the console reaches your cloud through short-lived, identity-federated credentials.
Full detail: Security model.