Open-Claw

Purpose

Autonomous AI agent gateway running on a separate QEMU VM. Docker-based with Tailscale networking, serving a control UI and gateway for AI agent operations. Completely separate from ZeroClaw despite the similar name.

Location

  • VM: QEMU VM 403 (open-claw)
  • Hostname: open-claw
  • LAN IP: 192.168.178.193 (DHCP)
  • Tailscale IP: 100.64.172.34
  • Tailscale Domain: open-claw.kangaroo-eel.ts.net
  • Control UI: https://open-claw.kangaroo-eel.ts.net
  • OS User: openclaw (sudo-capable)

Current State

  • Status: Active
  • Config format: JSON
  • Auth: Password-based (not paired tokens)
  • Software: Docker-based (community-scripts template)

Key Differences from ZeroClaw

AspectOpen-Claw (VM 403)ZeroClaw (CT333)
TypeQEMU VMLXC container
Config formatJSONTOML
OS useropenclawroot
AuthPasswordPaired tokens
Tailscale100.64.172.34100.122.189.81

Access

Via Tailscale:

ssh openclaw@open-claw.kangaroo-eel.ts.net

Via PVE:

sshpass -p 'admin' ssh -o StrictHostKeyChecking=no root@192.168.178.39 "qm guest cmd 403 exec-status"