Account Types
PAM supports the following account types:| Type | What it connects to | Web Access |
|---|---|---|
| PostgreSQL | PostgreSQL databases | ✓ |
| MySQL | MySQL databases | ✓ |
| MS SQL | Microsoft SQL Server | |
| MongoDB | MongoDB databases | |
| SSH | Linux/Unix servers | ✓ |
| Kubernetes | Kubernetes clusters | |
| AWS IAM | AWS IAM roles | ✓ |
| Windows | Windows servers (RDP) | ✓ |
| Windows AD | Windows via Active Directory | ✓ |
Adding an Account
Accounts live inside folders. To add one:Select a folder and template
Choose which folder to add the account to, then select a template. The template determines the account type and all the rules that apply.
Connecting to an Account
Once an account exists, users with access can connect from the My Access page:Web Access
Go to Privileged Access Management → My Access, find the account, and click Launch → Connect in Browser. This opens:- PostgreSQL / MySQL — a Data Explorer for browsing tables and a SQL Editor for running queries
- SSH — an interactive terminal
- AWS IAM — opens the AWS Console with federated credentials
- Windows / Windows AD — an RDP connection to the server
CLI Access
Run the CLI command to start a local proxy:localhost using that port. The proxy handles authentication automatically.
Flags:
| Flag | What it does |
|---|---|
--port | Use a specific local port (otherwise one is assigned automatically) |
--reason | Provide a reason (if required by the template) |
Direct Account Memberships
Most access is granted at the folder level — if you have access to the folder, you have access to all accounts in it. But sometimes you need to grant access to just one account. For that, use direct account memberships:- Open the account and go to the Permissions tab
- Click Assign Access
- Select the user/group, role, and optional expiration
- Click Add