CLI

Proxmox CLI - pct

Proxmox VE pct Commands The pct command allows you to manage containers within Proxmox VE. Here are some commonly used pct commands: List Containers: pct list: Shows a list of all containers with their IDs and names. Information about a Container: pct info <container_id>: Displays detailed …

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, …