X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pveum.adoc;h=77f7aecbbc3e7e78dc4f34b5860417b62c6d9eef;hp=e31044e461427626f9e41aece659ea5862f7bde8;hb=a45c999b4586734621bbc968d67f87390739b270;hpb=0523992b636b0f718772add3f9b19f09ef6788bc diff --git a/pveum.adoc b/pveum.adoc index e31044e..77f7aec 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -310,9 +310,15 @@ of predefined roles which satisfies most needs. You can see the whole set of predefined roles on the GUI. -Adding new roles can be done via both GUI and the command line, like -this: +Adding new roles can be done via both GUI and the command line. + +[thumbnail="screenshot/gui-datacenter-role-add.png"] +For the GUI just navigate to 'Permissions -> User' Tab from 'Datacenter' and +click on the 'Create' button, there you can set a name and select all desired +roles from the 'Privileges' dropdown box. +To add a role through the command line you can use the 'pveum' CLI tool, like +this: [source,bash] ---- pveum roleadd PVE_Power-only -privs "VM.PowerMgmt VM.Console"