Skip to content

Proxmox (PVE)

Flutter Server Box includes support for managing Proxmox VE virtualization platform.

  • List VMs: View all virtual machines
  • VM Status: Check running/stopped states
  • VM Actions: Start, stop, restart VMs
  • VM Details: View configuration and resources
  • List Containers: View all LXC containers
  • Container Status: Monitor container states
  • Container Actions: Start, stop, restart containers
  • Console Access: Terminal access to containers
  • Resource Usage: CPU, memory, disk, network
  • Node Status: Check node health
  • Cluster View: Multi-node cluster overview
  1. Add server as normal SSH connection
  2. Ensure user has PVE permissions
  3. Access PVE features from server detail page

PVE user needs:

  • VM.Audit: View VM status
  • VM.PowerMgmt: Start/stop VMs
  • VM.Console: Console access

Example permissions setup:

Terminal window
pveum useradd myuser -password mypass
pveum aclmod /vms -user myuser@pve -role VMAdmin
  1. Open server with PVE
  2. Tap PVE button
  3. View VM list
  4. Tap VM for details
  5. Use action buttons for management
  1. Open server with PVE
  2. Tap PVE button
  3. Switch to Containers tab
  4. View and manage LXC containers
  • Real-time resource usage
  • Historical data charts
  • Multiple node support
  • VM listing and status
  • Container listing and status
  • Basic VM operations (start/stop/restart)
  • Resource monitoring
  • VM creation from templates
  • Snapshot management
  • Console access
  • Storage management
  • Network configuration
  • PVE Version: 6.x or 7.x
  • Access: SSH access to PVE host
  • Permissions: Appropriate PVE user roles
  • Network: Connectivity to PVE API (via SSH)
  • Use dedicated PVE user with limited permissions
  • Monitor resource usage for optimal performance
  • Check VM status before maintenance
  • Use snapshots before major changes