Proxmox Recovery¶
Last Updated: 2026-04-13 Status: ⚠️ Untested — must be verified Purpose: Restore Pacific (Proxmox NUC) after hardware or software failure.
Before You Start¶
- Proxmox host: Pacific — 192.168.1.10
- VM/LXC backups stored on: Lotus via Proxmox Backup Server (PBS Docker container)
- Most critical VM: HomeAssistant (VM 112) — see HA Recovery if that's all that's broken
Scenario A — Restore a Single VM or LXC¶
Use this when Pacific is running but a specific VM or container needs restoring.
- Open Proxmox: https://192.168.1.10:8006
- In the left panel, select the PBS storage
- Find the relevant VM or LXC backup
- Click Restore
- Start the restored VM/LXC
- Verify the service is accessible
VM/LXC restore priority:
| Priority | ID | Name | Purpose |
|---|---|---|---|
| 1 | VM 112 | HomeAssistant | Smart home — see HA Recovery |
| 2 | LXC 103 | TailscaleExitNode | External access exit node |
| 3 | LXC 108 | Frigate | Doorbell camera NVR |
| 4 | LXC 130 | GMUPS-27 | UPS monitoring |
| 5 | LXC 101 | AdGuard | DNS (currently inactive) |
Scenario B — Full Proxmox Reinstall (Pacific hardware survived)¶
Use this when Pacific needs a fresh Proxmox install but the hardware is intact.
- Download Proxmox VE ISO from https://www.proxmox.com/downloads
- Flash to USB (Rufus or Balena Etcher)
- Boot Pacific from USB
- Install Proxmox:
- Hostname:
Pacific - IP:
192.168.1.10 - Gateway:
192.168.1.1 - Post-install:
- Remove enterprise repo, add no-subscription repo
- Install any standard scripts (check previous setup notes)
- Add PBS storage pointing to Lotus (NFS or direct PBS client)
- Restore VMs and LXC containers in priority order above
- Verify each service
Scenario C — Pacific hardware has died¶
If the NUC itself is dead and cannot be repaired quickly:
- Home Assistant → migrate to the standby VM on Lotus (see HA Recovery → Scenario B)
- Tailscale exit node → can be set up on another device temporarily
- Frigate → doorbell camera will be offline until Pacific is restored or Frigate is moved
Post-Recovery Checklist¶
- [ ] Proxmox UI accessible at https://192.168.1.10:8006
- [ ] All VMs and LXC containers running
- [ ] PBS storage connected and showing backups
- [ ] Home Assistant accessible at http://192.168.1.12:8123
- [ ] Frigate visible in Home Assistant
- [ ] Tailscale exit node active
- [ ] Backup schedule resumed
⚠️ This procedure has not been tested. Test it before you need it.