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

FieldDescription
NameA descriptive name (e.g., orders-db-readonly)
HostDatabase hostname or IP
PortPostgreSQL port (default: 5432)
DatabaseDatabase name
SSL EnabledEnable SSL for the connection
Reject UnauthorizedReject connections with invalid certificates (only if SSL enabled)
SSL CertificateCustom CA certificate (only if SSL enabled)
4

Enter credentials

FieldDescription
UsernamePostgreSQL username
PasswordPostgreSQL password
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 → My Access
  2. Find the account and click Launch → Connect in Browser

Next Steps

SSH Accounts

Add SSH server accounts.

Sessions

View and manage sessions.