Skip to content

Connection with pgAdmin

pgAdmin is the official open-source administration and management tool for PostgreSQL. This quickstart shows how to connect it to a Sliplane database.

Open your database in the Sliplane dashboard and keep its connection details handy. You will need the host, port, database name, user, and password.

  1. Open pgAdmin and, in the left Browser panel, click Servers, then click Add New Server in the main panel.

  2. On the General tab, enter a Name for the connection (for example, your database name).

  3. Switch to the Connection tab and fill in:

    • Host name/address — the host from the dashboard
    • Port — the port from the dashboard
    • Maintenance database — the database from the dashboard
    • Username — the user from the dashboard
    • Password — the password from the dashboard

  4. Optionally enable Save password.

  5. Switch to the Parameters tab, and:

    • Set SSL mode to verify-full
    • Add a new parameter Root Certificate (sslrootcert) with value system
    pgAdmin SSL settings
  6. Click Save. pgAdmin connects and shows your database in the Browser panel.

You can now browse tables, run queries with the Query Tool, and manage your database from pgAdmin.