Getting Started with Cloud
Install and set up DB Pro Cloud in minutes
DB Pro Cloud is a web-based database client that runs in your browser. You self-host it with Docker on any machine: a cloud VM, local server, laptop, or even a Raspberry Pi.
Requirements
You need Docker installed on the machine where you want to run Cloud. The installer will handle pulling the Docker image and starting the container for you.
Install
Run this command in your terminal:
This pulls the latest DB Pro Cloud Docker image and starts it on port 4000.
To use a custom port, set the PORT environment variable:
Open Cloud
Once the installer finishes, open your browser and go to:
http://localhost:4000
If you used a custom port, replace 4000 with your port number. Create your account to get started.
Connect a Database
- Click + New Connection
- Choose your database type (PostgreSQL, MySQL, SQLite, etc.)
- Enter your connection details
Example connection strings:
postgresql://username:password@localhost:5432/mydb
mysql://username:password@localhost:3306/mydb
For SQLite, provide the path to your database file.
Docker Commands
Here are some common commands for managing your container:
What's Next
- Learn more about Cloud features on the Cloud page
- Start a Team trial from your Dashboard
- Join our Discord community for support