One-click AWS deployment
Deploy OpenClaw on your AWS in minutes.
A focused, production-ready flow for standing up OpenClaw in your own AWS account. No complex infrastructure scripts, no vendor lock-in—just a clean, predictable experience.
Lightning Fast
Deploy in under 5 minutes. No manual configuration or infrastructure setup required.
Secure by Default
Your credentials stay with you. Infrastructure runs entirely in your AWS account.
Full Control
Complete ownership of your infrastructure. SSH access and full admin capabilities.
How It Works
A guided flow that takes you from signing in to having OpenClaw running on your own EC2 instance, using a single CloudFormation launch from the UI.
Sign in to OpenClaw
Access the web UI with your account to start a guided deployment.
Confirm AWS readiness
We check that you have an AWS account and are logged into the AWS Console.
Launch CloudFormation stack
You are redirected to AWS with a pre-filled CloudFormation template.
AWS provisions OpenClaw
AWS creates the EC2 instance in your account; you receive IP and SSH access.
Under the hood, the deploy button simply opens an AWS CloudFormation Launch Stack URL with a pre-hosted template. All infrastructure is created directly inside your AWS account—no access keys, no credentials stored by OpenClaw, and full ownership of the EC2 instance that runs OpenClaw.
If you don't yet have an AWS account, the UI first walks you through creating one, logging into the AWS Console, and then returning to click Deploy OpenClaw when you're ready.
Why teams choose OpenClaw
OpenClaw gives you a production-ready way to stand up infrastructure without giving up control. The one-click experience is backed by a clean FastAPI backend, typed contracts, and an AWS-native deployment story.
Opinionated, not restrictive
We ship a battle-tested setup for deploying OpenClaw, but you still retain full control of your AWS account, networking, and security boundaries.
Works with your existing stack
No custom CLIs or strange agents. Everything is plain CloudFormation, EC2, and security groups you already understand.
Designed for small teams and solo builders
You do not need a dedicated DevOps engineer to run OpenClaw. The flow is simple enough to delegate to non-infra teammates.
Security & architecture at a glance
The backend is built with FastAPI, JWT auth, and SQLAlchemy, exposed via a clean API layer. The frontend is a Next.js app that talks to the backend over HTTPS and never handles raw credentials—only short-lived JWTs stored in the browser.
Auth
JWT-based sessions with hashed passwords and protected routes.
Infra
CloudFormation template that provisions an EC2 instance for OpenClaw.