manage several servers from a single IP address

igc23

New Member
Jul 18, 2024
3
0
1
Good morning, I would like to know if it is possible to manage several servers from a single IP address, I have tried with cluster, but my idea is not to have redundancy, just be able to manage all my proxmox servers from a central console, would this be possible?
 
If your main goal is "one IP address" you can just use any of the usual Reverse Proxies. Be it Apache, Nginx, or the full blown "Nginx Proxy Manager" application.

The result visible from the outside could be something like httpx://mypve.mycompany.com/pvea, httpx://mypve.mycompany.com/pveb, httpx://mypve.mycompany.com/pvec and so on. Each URL would connect to another node.

Edit: this may help for this approach: https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy
 
Last edited:
My idea is to enter on one website / console, view the status and perform operations in any of the proxmox servers included in the group. (without cluster)

Can you tell me please the name of the 3rd party applications that support this funcionality? Are any of them free of use?