Account Types
PAM supports the following account types:
Each type has specific connection details. See the type-specific pages for details.
Adding an Account
Accounts live inside folders. To add one: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 template. The template determines the account type and all the rules that apply.
3
Enter connection details
Provide the hostname, port, and other connection information.
4
Enter credentials
Provide the username and password (or SSH key/certificate settings).
5
Save
Click Create.
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:
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