Using a main proxmox web panel for all nodes

blcksys

New Member
Sep 13, 2019
20
0
1
37
I wonder, is it possible to have 1 server (maybe a small VPS) with the only use of webpanel administration of all nodes?

For example, if I have 1 vps, 5 dedicated servers, can i install proxmox web panel to the vps and be able to manage the 5 dedicated servers, even if them are out of the subnet/external or maybe from other hosting providers?
If so, how?
 
AFAIK, in order to administer all nodes from single server all nodes must be in the same cluster, and (without asking for trouble) the nodes must be in the same network (or at least the cluster network must be with lowest possible latency); and you will have to pay extra support for one server which has nothing but webadmin on it (in a "supported / licencesed" cluster all the nodes must be "licensed")

probably with some hacks you could achieve central administration for multiple clusters from single point (because proxmox has as api :-P)
but you'll have to write that central administrator software :-P, which is no trivial task