Search found 7 matches

by proxmoxer
Mon Jan 12, 2026 3:46 am
Forum: EverPanel
Topic: bash: line 161: exit: Unable to find a template when searching for 'debian-11'.: numeric argument required
Replies: 0
Views: 17

bash: line 161: exit: Unable to find a template when searching for 'debian-11'.: numeric argument required

If you get this problem, then it is potentially because your env is set to ubuntu 20, you need to set it to ubuntu 24 in the installer.

It could also be due to picking wrong debian version, (go for v 12 bookworm)
by proxmoxer
Sun Jan 11, 2026 4:31 am
Forum: EverPanel
Topic: Allow seperate SSL certificate requests through port 80 on NPMPLUS
Replies: 0
Views: 18

Allow seperate SSL certificate requests through port 80 on NPMPLUS

If you have NPMPLUS and let it handle the ssl certificates for your domain, then it is quite tricky to let a subdomain on an other server handle its own ssl certificates (with certbot). To solve this problem, in the Edit Proxt Host section... Go to Advanced and add following: rewrite ^(/.well-known/...
by proxmoxer
Sat Jan 10, 2026 11:25 pm
Forum: Hosting An Evernode
Topic: How to install proxmox + xahau server + your first evernode VM
Replies: 1
Views: 296

Re: How to install proxmox + xahau server + your first evernode VM

You should always set a static ip on each virtual machine. On ubuntu 24, do this: #1: enter your vm, and write ip a, write up your current ip and gateway address #2: enter folder /etc/netplan and write ls #3: open the file you got there, change dhcp4 to false, right below dhcp4, add following addres...
by proxmoxer
Sun Dec 14, 2025 5:07 pm
Forum: Hosting An Evernode
Topic: GPU passthrough
Replies: 0
Views: 109

GPU passthrough

If you want to pass GPU from proxmox to your evernode node, make sure to enable IOMMU in bios!
by proxmoxer
Mon Oct 06, 2025 10:26 pm
Forum: EverPanel
Topic: Adding more nodes to your proxmox
Replies: 0
Views: 392

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: 24078

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: 15957

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...