Connect to your cluster using pgAdmin
Suggest editsThe pgAdmin project allows you to inspect, monitor, manage, and query your cluster's databases from a desktop or web UI.
You can find all of the parameters you need to connect pgAdmin on the portal by selecting the name of your cluster on the Clusters page and then selecting the Connect tab.
From the welcome page of pgAdmin, select Add New Server. You're prompted to configure the connection.
Enter Cloud Service Trial
for the name (or use the name of your cluster), and then select Connection.
In the Host name/address field, enter your cluster's hostname.
In the Maintenance database field, enter
edb_admin
. This is the default database that pgAdmin connects to.In the Username field, enter
edb_admin
.In the Password field, enter the password you provided when configuring your cluster. You might want to save this for convenience while testing.
Select the SSL tab, and change SSL mode to Require.
Select Save. pgAdmin tries to establish a connection to your database. When successful, it displays the dashboard along with the list of available databases on the left.
Further reading
For more information, see Connecting to your cluster.
- On this page
- Further reading
Could this page be better? Report a problem or suggest an addition!