Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

If you run more than one Proxmox VE cluster — or mix standalone nodes, backup servers, and remote datacenters — you have probably felt the pain of juggling multiple browser tabs just to get a handle on your infrastructure. Proxmox Datacenter Manager (PDM) was built to fix exactly that, and with the release of version 1.0, it has officially graduated from an experimental tool to a production-ready platform.
This post breaks down everything that landed in the PDM roadmap update published on March 19, 2026: from the headline EVPN Software-Defined Networking integration to the improved search syntax, concurrent metrics collection, Proxmox Backup Server integration, and the full list of GUI enhancements that make day-to-day multi-site management a genuinely pleasant experience.

Whether you are evaluating PDM for the first time or upgrading from the 0.9 BETA, this guide has you covered with a full breakdown in plain language.
Proxmox VE is already one of the most popular open-source hypervisor platforms among home lab enthusiasts and production infrastructure teams alike. But its management model has always been cluster-centric: each cluster gets its own web UI, its own credential set, its own view of the world. That works fine when you have one cluster. It scales poorly when you have five spread across three physical locations.
PDM directly addresses the “multiple tabs, multiple logins” problem by acting as a single pane of glass across all your Proxmox nodes and clusters — without requiring those nodes to be part of the same cluster. That last part is crucial. PDM works on single standalone nodes, too.
With the 1.0 release, PDM is no longer just a dashboard viewer. It is becoming a serious multi-site management tool with real SDN configuration capabilities, live VM migration between datacenters, and Proxmox Backup Server integration. That is a meaningful leap in scope.
Here is the short version of what the roadmap update and the 0.9 BETA release (the last milestone before 1.0) delivered:
The SDN and EVPN integration is without question the most significant feature in the PDM roadmap. If you have ever tried to stretch Layer 2 networking across geographically separate Proxmox clusters, you know how painful the manual EVPN configuration process is — especially when dealing with VRFs, Route Targets, and VxLAN tunnel endpoints across multiple sites.
PDM 1.0 brings this under centralized control. Here is what the SDN feature set covers:
For home lab users experimenting with multi-site setups, this feature alone makes PDM worth deploying. For production teams running distributed Proxmox infrastructure, it represents a significant reduction in operational complexity.
One of the underrated improvements in PDM 0.9/1.0 is the overhauled search and filter system. If you manage dozens or hundreds of VMs across multiple clusters, finding a specific guest or set of guests quickly is critical.
The new search syntax is inspired by Elasticsearch and GitHub’s query language. This means you can construct compound queries like:
| # Find all running VMs on a specific remote type:vm status:running remote:cluster-a # Find all stopped containers type:ct status:stopped # Find any resource with ‘web’ in the name web type:vm,ct |
The search panel now auto-opens with pre-filled filters when you click certain dashboard panels, and a search icon has been added to the guest panel for discoverability. The search bar also has a clear button and closes automatically when you navigate to a result.
Beyond the headline features, PDM 0.9 shipped a substantial list of UI polish items that collectively make the product feel much more production-ready. Some of the most impactful changes:
The process of adding a new remote (a Proxmox cluster or node) now includes automatic fingerprint probing with TOFU support, duplicate host detection to prevent adding the same endpoint twice, and smarter page reset logic when you change a previous step.
The node overview has been restructured into a tabbed layout. A new dedicated tab shows available updates for each node, and a button now links directly to the remote’s upgrade page — so you can initiate patching from PDM without opening a separate browser tab.
RRD graphs now include a user-selectable time frame control. PDM also displays new Pressure Stall Information (PSI) metrics for Proxmox VE 9 hosts, giving better visibility into CPU, memory, and I/O contention.
A list of all storages and their statuses is now shown in the resource tree for each Proxmox VE remote. Alert thresholds have been adjusted to 90% (warning) and 97.5% (critical) to reduce noise on well-utilized storage systems.
Most of the backend changes in PDM 0.9 focus on making the product more reliable and responsive at scale. The key improvements:
PDM’s CLI tooling received meaningful improvements in the 0.9 release:
With the release of PDM 1.0, the roadmap wiki page has been superseded by the official documentation at pdm.proxmox.com. But the broader roadmap vision — which was publicly tracked through the BETA cycle — outlined several features still in development or under evaluation:
| Release | Date | Key Milestone |
| 0.1 ALPHA | December 2024 | First public release; single pane of glass, basic VM management, remote migrations — Debian Bookworm base |
| 0.9 BETA | September 2025 | EVPN/SDN integration, PBS support, smart search, concurrent metrics, TOFU, 29-language UI — Debian Trixie base |
| 1.0 STABLE | March 2026 | Production-ready release; official docs at pdm.proxmox.com; roadmap wiki page retired |
Proxmox Datacenter Manager 1.0 represents a significant maturation of the Proxmox ecosystem. It is no longer just a monitoring dashboard — it is a centralized management plane for multi-site, multi-cluster Proxmox infrastructure. The EVPN integration alone moves it from “nice to have” to “operationally essential” for anyone running geographically distributed Proxmox setups.
The journey from the 0.1 ALPHA in December 2024 to the 1.0 stable release in March 2026 shows how quickly the Proxmox team can iterate when they have a clear problem to solve. The roadmap items still outstanding — console access, native HA for PDM itself, advanced ACL, bulk actions — suggest the tool will continue to grow substantially post-1.0.
