Skip to main content
PostgreSQL accounts let you manage access to your PostgreSQL databases. Users connect through Web Access (a browser-based interface) or CLI (a local proxy), and every session can be recorded.

Creating an Account

1

Start adding an account

Go to Privileged Access Management → Accounts and click Add Account.
2

Select a folder and template

Choose which folder to add the account to, then select a PostgreSQL template (e.g., the default postgres or a custom one).
3

Enter connection details

Already have a connection string? Paste it into the Host field and the remaining fields are filled in for you, credentials included. Both postgresql://user:password@host:5432/database and host=... port=... dbname=... forms work.
4

Enter credentials

5

Save

Click Create.

Connecting

Web Access provides a browser-based interface with two tools:
  • Data Explorer — browse tables, view data, filter and sort, edit rows, export to CSV/JSON
  • SQL Editor — write and run SQL queries, use transactions
To connect:
  1. Go to Privileged Access Management → Accounts
  2. Find the account and click the rocket icon (or select Launch Session from the menu)
  3. Click Connect in Browser

Next Steps

SSH Accounts

Add SSH server accounts.

Sessions

View and manage sessions.