https://github.com/adminsyspro/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.
https://github.com/adminsyspro/proxcenter-ui
ceph drs pbs proxmox pve pve-cluster self-hosted virtualization
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/adminsyspro/proxcenter-ui
- Owner: adminsyspro
- License: other
- Created: 2026-02-04T17:01:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-30T19:07:27.000Z (3 months ago)
- Last Synced: 2026-04-03T04:18:52.003Z (3 months ago)
- Topics: ceph, drs, pbs, proxmox, pve, pve-cluster, self-hosted, virtualization
- Language: TypeScript
- Homepage: https://www.proxcenter.io
- Size: 18.2 MB
- Stars: 506
- Watchers: 2
- Forks: 31
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
ProxCenter
www.proxcenter.io · Live Demo · Documentation
Enterprise-grade management platform for Proxmox Virtual Environment
---
## Overview
**ProxCenter** is a modern web interface for monitoring, managing, and optimizing Proxmox VE infrastructure. Multi-cluster management, cross-hypervisor migration, workload balancing, and more — from a single pane of glass.
---
## 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
[See the full feature comparison (Community vs Enterprise)](https://proxcenter.io/#comparison)
---
## Architecture
- **Single port** (3000) — HTTP + WebSocket from one process
- **Nginx optional** — SSL termination + 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](mailto:security@proxcenter.io).
## License
- **Community**: Free for personal and commercial use
- **Enterprise**: Commercial license
## Support
- Community: [GitHub Issues](https://github.com/adminsyspro/proxcenter-ui/issues)
- Enterprise: [support@proxcenter.io](mailto:support@proxcenter.io)