Connecting to pgadmin

Hi!

You can enter the connection information manually in PGAdmin. Create a new server (Servers > right-click > Create > New Server).

Under the new server ‘Connection’ tab, enter the following:

  • Host name/address: The host name is the part of the external connection string between the ‘@’ and your database name. For example oregon-postgres.render.com

  • Port: Default is 5432

  • Maintenance database: Render database name

  • Username: Render database user name

When you save and connect you’ll be prompted for your password. You can choose to save it with the connecting in PGAdmin.

16 Likes