HOW IT WORKS

What installing Core0 actually looks like

Core0 runs on machines you own. There is no account to create, no endpoint to call home to, and no stage where your data passes through us. This page walks through an install as the person doing it sees it, using screenshots from a real deployment rather than diagrams of an idealised one. Tap or click any screenshot to open it full size.

What to have ready

One person can run the whole thing, in an afternoon. It is not a project that needs a team of engineers or a quarter of planning. What it does need is a short list of things prepared beforehand, because the wizard asks for them and will not proceed without them.

That is the whole list. A more detailed checklist, with port numbers and a node inventory to fill in, comes with the licence.

You supply the machines

You give the installer an address and a login for each node. The tier decides how many: three for Starter, six for Pro, ten for Enterprise. Roles are assigned for you — key nodes, PII nodes, logic, bridge, witness — because getting that split wrong is what makes a vault a single point of failure.

Installer step listing each node with its role, address and login

SSH credentials are used once to bootstrap each node. They are not written to disk and not sent anywhere outside your network.

The installer builds the network before it builds the vault

Before any Core0 service starts, the installer establishes a WireGuard mesh between every node, applies nftables rules, and brings up a Consul quorum. Only then do the services deploy. You watch it happen line by line — the log is the interface, not a progress bar with a spinner over it.

Deployment log showing WireGuard mesh, firewall rules and Consul quorum being established across ten nodes

Ten nodes joining a mesh, each verified reachable from every other, before a single record exists.

The keys are yours, in the strictest sense

At the end of the install, the master encryption key is split into three shares using Shamir Secret Sharing. Two of the three reconstruct it. The wizard assigns each share a destination — paper in one location, a password manager, paper in another — so the shares are separated by default instead of ending up in one drawer.

KEK ceremony step showing three Shamir shares, each with an owner, and a confirmation checkbox per share

Share values are redacted here. In a real install they appear once, on your screen, and are seen by nobody but the person sitting in front of it.

Two consequences follow, and both are worth stating plainly. Nobody at Obsydia ever sees a share, so we cannot read your data and cannot be compelled to hand over a key we do not have. And if you lose two of the three shares, the data is gone — for you and for us. There is no vendor override, because a vendor override is exactly the thing this design exists to remove. If you need a copy that survives the loss of the vault, Core0 exports your data under a separate export key.

Then it hands over and gets out of the way

Smoke tests run, the installer confirms the instance is live, and that is the last time it is involved. There is no ongoing connection back to us, and no licence check that phones home.

Installer completion screen confirming the instance is live and all smoke tests passed

The instance is yours from this point. Updates are something you pull when you choose to.

What you can see afterwards

The client panel shows the state of the system without exposing what is in it: record counts, service health, replication lag per node, certificate expiry, licence term remaining. Enough to operate the vault, not enough to read it.

Client panel status page with record counts, service health, WAL replication state and certificate expiry

Replication state is per node and per stream, so a replica falling behind is visible before it matters.

Every access is recorded, and the record resists tampering

Each audit entry carries a sequence number and the hash of the entry before it. Change or remove one entry and the chain no longer verifies. The chain survives service restarts, which is the part that is easy to claim and easy to get wrong.

Audit log entry detail showing actor, action, key identifier, sequence number and previous-entry hash

Actor, action, key used, sequence, and the previous hash — enough to reconstruct who touched what, without the entry containing any personal data itself.

What this page does not cover

This is the happy path. The trust model — what each zone can see, what an attacker holds after compromising one, and which failures the design does not defend against — is written up separately, in more detail and with less optimism.

Read the architecture and trust model