# Connection with CloudBeaver

Source: https://docs.sliplane.io/databases/gui/cloudbeaver

Connect to your Sliplane database with CloudBeaver.

[CloudBeaver](https://dbeaver.com/docs/cloudbeaver/) is a browser-based database client from the makers of DBeaver.

> **info**
>
> Deploy with the Sliplane preset:
>
> [Deploy CloudBeaver](https://sliplane.io/app/deploy?presetId=cloudbeaver)

## Before you start

Open your Sliplane database to find its connection details.

## Connect

1. Open CloudBeaver and log in. Click the **New Connection** button, then choose **PostgreSQL**.

2. Fill in the connection settings:

   * **Host** - the host from the dashboard
   * **Port** - the port from the dashboard
   * **Database** - the database from the dashboard
   * **Username** - the user from the dashboard
   * **Password** - the password from the dashboard

3. Open the **SSL** settings, enable SSL, set the **SSL Mode** to **verify-full**, and set the **SSL Factory** to `org.postgresql.ssl.DefaultJavaSSLFactory` so the driver validates our certificate against the JVM's trusted CAs.

   ![CloudBeaver SSL settings](/_next/static/media/cloudbeaver-ssl-settings.8c446eb7.webp)

4. Click **Test** to confirm the details are correct.

5. Click **Create**. Your database appears in the navigator.
