Skip to main content
← Insights·Infrastructure Security

Proxmox in Production: The Work That Starts After the Move

·3 min read
Dark cyan line-art diagram of a Proxmox production cluster. On the left, a cluster card shows three stacked nodes. In the center, two paths leave the cluster: an amber snapshot path that stays on the same storage, marked as not a backup, and a teal backup path that goes to a separate backup target and an offsite copy. On the right, an access card shows a locked management network with MFA. A bottom strip lists four equally weighted controls: MFA, management network, backup, and restore test.

Leaving VMware for Proxmox can be the right financial decision. It is not the finish line. After the last virtual machine lands, you own the hypervisor, the cluster, the backup, and the access path. That is where most of the real work starts.

The cost conversation is usually what starts a move from VMware to Proxmox.

That conversation is valid. We have written about it before. The license bill drops, the platform works, and the business gets a better balance between technology and budget.

Then the last virtual machine lands, and a different question appears.

Who owns the hypervisor now?

On VMware, a lot of operational gravity was already there. Roles, backup integrations, patch discipline, and a familiar way to lock down the management plane. Teams did not always love the price, but they knew the operating model.

Proxmox does not invent that model for you. It gives you a capable cluster. The rest is yours.

This is the part we see skipped.

  • The web UI is reachable from too many networks, sometimes from the internet.
  • Root, or one shared admin account, is how everyone logs in.
  • Snapshots on the same storage are treated as backup.
  • The cluster configuration has no restore plan of its own.
  • Nobody has rehearsed what happens when a node, a datastore, or the whole site is gone.

Production Proxmox needs the same seriousness as production VMware.

  • A dedicated management network. The UI and API are not user services.
  • Named admin accounts, MFA, and a break-glass path that is documented.
  • Backup of virtual machines that is separate from the cluster storage.
  • Backup of the cluster itself: configuration, users, storage mappings, and network.
  • A patch and subscription rhythm so nodes do not quietly drift.
  • A restore test with the people who would do the recovery, not only a green job.

None of this is unique to Proxmox. It is just easier to forget when the project is framed as a cost save.

The migration is a project. Production is a system you have to keep running.

If the cluster is cheaper and nobody can restore it, the organization did not actually save money.

Treat the hypervisor like the critical system it now is. Then Proxmox is not only a cheaper platform. It is a platform you can operate.

// related reading