| name | proxmox |
| description | Proxmox VE virtualization platform reference for VM/LXC management, clustering,
storage, and networking. Includes Terraform and Ansible integration patterns.
Use when working with Proxmox configurations, CLI commands, troubleshooting
VMs/containers, or planning resource allocation.
Triggers: proxmox, qemu, kvm, lxc, pve, vm, container, cluster, vzdump, qm, pct.
|
| agent | proxmox-expert |
Proxmox Skill
Proxmox VE virtualization platform reference for VM management, containers, clustering, and homelab infrastructure.
Quick Reference
qm list
qm status <vmid>
qm start <vmid>
qm stop <vmid>
qm shutdown <vmid>
qm unlock <vmid>
qm config <vmid>
pct list
pct status <ctid>
pct start <ctid>
pct stop <ctid>
pct enter <ctid>
pvecm status
pvecm nodes
pvesh get /nodes
pvesh get /nodes/<node>/status
vzdump <vmid> --mode snapshot --storage <storage>
vzdump --all --compress zstd
Reference Files
Load on-demand based on task:
| Topic | File | When to Load |
|---|
| VM vs LXC | vm-lxc.md | Choosing virtualization type |
| Docker Hosting | docker-hosting.md | Running Docker on Proxmox |
| Networking | networking.md | Bridges, VLANs, SDN, firewall |
| Storage | storage.md | Storage backends, content types |
| Cloud-init | cloud-init-templates.md | VM provisioning with cloud-init |
| Clustering | clustering.md | HA, quorum, fencing |
| Backup | backup.md | vzdump modes, restore |
| CLI Tools | cli-tools.md | qm, pct, pvecm, pvesh commands |
| Troubleshooting | troubleshooting.md | Common errors, diagnostics |
| Automation Tools | automation-tools.md | Terraform/Ansible integration |
Validation Checklist
Before deploying VMs/containers:
VM vs LXC Quick Decision
| Factor | Use VM | Use LXC |
|---|
| OS | Windows, BSD, any | Linux only |
| Isolation | Full kernel isolation | Shared kernel |
| Performance | Good | Better (lighter) |
| Startup | Slower | Fast |
| Density | Lower | Higher |
| Complexity | Any workload | Simple services |
Homelab Network VLANs
| VLAN | Purpose | Proxmox Bridge |
|---|
| 5 | Management (Web UI, API, SSH) | vmbr5 |
| 1 | Trusted network | vmbr0 |
| 11 | Storage (NFS/Ceph, MTU 9000) | vmbr11 |
| 12 | High-speed transfers | vmbr12 |