Skip to content

Proxmox Recovery

Last Updated: Status: ⚠️ Untested — must be verified Purpose: Restore the Proxmox NUC after failure.


Before You Start

  • Confirm VM backups are accessible at:
  • Estimated time: 1–2 hours for reinstall, plus time to restore VMs

Scenario A — Restore a Single VM or Container

  1. Open Proxmox web UI:
  2. Navigate to the backup storage
  3. Find the relevant VM backup
  4. Click Restore
  5. Verify the VM starts and service is accessible

Scenario B — Full Proxmox Reinstall

  1. Download Proxmox VE ISO from https://www.proxmox.com/downloads
  2. Flash to USB (use Balena Etcher or Rufus)
  3. Boot the NUC from USB
  4. Install Proxmox:
  5. Use same hostname:
  6. Use same IP:
  7. Post-install:
  8. Remove enterprise repo, add no-subscription repo
  9. Add NFS storage pointing to backup NAS:
  10. Restore VMs from backup in priority order (see Disaster Recovery)
  11. Verify each VM and service

VM Restore Priority

Priority VM/Container Purpose
1
2

Post-Recovery Checklist

  • [ ] Proxmox UI accessible
  • [ ] All VMs restored and running
  • [ ] NFS storage connected
  • [ ] Backup schedule resumed
  • [ ] Services verified accessible

⚠️ This procedure has not been tested. Test it before you need it.