OpenClaw Gateway Deployment @ fopenclaw.com
The fopenclaw.com environment hosts a production OpenClaw Gateway on a VPS (
Environment Summary
- Domain:
fopenclaw.com→<YOUR_VPS_IP> - Containers:
caddy(edge) +openclaw-gateway(loopback-only) - Exposure: WAN access over 80/443 via Caddy; gateway port hidden on localhost
- Authentication: TLS + BasicAuth + gateway token + paired devices
- Model:
openai/gpt-5.1-codex
Quick Start & Verification
cd /opt/openclaw
docker compose up -d # bring up caddy + gateway
curl -u deployer:<REDACTED> https://fopenclaw.com/status
# => {"health":"ok","model":"openai/gpt-5.1-codex"}
Security Note: Never leak
<REDACTED>secrets into git; store them under/opt/openclaw/secrets/withchmod 600.
-
(sanitized operations docs archive)
-
(sanitized operations docs archive)
-
\ (sanitized operations docs archive)
-
docs/ops/README.md (sanitized operations docs archive)