Connect to your cluster using DBeaver

Note

All of the parameters you need to connect can be found on the portal by selecting the name of your cluster on the Clusters page and then selecting the Connect tab.

  1. Launch DBeaver.

  2. Select the New Database Connection button on the toolbar to open the Connect to a database dialog.

  3. Select PostgreSQL and select Next.

    You might be prompted to download the PostgreSQL JDBC driver.

  4. On the Main tab:

    • Enter your cluster's hostname in the Host field.

    • Enter edb_admin in the Database field.

    • Enter edb_admin in the Username field.

    • Enter your cluster's password in the Password field.

  5. On the SSL tab:

    • Select the Use SSL check box.
    • Select require for the SSL mode: field.
  6. On the PostgreSQL tab, check the Show all databases check box.

  7. Select the Test connection button and verify that DBeaver can connect to your cluster.

  8. Select Finish to save the connection.

Next steps

Experiment!

Further reading

Connecting to your cluster in the full version documentation.