Search found 15 matches
- Sat Feb 21, 2026 7:19 pm
- Forum: Hosting An Evernode
- Topic: How to install proxmox + xahau server + your first evernode VM
- Replies: 4
- Views: 632
Re: How to install proxmox + xahau server + your first evernode VM
Don't forget to do this after installing proxmox: 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.service spiceproxy.service Proxmox should ...
- Sat Feb 14, 2026 11:33 pm
- Forum: Hosting An Evernode
- Topic: How to install proxmox + xahau server + your first evernode VM
- Replies: 4
- Views: 632
Re: How to install proxmox + xahau server + your first evernode VM
Sometimes you need to adjust your xahau allow list (for example if you want to let other people use it, or if you change your ip, or something else), do it with these commands:
sudo nano /root/xahl-node/nginx_allowlist.conf
sudo nginx -s reload
sudo nano /root/xahl-node/nginx_allowlist.conf
sudo nginx -s reload
- Sat Feb 14, 2026 7:38 pm
- Forum: Hosting An Evernode
- Topic: How to install proxmox + xahau server + your first evernode VM
- Replies: 4
- Views: 632
Re: How to install proxmox + xahau server + your first evernode VM
Sometimes you need to send all traffic to the nginx (instead of sending it separately to each respective vm). To do that you need to create two new files in nginx. You Might need to install full nginx with sudo apt install -y nginx-full (feel free to comment if its necessary) There are a few things ...
- Sat Feb 14, 2026 7:25 pm
- Forum: EverPanel
- Topic: Portrange for Everpanel
- Replies: 0
- Views: 72
Portrange for Everpanel
following ports (UDP/TCP)
53
80
443
Following portrange UDP/TCP
30111-32575
53
80
443
Following portrange UDP/TCP
30111-32575
- Mon Feb 09, 2026 1:22 am
- Forum: Hosting An Evernode
- Topic: evernode troubleshoot script
- Replies: 0
- Views: 35
evernode troubleshoot script
https://github.com/Joshwaamein/evernode-node-doctor/tree/main
- Mon Jan 26, 2026 10:29 pm
- Forum: Hosting An Evernode
- Topic: Add Swap when swap is missing
- Replies: 0
- Views: 68
Add Swap when swap is missing
sudo fallocate -l 6G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo nano /etc/fstab
add following:
sudo reboot (just to make sure it all works)
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo nano /etc/fstab
add following:
Code: Select all
/swapfile none swap defaults 0 0- Tue Jan 20, 2026 1:45 am
- Forum: EverPanel
- Topic: DNS System Down
- Replies: 0
- Views: 71
DNS System Down
If your DNS system is down, then there are numerous of potential reasons. Start off by logging into NPMPlus panel and search for the dnsapi route. Since the DNS api is installed on the NPMPlus server, coincidentally, it should have the same local ip as the npmplus server use. If the ip doesn't match...
- Sun Jan 18, 2026 7:19 pm
- Forum: Hosting An Evernode
- Topic: Error: Stage Configuring fstab mount: /: mount point not mounted or bad option
- Replies: 0
- Views: 62
Error: Stage Configuring fstab mount: /: mount point not mounted or bad option
Warning: This post is hastily written, so take it with a grain of salt. You might end up sitting in a recovery console after doing what I describe here, but it has been tested once and worked well. When you get this error: Error: Stage Configuring fstab mount: /: mount point not mounted or bad opti...
- 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: 84
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)
It could also be due to picking wrong debian version, (go for v 12 bookworm)
- Sun Jan 11, 2026 4:31 am
- Forum: EverPanel
- Topic: Allow seperate SSL certificate requests through port 80 on NPMPLUS
- Replies: 0
- Views: 100
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/...