Home-Labs

Proxmox CLI - qm

Proxmox VE qm Commands The qm command-line tool in Proxmox VE is used for managing virtual machines (VMs). Here’s a breakdown of some common qm commands: List VMs: qm list: Displays a list of all VMs with their IDs and names. Information about a VM: qm info <vm_id>: Shows detailed …

Proxmox CLI - pveam

Proxmox VE pveam Commands The pveam command-line tool in Proxmox VE is used to manage container and appliance templates. Here’s a summary of common pveam commands: List Templates: pveam list [--section <section>]: Lists all available templates. Optionally, filter by section (e.g., mail, …

Proxmox CLI - pvefs

Proxmox VE pvefs Commands The pvefs command-line tool in Proxmox VE is used to manage the Proxmox VE filesystem (pvefs). Here’s a summary of common pvefs commands: List Files and Directories: pvefs ls [<path>]: Lists the contents of the specified directory or the current directory if no …