CloudBeaver
Self-HostedOpen-source web-based database manager for multiple DBMS
Overview
CloudBeaver is an open-source web-based database management tool supporting over 20 databases (relational like MySQL/PostgreSQL, NoSQL like MongoDB). It offers a user-friendly UI with SQL editing, data visualization, schema management, and team access control. Deployable via Docker, Kubernetes, or bare metal, it lets teams manage databases centrally while retaining full data privacy and infrastructure control—no reliance on SaaS platforms. Ideal for DevOps, DBAs, and teams needing a self-hosted alternative to cloud-based tools.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
cloudbeaver:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: cloudbeaver
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Supports 20+ relational and NoSQL databases
- Web-based interface with SQL editor and data visualization
- Flexible deployment (Docker, Kubernetes, bare metal)
Frequently Asked Questions
? Is CloudBeaver easy to deploy?
Yes—CloudBeaver provides Docker images for one-click deployment, plus guides for Kubernetes or bare-metal setups. Most users launch it in minutes using Docker.
? Can CloudBeaver replace DBeaver Cloud?
Yes—it’s the self-hosted alternative to DBeaver Cloud, offering similar core features (multi-DB support, SQL editor) with no subscriptions and full data control.
? Is CloudBeaver free for commercial use?
Yes—licensed under Apache 2.0, it’s free for personal and commercial use. Costs only apply to server resources for hosting.
Top Alternatives
People Also Ask about CloudBeaver
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted data ownership)
- ⊕ Free for personal and commercial use
Cons
- ⊖ Requires server setup and maintenance
- ⊖ Advanced role management has a learning curve