Appearance
Cloud & Enterprise
OpenHands can be deployed to cloud environments for team use. The enterprise tier adds team management, audit logging, and managed settings.

What you'll learn
- Cloud deployment uses the same Docker image with additional auth and persistence config
- Enterprise tier: team management, audit logging, managed settings
- Kubernetes runtime for production scaling
Build it
Cloud deployment uses the standard Docker image. Configure authentication, persistent storage, and scaling for your environment. Enterprise features are available through OpenHands directly.
What goes wrong
| Mistake | How you notice it | The fix |
|---|---|---|
| Session data lost after restart | Sessions disappear | Configure persistent storage. Use a database backend |
| Resource exhaustion with many users | Performance degrades | Scale horizontally with Kubernetes and resource limits |
Next: Day 4 — Goose