Search found 3 matches

by proxmoxer
Mon Oct 06, 2025 10:26 pm
Forum: EverPanel
Topic: Adding more nodes to your proxmox
Replies: 0
Views: 36

Adding more nodes to your proxmox

When you add more nodes to your proxmox, the starting VM will be the number that you want to start from. For example, if you have a 10 nodes at 301, 302, 303, 304, 305, 306, 307, 308, 309, 310 and want to add one more, then your starting number will be 311. Your starting loop will be 11 (as that is ...
by proxmoxer
Sun Sep 28, 2025 10:38 pm
Forum: EverPanel
Topic: Some troubleshooting instructions
Replies: 0
Views: 23755

Some troubleshooting instructions

The EverPanel installed on proxmox has 2 containers and then evernode VMs. One container is the NPMPlus container, the second is xahau and the last are evernode VMs. If you enter an evernode web-page and it doesn't give you the deployment page, then we need to figure out why nginx isn't serving it. ...
by proxmoxer
Sun Apr 06, 2025 9:37 pm
Forum: EverPanel
Topic: Steps to do right after installing proxmox
Replies: 0
Views: 15584

Steps to do right after installing proxmox

After installing proxmox, we need to make sure that it listens to incoming communication. 1. Write touch /etc/default/pveproxy 2. write nano /etc/default/pveproxy 3. add this row: LISTEN_IP=0.0.0.0 4. Hit CTRL + X and then pick Y to save the file. 5. Restart the service systemctl restart pveproxy.s...