Home TZ Proxmox VE Whmcs Module Creating Proxmox API Token

Creating Proxmox API Token

Jan 29, 2026 1 min read

Creating Proxmox API Token

This guide explains how to create a Proxmox API Token and use its TOKEN_ID and secret to connect Proxmox with the TZ Proxmox VE WHMCS Module.

1

Login to Proxmox VE

Open your Proxmox web panel and log in as root.

https://your-proxmox-ip:8006
2

Open API Tokens

Navigate to:

Datacenter → Permissions → API Tokens
3

Create New Token

Click Add and fill in the token details.

User: root@pam

TOKEN_ID: your_token_id

Privilege Separation: Disabled

4

Copy Secret Token

After saving, Proxmox will display the secret token only once. Copy it and store it securely.

your_secret_token
5

API Hash Format

Combine the values in the following format:

root@pam!your_token_id=your_secret_token
Paste this full string into the API Hash field when adding the Proxmox server in WHMCS.

Permissions Reminder

Assign appropriate permissions (recommended role: PVEAdmin) to the token so WHMCS can fully manage VPS resources.

Last updated: Jan 29, 2026