ACHEEVY Second Brain

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

4VPS boxes
1GPU box (not a VPS)
2Origins on this domain

The four boxes

BoxAddressWhat it already runs
myclaw-vps31.97.133.29Deploy target for this domain. Holds the Hostinger deploy key; the box speak + studio records already point at.
aims-vps31.97.138.45Headless Obsidian; the okf-refresh.timer follower host for the leader vault.
charlotte-vps2.25.164.108/opt/broad-cast/app/
vps276.13.96.107aims-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

PathServesAccess
/ (this site)Static files — the pages you are reading now, published straight to myclaw-vpsPUBLIC
/consoleThe live OKF dashboard (lib/panels.js, real recall/store, Vertex + Taskade integrations) — the actual working tool behind this ledgerAUTHENTICATED

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