Provision a secure Hetzner VPS with Claude Code pre-installed. Creates a hardened server with UFW firewall, fail2ban, and SSH security.
/plugin marketplace add The-Resonance/claude-code-hetzner-vps/plugin install the-resonance-claude-code-hetzner-vps@The-Resonance/claude-code-hetzner-vps<server-name> [server-type] [location]# Provision Hetzner VPS Create a secure, production-ready Hetzner VPS with Claude Code pre-installed. ## Pre-flight Checks Before provisioning, verify: 1. `hcloud` CLI is installed: `which hcloud` 2. API authentication is configured: `hcloud server list` 3. SSH key exists: `~/.ssh/id_ed25519.pub` or `~/.ssh/id_rsa.pub` If hcloud is missing, provide installation instructions: - macOS: `brew install hcloud` - Linux: Download from https://github.com/hetznercloud/cli/releases If authentication fails, guide user to: 1. Create API token at https://console.hetzner.cloud > Security > API Token...