conceptshared last reviewed 2026-05-21

OpenClaw VPS โ€” 28-agent fleet + Knowledge OS infrastructure

Context

"OpenClaw" is the codename for Aspire's dedicated AI infrastructure VPS that hosts the 28-agent background fleet + the Knowledge OS production stack. It's distinct from the Coolify VPS (customer-facing apps) by design โ€” separate blast radius, separate access controls.

Detail

VPS details

HostnameOpenClaw
IP112.121.151.239
SSHadmax@112.121.151.239
GatewayPrivate at port :18789 (not publicly reachable โ€” probed)
SSHPublic
Apps28 agents, 12 MCP servers, Knowledge OS stack

Why separate from Coolify VPS

The Coolify VPS (112.121.151.46) and OpenClaw VPS (112.121.151.239) are deliberately separated:

Coolify VPSOpenClaw VPS
Customer-facing apps (Alby Studio, Zinga, Aspire Hub, etc.)Internal AI infrastructure
Public internet exposurePrivate; gateway port not publicly reachable
Blast radius: customer-facingBlast radius: agent fleet + knowledge layer
Operated like a PaaSOperated like a managed agent cluster

The 28-agent fleet

OpenClaw hosts 28 distinct AI agents, each with:

Key team agents (8 active as of 2026-05-04 Qwen migration):

The 12 MCP servers on OpenClaw

OpenClaw hosts MCP servers that are agent-only (not used by Claude Desktop / Claude Code on Kom's laptop):

Knowledge OS production stack on OpenClaw

KO Stage 1 (per knowledge-os-stage-1) deploys to OpenClaw because:

OpenClaw VPS (112.121.151.239)
โ”œโ”€โ”€ 28 agents
โ”œโ”€โ”€ 12 MCP servers
โ”œโ”€โ”€ gateway :18789 (private)
โ””โ”€โ”€ Knowledge OS stack (docker compose):
    โ”œโ”€โ”€ wiki-api      :8081 (internal)
    โ”œโ”€โ”€ mcp-bridge    :8082 (internal)
    โ”œโ”€โ”€ postgres      :5432 (internal, pgvector ready)
    โ””โ”€โ”€ worker-ocr    (native PDF + local OCR + gateway vision fallback)

Quarterly operational hygiene

CadenceTask
QuarterlySweep *.checkpoint.*.jsonl files in agents/<agent>/sessions/ โ€” not auto-pruned (agent-pom had 90 files / 1.9 GB; full team sweep 2026-05-03 archived 214 files / 2.5 GB)
QuarterlyReview agent MEMORY.md backup at GitLab openclaw-agent-memories project 246
MonthlyDisk usage check on VPS
As-neededOpenClaw secret store updates (e.g., LITELLM_API_KEY)

Backups

Qwen migration 2026-05-04

Auth-profiles format (post-2026-05-04)

Related

๐Ÿ”— Relationships

graph LR openclaw_vps_architecture["openclaw-vps-architecture"]:::self openclaw_vps_architecture --> aios_workflow["aios-workflow"] openclaw_vps_architecture --> knowledge_os_stage_1["knowledge-os-stage-1"] openclaw_vps_architecture --> aspire_llm_gateway_only_egress["aspire-llm-gateway-only-egress"] openclaw_vps_architecture --> coolify_deployment_default["coolify-deployment-default"] openclaw_vps_architecture --> aspire_mcp_ecosystem["aspire-mcp-ecosystem"] classDef self fill:#715EE3,color:#fff,stroke:#291F50;