Vultr

Deploy on Vultr

High-performance cloud hosting with global reach. Perfect for teams that need speed and flexibility.

Why Vultr?

  • Global data center locations
  • High-frequency compute instances
  • Bare metal and cloud options
  • Kubernetes support
  • Starting at $6/month

Quick Start

Docker deployment
# SSH into your Vultr instance
ssh root@your-vultr-ip

# Run with Docker
docker run -d \
  -e ANTHROPIC_API_KEY=your_key \
  -e SLACK_BOT_TOKEN=your_token \
  -p 3000:3000 \
  openclaw/openclawslack:latest