// WHERE IT RUNS
Ops
The estate's four real VPS boxes, enumerated from the repository rather than assumed, and how this site itself is deployed on brain.acheevy.digital. This page did not exist in the reference mocks — it is new, built to the same visual system.
The four boxes
| Box | Address | What it already runs |
|---|---|---|
| myclaw-vps | 31.97.133.29 | Deploy target for this domain. Holds the Hostinger deploy key; the box speak + studio records already point at. |
| aims-vps | 31.97.138.45 | Headless Obsidian; the okf-refresh.timer follower host for the leader vault. |
| charlotte-vps | 2.25.164.108 | /opt/broad-cast/app/ |
| vps2 | 76.13.96.107 | aims-litellm (:4000), stargate-proxy (:8088) |
// NOT A VPS
69.162.106.209 is the GPU media-plane box, reached over gpu-tunnel.service. It is not a web docroot and does not serve this domain.
This domain, two origins
| Path | Serves | Access |
|---|---|---|
| / (this site) | Static files — the pages you are reading now, published straight to myclaw-vps | PUBLIC |
| /console | The live OKF dashboard (lib/panels.js, real recall/store, Vertex + Taskade integrations) — the actual working tool behind this ledger | AUTHENTICATED |
// WHY ONE DOMAIN, TWO ORIGINS
The dashboard has no login of its own by design — it binds loopback and trusts a proxy to be the only way in. One Caddy config on myclaw-vps serves the public pages directly and reverse-proxies /console to that loopback service, gated by basic auth. Nothing about the vault behind /console is publicly indexed.
// DEPLOY, HONESTLY SCOPED
This page describes the deploy topology; it does not claim the deploy ran. Publishing needs the Hostinger deploy key and host-key pin, which live on myclaw-vps and are never present in a cloud coding session — the same boundary every credential on this site respects.