OpenClaw On Proxmox

Run OpenClaw in a dedicated Proxmox container, point it at the existing llama.cpp Router Mode stack, and bring the assistant out through Telegram, Discord, and a controlled web edge.

Published January 22, 2025 · Updated May 9, 2026

OpenClaw On Proxmox

Open WebUI is the browser workbench.

OpenClaw is the point where the same local model stack becomes an assistant that can follow you into Telegram, Discord, scheduled tasks, and lightweight agent workflows without turning the Proxmox host itself into the experiment.

This cluster keeps the infrastructure side in Proxmox because that is the actual question here: create the container, install the runtime, point it at the existing llama.cpp Router Mode endpoint, wire channels, and expose the control surface safely.

The behavior pages handle the living assistant model, so this page stays on the deployment boundary and links forward when the setup is done.

If the question is how OpenClaw itself should behave once it is running, continue into the dedicated OpenClaw section.

How It Fits The Existing Stack

Internet (HTTPS)
    -> Cloudflare Edge
    -> encrypted tunnel
    -> CT 201 cloudflare-tunnel (192.168.50.70)
    -> CT 106 openclaw (192.168.50.85:18789)
    -> CT 102 llama-cpp Router Mode (192.168.50.45:8012)

The important boundary is simple:

  • OpenClaw does not need GPU passthrough
  • inference stays in the existing llama.cpp container
  • the assistant gets its own lifecycle, logs, workspace, and restart policy

That separation is what keeps the AI stack understandable.

SettingValueRationale
Container ID106next clean service slot in the existing lab
Hostnameopenclawdescriptive role
Disk Size10 GBruntime, workspace, logs, and upgrades
CPU Cores2enough for the gateway and tool execution
RAM2048 MiBcomfortable headroom for Node.js and skills
Swap512 MiBsafety margin for spikes
OSDebian 13stable modern base
Bridgevmbr0same LAN as the rest of the stack
IPv4192.168.50.85/24stable internal endpoint
Gateway192.168.50.1router
UnprivilegedYesno reason to widen the blast radius

What This Cluster Covers

Continue Into The OpenClaw Section

Once the assistant is running, the project-specific pages take over:

Comments

Sign in with GitHub to leave a comment or reaction.