Connect Proxmox VE
Add your Proxmox cluster to LabTether and see VMs, containers, and node metrics in one place.
Prerequisites
- A Proxmox VE 7+ cluster or standalone node
- An API token with at least
PVEAuditorrole (read-only access is sufficient)
Create a Proxmox API token
- In Proxmox, go to Datacenter → Permissions → API Tokens
- Click Add
- Select your admin user, give the token an ID (e.g.,
labtether), and uncheck "Privilege Separation" - Copy the token value — you'll need it in the next step
Add the connector
- In LabTether, click + Add Device
- Select Proxmox VE
- Enter your Proxmox API URL:
https://your-proxmox:8006 - Enter the token in the format:
user@realm!tokenid=token-value - Click Test Connection
- If successful, click Save
What you'll see
After the first sync (usually within 30 seconds):
- Devices page shows your Proxmox node(s), VMs, and LXC containers
- Topology maps the hierarchy (node → VMs/containers)
- Dashboard metrics include Proxmox node CPU, memory, and storage from RRD data
- Remote View offers SPICE console access to VMs (if SPICE is enabled on the VM)
Troubleshooting
- Connection refused: Ensure the Proxmox API is reachable from the LabTether host. Check firewall rules for port 8006.
- Authentication failed: Verify the token format includes the realm (
user@pam!tokenid=value). - 0 resources visible: The API token may lack permissions. Assign at least
PVEAuditorat the datacenter level.