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.

Automated install script — one command deploys CloudBeaver, then you create the admin account in the setup wizard.
View on GitHub

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

PortPurpose
8978Web UI — plain HTTP; admin created in the setup wizard
./workspaceConfig, users, and saved connections (holds credentials)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions