Skip to main content
Infrastructure 2 min read 489 views

Proxmox Datacenter Manager 1.0 Reaches Stable Release with Live Cross-Cluster VM Migration

Proxmox has released version 1.0 of its Datacenter Manager, a fully Rust-built centralized management platform that enables live VM migration between separate clusters and unified update management across multi-cluster environments.

TD

TechDrop Editorial

Share:

Proxmox announced the stable release of Proxmox Datacenter Manager (PDM) 1.0 in December 2025, marking the graduation of what had been a beta-stage tool into a production-ready platform. PDM is designed to sit above individual Proxmox VE clusters and provide centralized visibility and control across multi-cluster environments — a capability that enterprise operators have long needed.

Live VM Migration Across Clusters

The headline feature of PDM 1.0 is live migration of virtual guests between different clusters, without requiring a shared cluster network between them. This allows administrators to shift workloads across infrastructure boundaries — for maintenance, load balancing, or site consolidation — without taking VMs offline. Prior to PDM, cross-cluster live migration was not a native Proxmox capability.

Centralized Management and RBAC

Beyond migration, PDM 1.0 delivers:

  • Centralized update management across all connected Proxmox VE nodes
  • Role-Based Access Control (RBAC) with granular, need-to-know views for different teams and tenant environments, without exposing direct access to underlying VMs or hosts
  • Authentication support for LDAP, Active Directory, and OpenID Connect

Built Entirely in Rust

A notable technical detail: Proxmox Datacenter Manager is developed entirely in the Rust programming language — from the backend API server and CLI tools through to the frontend interface. The platform is built on Debian Trixie 13.2 and ships with a Linux kernel based on version 6.17 and ZFS 2.3.4.

PDM 1.0 is available as an ISO installer from the Proxmox downloads page. For organizations managing multiple Proxmox VE clusters — particularly those evaluating Proxmox as a VMware alternative following Broadcom's licensing changes — the 1.0 stable release arrives at a strategically significant moment.

Related Articles