Open-source Cloud Management Platform for Proxmox

sangtq

New Member
Nov 4, 2025
2
0
1
Hi Folk!

I’ve been experimenting with AI coding and built a lightweight cloud management platform on top of Proxmox VE — inspired by VMware vCloud Director.
The goal is to add a simple “cloud layer” for Proxmox to support multi-tenancy and self-service use cases (private cloud, internal platform, or small VPS offering).

Key features:
  • Self-service VM provisioning from templates
  • Multi-tenancy (organization isolation)
  • Quotas (CPU, RAM, storage, VM count)
  • RBAC (fine-grained permissions)
  • Basic VPC-like networking
  • Multi-cluster support
Designed to stay simple but scalable (500+ users / 1000+ VMs).

Would love feedback, ideas, or contributions!

Sourcecode: https://github.com/proxmox-cloudportal/cloud-platform
Demo: https://www.youtube.com/watch?v=PS4OF2sOx74
 
Key features:
  • Self-service VM provisioning from templates
  • Multi-tenancy (organization isolation)
  • Quotas (CPU, RAM, storage, VM count)
  • RBAC (fine-grained permissions)
  • Basic VPC-like networking
  • Multi-cluster support
The UI looks quite modern and intuitive! Great job on getting this started.

If your goal is to target large-scale, multi-cluster enterprise environments, I would suggest incorporating more robust monitoring and alerting features. For instance, tracking disk health (SMART), Ceph status, and ZFS health, while integrating with multiple notification channels (like Webhooks, Slack, or Telegram), would be highly valuable for sysadmins.

However, based on the current screenshots, the design seems more focused on providing a simplified experience for general users. Some critical enterprise features, such as High Availability (HA) management and Backup scheduling/monitoring, don't appear to be present yet.

I'm quite curious about the vision behind your project—who is your primary target audience and what’s the main development direction? It would also be great to know what you feel makes this platform unique compared to the native Proxmox VE interface or the upcoming Proxmox Datacenter Manager.

Keep up the great work!
 
  • Like
Reactions: sangtq
Hi,
how can I login from local network?

I have 3 proxmox node in cluster. I have local network 192.168.10.x/24 with internet out. I want to reproduce situation with aka CloudDirector (VMWare).

I create 1 VM with debian 13 (local IP 192.168.10.50), install docker, create containers (as was describe in document), run containers, create admin user ....
Then I create another VM with windows 10 with same network IP as nodes and VM with "cloudportal", 192.168.10.250
But, when i try to login in portal, http://192.168.10.50:3000/ I see login page and when I input admin username and pass, I got error "Login incorrect". From VM with docker (debian 13) localy I can login in portal.

UPDATE (screen-shot from local VM):
"Settings" - nothing do
1778675454881.png

UPDATE2:
something wrong with permissions
1778682912489.jpeg

1778682939957.jpeg

Thanks,
Oleg.
 

Attachments

  • 1778682884783.jpeg
    1778682884783.jpeg
    29.3 KB · Views: 0
Last edited: