> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neochamber.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Create your account

> Redeem your operator invite and land in your own datacenter's console.

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.

<Steps>
  <Step title="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.
  </Step>

  <Step title="Enter your details">
    Your email, a password of **at least 12 characters**, and the invite code.
  </Step>

  <Step title="Create account">
    You land signed in, at the operator console (`/admin`), scoped to your
    operator.
  </Step>
</Steps>

<Note>
  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.
</Note>

## 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](/operators/enrollment-tokens)
and [installing the agent](/operators/install-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](/platform/security).
