VPS Crashing on Proxmox: Diagnose It with qemu-server and LXC Logs
VPS crashing on Proxmox? Check qemu-server logs, LXC OOM behavior, and a few settings generic guides miss. Here's the diagnostic checklist.
Homelab & Vietnam
Homelab, Proxmox, self-hosting — what broke, and what actually fixed it.
122 posts
VPS crashing on Proxmox? Check qemu-server logs, LXC OOM behavior, and a few settings generic guides miss. Here's the diagnostic checklist.
Uploading certificates caused access issues in Proxmox? The GUI upload breaks ownership on /etc/pve files. Fix it with a single chown command.
Enterprise iSCSI support in PVE works fine with a TrueNAS target. Set up multipath for failover and CHAP for auth, but expect some quirks with LUN mapping.
Can't access Proxmox web GUI? Check the pveproxy service, port 8006, and your browser's cache. Here's the exact commands to fix it.
No SSH and GUI access on Proxmox? Work through this console recovery path: check the network, restart pveproxy and pvedaemon, and verify the cluster
Proxmox configuration validation is mostly manual. Use pvesh and pmxcfs to check /etc/pve files before a reboot saves you from a bad VM config.
When the Proxmox Backup Server host itself dies, the datastore usually survives. Here's how to rebuild the host, reattach the datastore, and get backups running
Terraform's Proxmox provider has no boolean to skip cloud-init package updates on VM init. Use the cicustom parameter with a blank user-data file to stop
NVMe passthrough performance on Proxmox: I benchmarked virtio-blk vs PCIe passthrough. Passthrough wins on latency but loses flexibility.
Setting swappiness=1 on a small RAM VM in Proxmox cuts swap I/O but can trigger surprise OOM kills. Here's what I measured and when it's worth it.