TobiasSt

Member
Jun 12, 2018
6
0
21
27
Hi,

I want to create a new User with the only Permission to view the VM shell.
I created a few roles with different permissions like :
VM.Console
VM.Monitor
Sys.Console

Nothing seems to work.
Has anyone the correct string / solution?
 
it should work when you give a user VM.Console and VM.Audit on /vms/{VMID}
 
i used this wiki.
I created a role with:
Code:
pveum roleadd test -prvis "VM.Console"
i can see this role now at Datacenter -> Permissions . So i Added a User Permission:
Path: /vms/117
User: Hannes
Role: test
and activated Propagate option.

The only thing this user can see is the server (Datacenter -> srv-eg) but no VMs.

After that i tryed the Role from the wiki.
Code:
pveum roleadd Sys_Power-only -privs "Sys.PowerMgmt Sys.Console"
didnt worked :(
 
try
Code:
pveum roleadd test -privs "VM.Console,VM.Audit"
instead
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!