Search results

  1. G

    Access to VM console without allowing input (view-only)

    Thank you for answer! This option does exactly what I need, but is configured from client side, and require bigger level of trust to remote client. It would be awesome if there is a way to enforce this option checked on per-user basis, preferably using Proxmox user privileges.
  2. G

    Proxmox Backup virtualised

    Hello! I have similar configuration. Installation is straightforward. PBS installed on VM inside Proxmox VE, backing up same VE to a iSCSI disk in remote location. iSCSI imported in VE with LVM on top, LV passed to PBS VM and formatted as ZFS. It works, but not fast due to latency, and is...
  3. G

    Access to VM console without allowing input (view-only)

    Hello! I'm trying to configure role for view-only guest accounts that need access to view VMs configuration and console, but should not be able to change anything nor input something to console. I've created role with VM.Audit, VM.Console and VM.Monitor privileges, which kind of does the trick...