Video coming soon…
🗄️ Setup CloudBeaver — Web Database Manager
Deploy CloudBeaver on Ubuntu with Docker — DBeaver in your browser, managing PostgreSQL, MySQL, SQLite, and dozens more from one web UI on port 8978.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/cloudbeaver/cloudbeaver-ubuntu.sh
chmod +x cloudbeaver-ubuntu.sh
sudo bash cloudbeaver-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/cloudbeaver/cloudbeaver-ubuntu.sh
2 Make it Executable
chmod +x cloudbeaver-ubuntu.sh
3 Run the Installer
The script installs Docker if needed and starts dbeaver/cloudbeaver:latest on port 8978, with its configuration and saved connections persisted to ./workspace.
sudo bash cloudbeaver-ubuntu.sh
4 Run the Setup Wizard
There are no default credentials — the first thing you do is create the admin account in the setup wizard:
http://<your-server-ip>:8978
Ports Used
| Port | Purpose |
|---|---|
| 8978 | Web UI — plain HTTP; admin created in the setup wizard |
| ./workspace | Config, users, and saved connections (holds credentials) |