Remote Access
Overview
Section titled “Overview”Access your Clawdbot instance from anywhere using secure remote access methods.
Options
Section titled “Options”Free, secure tunnel without opening ports:
# Install cloudflaredbrew install cloudflare/cloudflare/cloudflared
# Create tunnelcloudflared tunnel create clawdbot
# Configurecloudflared tunnel route dns clawdbot clawdbot.yourdomain.com
# Runcloudflared tunnel run clawdbotQuick setup for development:
# Installbrew install ngrok
# Expose Clawdbotngrok http 8080
# Use the provided URL for webhooksVPN for private access:
# Install Tailscale on server and clientcurl -fsSL https://tailscale.com/install.sh | shtailscale up
# Access via Tailscale IPProduction Deployment
Section titled “Production Deployment”For production, use a VPS or cloud provider:
- Deploy to VPS (DigitalOcean, Vultr, etc.)
- Use Cloudflare for CDN and SSL
- Configure firewall to restrict access