How to list VMs and Containers in Proxmox
To get the list of virtual machines and containers you have on your proxmox node, run the following commands.
To list containers run this command in shell
pct list
To list VMs, run this command in shell
qm list
No Comments