pveum
TLDR
List users
SYNOPSIS
pveum command [subcommand] [options]
DESCRIPTION
pveum manages Proxmox VE users, groups, roles, and access control lists. It configures authentication realms (PAM, PVE, LDAP, Active Directory) and permission assignments for cluster resources.
The permission system uses a path-based model where access is granted at specific resource paths (datacenter, nodes, VMs, storage) with roles defining allowed operations.
PARAMETERS
user list, u l
List all usersuser add, u a user
Add new useruser delete, u d user
Delete userpasswd, pa user
Change user passwordacl modify, a m path
Modify access control listgroup list
List groupsrole list
List roles--role role
Assign role (PVEAdmin, PVEVMUser, etc.)--email email
User email address--comment text
User description
CAVEATS
User realms (@pve, @pam, @ldap) determine authentication method. Permission changes take effect immediately. Built-in root@pam cannot be deleted. Some operations require PVEUserAdmin role.
HISTORY
Part of Proxmox VE, providing fine-grained access control for multi-user virtualization environments. Supports enterprise features like LDAP/AD integration and two-factor authentication.
