Recommended always-on deployment pattern for a private DragonClaw server.
A VPS is the recommended production target for DragonClaw.
It gives you stable uptime, a fixed IP for Binance restrictions, and room for reverse proxying.
Use a three-tier deployment pattern.
Public edge: expose Nginx to the internet for TLS, buffering, and edge controls.
Private gateway: keep the DragonClaw gateway bound to 127.0.0.1:18789.
127.0.0.1:18789
Internal runtime: let the gateway route traffic to the agent loop, memory, skills, and connectors.
Install DragonClaw
Run onboarding
Keep the gateway bound to localhost
Put Nginx in front
Set a gateway token
Run under a process manager
Good fit for IP-restricted Binance keys
Always-on connectors and alerts
Local control over memory and secrets
Last updated 1 hour ago