Step-by-step guide to connect CloudBeaver to your databases
Follow these steps to add your ReportBurster database connection
service app start cloudbeaver 8978
| Field | Value |
|---|---|
| Host | host.docker.internal |
| Port | 5432 |
| Database | Northwind |
| Username | postgres |
| Password | postgres |
host.docker.internal instead of localhost
CloudBeaver runs inside a Docker container. When you type
localhost in the connection settings, it refers to the container itself — not your
host machine. Use host.docker.internal instead, which is a special DNS name that
Docker resolves to your host machine where the databases actually run.
Alternative approach if the UI wizard doesn't work
If the CloudBeaver UI doesn’t work for adding a connection, Athena can modify CloudBeaver’s
configuration files directly at:
_apps/cloudbeaver/workspace/.data/.dbeaver/data-sources.json
After editing, Athena will ask you to restart CloudBeaver so the changes take effect.