メインコンテンツまでスキップ

EN-C003-011-vps-deployment

English


[EN-C003-011] Automated VPS/Docker Deployment & Self-Healing Nodes

Overview

An example of automatically deploying new development environments or OpenClaw nodes on VPS providers (Hetzner, DigitalOcean, etc.), with health checks and self-healing (restart/re-deploy) upon failure detection.

Use Case

  • Infrastructure automation. Setting up environments by simply asking the agent to "spin up a new instance."
  • Automatically restarting containers or recreating nodes and restoring data when a service outage is detected.
  • Automatic shutdown of instances when not in use for cost optimization.

Tools Used

  • mcporter: API operations via MCP servers for cloud providers
  • exec: Container management via Docker commands
  • gateway: Dynamic application of OpenClaw configurations
  • cron: Periodic status checks

Registry ID: EN-011 | Status: Verified | Language: English