snippetbashTip
pveum — Manage proxmox users. More information: <https://pve.proxmox.com/pve-docs/pveum.1.html>.
Viewed 0 times
proxmoxcommandusersclimanageinformationmorepveum
linux
Problem
How to use the
pveum command: Manage proxmox users. More information: <https://pve.proxmox.com/pve-docs/pveum.1.html>.Solution
pveum — Manage proxmox users. More information: <https://pve.proxmox.com/pve-docs/pveum.1.html>.List users:
pveum {{[u|user]}} {{[l|list]}}Add a user:
pveum {{[u|user]}} {{[a|add]}} {{username}}@pveAdd a user with an email, description, and password:
pveum {{[u|user]}} {{[a|add]}} {{username}}@pve --email {{email_address}} --comment {{description}} --password {{password}}Change user password:
pveum {{[pa|passwd]}} {{username}}@pveDelete a user:
pveum {{[u|user]}} {{[d|delete]}} {{username}}@pveGive a user access to a specific VM with specific permissions:
pveum {{[a|acl]}} {{[m|modify]}} /vms/{{1000}} --user {{username}}@pve --role {{PVEVMUser}}Code Snippets
List users
pveum {{[u|user]}} {{[l|list]}}Add a user
pveum {{[u|user]}} {{[a|add]}} {{username}}@pveAdd a user with an email, description, and password
pveum {{[u|user]}} {{[a|add]}} {{username}}@pve --email {{email_address}} --comment {{description}} --password {{password}}Change user password
pveum {{[pa|passwd]}} {{username}}@pveDelete a user
pveum {{[u|user]}} {{[d|delete]}} {{username}}@pveContext
tldr-pages: linux/pveum
Revisions (0)
No revisions yet.