Changelog
All notable changes to ProxCenter are documented here. This changelog follows the Keep a Changelog format.
v1.0.0 -- 2025-06-01
Initial release of ProxCenter.
Added
- Unified Inventory -- Centralized tree view of all Proxmox nodes, VMs, containers, and storage pools with split-pane layout and multiple view modes (Tree, Hosts, Pools, Tags)
- Real-Time Monitoring -- Live dashboards with CPU, memory, storage, and network metrics for nodes and guests
- Connection Management -- Support for Proxmox VE and Proxmox Backup Server connections with API token and username/password authentication
- Backup Management -- Centralized view of backup jobs, schedules, and restore points across all connected PBS instances
- Event Log -- Aggregated event stream from all connected Proxmox hosts with filtering and search
- User Management -- Invite users via email, assign roles, manage accounts
- System Roles -- Built-in Admin, Operator, and Viewer roles with predefined permissions
- Audit Log -- Comprehensive action trail for all user activity with filtering, search, and export
- DRS (Distributed Resource Scheduling) -- Automatic VM load balancing across cluster nodes (Enterprise)
- Site Recovery -- Disaster recovery planning with automated failover configuration (Enterprise)
- Network Security -- Firewall rule management and network security policies (Enterprise)
- Custom RBAC -- Role creation with granular permissions and scoped access control (Enterprise)
- Scheduled Jobs -- Recurring task automation for backups, snapshots, and maintenance (Enterprise)
- Infrastructure Reports -- Scheduled reports with PDF/CSV export (Enterprise)
- Alerts & Notifications -- Threshold-based alerting with email and webhook delivery (Enterprise)
- LDAP Integration -- LDAP / Active Directory authentication support (Enterprise)
- CVE Scanner -- Vulnerability detection for Proxmox hosts (Enterprise)
- License Management -- License-based feature gating with Community and Enterprise editions
- Multi-Tenancy -- Tenant isolation for multi-client and multi-team environments (Enterprise)
- White-Label Branding -- Custom logo, colors, and branding for the ProxCenter interface (Enterprise)
- Templates & Cloud Images -- VM template management and cloud image deployment (Enterprise)
- Rolling Updates -- Orchestrated node updates with automatic VM evacuation (Enterprise)
- VMware / XCP-ng Migration -- Automated migration pipelines from ESXi and XCP-ng to Proxmox (Enterprise)
- AI Insights -- AI-powered infrastructure analysis and recommendations (Enterprise)
- OIDC / SSO -- OpenID Connect and single sign-on authentication (Enterprise)
- Compliance -- Security hardening compliance checks (Enterprise)
- Change Tracking -- Configuration change detection and diff view (Enterprise)
- Self-Hosted Deployment -- Docker-based deployment with SQLite backend
v1.1.0 -- 2026-03-19
Added
- German language support -- Full German translation for the dashboard interface
- Multi-Tenancy -- Tenant management in Settings with super_admin gating and per-tenant data isolation
- Dashboard interactive widgets -- Clickable dashboard widgets for quick navigation
- Template panel -- New template management panel in the inventory view
- OS type labels -- Display OS type labels on VM inventory items
Improved
- Migration vSAN support -- Improved handling of VMs on VMware vSAN datastores
- Migration SSH fixes -- Fixed SSH orchestrator silent failures and unreliable
qm setcommands replaced with PVE REST API - Migration NFS storage -- Fixed fallback volume naming for NFS/directory storage imports
- Reports -- Fixed vCPU counts, percentage calculations, white-label branding in PDFs, and tenant scoping
- Security -- Resolved CodeQL findings and improved code quality
Fixed
- Migration EFI VMs -- Correct handling of EFI disk allocation where data disk becomes disk-1
- Migration disk volume parsing -- Fallback to reading VM config via PVE API when regex parsing fails
- Report tenant scoping -- Reports now respect tenant boundaries for multi-tenant deployments