GitPedia

Proxcenter ui

ProxCenter is an alternative to VMware vCenter for Proxmox environments. It provides a modern, intuitive web interface to manage multiple Proxmox VE clusters and Proxmox Backup Server instances from a single pane of glass.

From adminsyspro·Updated June 25, 2026·View on GitHub·

Enterprise-grade management platform for Proxmox Virtual Environment The project is written primarily in TypeScript, distributed under the Other license, first published in 2026. Key topics include: backup-management, ceph, cluster-management, datacenter, drs.

Latest release: v1.4.4
June 22, 2026View Changelog →
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/logo-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="docs/logo.svg"> <img src="docs/logo.svg" alt="ProxCenter Logo" width="120"> </picture> </p> <h1 align="center">ProxCenter</h1> <p align="center"> <a href="https://www.proxcenter.io/">www.proxcenter.io</a> · <a href="https://demo.proxcenter.io/">Live Demo</a> · <a href="https://docs.proxcenter.io/">Documentation</a> </p> <p align="center"> <strong>Enterprise-grade management platform for Proxmox Virtual Environment</strong> </p> <p align="center"> <img src="https://img.shields.io/badge/Proxmox-8.x%20%7C%209.x-E57000" alt="Proxmox"> <img src="https://img.shields.io/badge/License-Community%20%7C%20Enterprise-blue" alt="License"> <a href="https://github.com/adminsyspro/proxcenter-ui/actions/workflows/codeql.yml"><img src="https://github.com/adminsyspro/proxcenter-ui/actions/workflows/codeql.yml/badge.svg" alt="CodeQL"></a> <a href="https://github.com/adminsyspro/proxcenter-ui/actions/workflows/security-scan.yml"><img src="https://github.com/adminsyspro/proxcenter-ui/actions/workflows/security-scan.yml/badge.svg" alt="Security Scan"></a> <a href="https://github.com/adminsyspro/proxcenter-ui/stargazers"><img src="https://img.shields.io/github/stars/adminsyspro/proxcenter-ui?style=flat&color=f5c542&logo=github" alt="Stars"></a> </p> <p align="center"> <a href="https://sonarcloud.io/summary/overall?id=adminsyspro_proxcenter-ui"><img src="https://sonarcloud.io/api/project_badges/measure?project=adminsyspro_proxcenter-ui&metric=security_rating" alt="Security Rating"></a> <a href="https://sonarcloud.io/summary/overall?id=adminsyspro_proxcenter-ui"><img src="https://sonarcloud.io/api/project_badges/measure?project=adminsyspro_proxcenter-ui&metric=reliability_rating" alt="Reliability Rating"></a> <a href="https://sonarcloud.io/summary/overall?id=adminsyspro_proxcenter-ui"><img src="https://sonarcloud.io/api/project_badges/measure?project=adminsyspro_proxcenter-ui&metric=sqale_rating" alt="Maintainability Rating"></a> </p>

Overview

<p align="center"> <strong>ProxCenter</strong> is a modern web interface for monitoring, managing, and optimizing Proxmox VE infrastructure. Multi-cluster management, cross-hypervisor migration, workload balancing, and more, all from a single pane of glass. </p> <p align="center"> <img src="docs/screenshots/multi-cluster-inventory.png" alt="Multi-cluster Inventory" width="100%"> </p>

Quick Start

bash
# Community Edition (Free) curl -fsSL https://proxcenter.io/install/community | sudo bash # Enterprise Edition curl -fsSL https://proxcenter.io/install/enterprise | sudo bash -s -- --token YOUR_TOKEN

Features

  • Multi-cluster management: monitor and operate every Proxmox cluster from one console
  • Inventory & topology: nodes, guests, storage, networks, and the Ceph CRUSH tree at a glance
  • Cross-hypervisor migration: bring VMs over from VMware, Hyper-V, Nutanix, and XCP-ng, including warm (CBT) migration
  • In-browser consoles: noVNC and SPICE for QEMU guests
  • Backups & replication: fleet-wide visibility and reporting
  • RBAC & SSO: granular roles and scopes
  • DRS workload balancing (Enterprise): automatic load distribution via the Go orchestrator
  • Alerts, reports & notifications (Enterprise): email digests, severity routing, and scheduled reports
  • MSP mode (Enterprise): multi-tenant fleet management with license stacking

See the documentation for the full feature list and the Community vs Enterprise breakdown.


Screenshots

<table> <tr> <td width="50%" align="center"><img src="docs/screenshots/dashboard.png" alt="Modular Dashboard" width="100%"><br><sub><b>Modular Dashboard</b></sub></td> <td width="50%" align="center"><img src="docs/screenshots/drs.png" alt="DRS Load Balancing" width="100%"><br><sub><b>DRS Load Balancing</b></sub></td> </tr> <tr> <td width="50%" align="center"><img src="docs/screenshots/migration.png" alt="Hypervisor Migration" width="100%"><br><sub><b>Hypervisor Migration</b></sub></td> <td width="50%" align="center"><img src="docs/screenshots/ceph.png" alt="Real-Time Ceph Monitoring" width="100%"><br><sub><b>Real-Time Ceph Monitoring</b></sub></td> </tr> <tr> <td width="50%" align="center"><img src="docs/screenshots/site-recovery.png" alt="Site Recovery" width="100%"><br><sub><b>Site Recovery</b></sub></td> <td width="50%" align="center"><img src="docs/screenshots/alerts.png" alt="Multi-channel Alerts" width="100%"><br><sub><b>Multi-channel Alerts</b></sub></td> </tr> <tr> <td width="50%" align="center"><img src="docs/screenshots/network-security.png" alt="Micro-segmentation (NSX)" width="100%"><br><sub><b>Micro-segmentation (NSX)</b></sub></td> <td width="50%" align="center"><img src="docs/screenshots/topology.png" alt="Network Topology Map" width="100%"><br><sub><b>Network Topology Map</b></sub></td> </tr> </table>

Architecture

<p align="center"> <img src="docs/screenshots/architecture.png" alt="Architecture" width="100%"> </p>
  • Single port (3000): HTTP + WebSocket from one process
  • Nginx optional: SSL termination and reverse proxy
  • Enterprise adds a Go orchestrator for DRS, alerts, reports, etc.

Configuration

After install, ProxCenter runs at http://your-server:3000.

Files in /opt/proxcenter/:

  • .env: Environment variables
  • config/orchestrator.yaml: Backend config (Enterprise only)

Reverse proxy: Enable the "Behind reverse proxy" toggle in connection settings to prevent failover from switching to internal node IPs.

bash
cd /opt/proxcenter docker compose logs -f # View logs docker compose pull && docker compose up -d # Update docker compose restart # Restart

Requirements

  • Docker & Docker Compose
  • Proxmox VE 8.x or 9.x
  • Network access to Proxmox API (port 8006)

Security

Automated scanning via CodeQL, Trivy, and Dependabot. Report vulnerabilities to security@proxcenter.io.

License

  • Community: Free for personal and commercial use
  • Enterprise: Commercial license

Support

Contributors

Showing top 2 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from adminsyspro/proxcenter-ui via the GitHub API.Last fetched: 6/26/2026