sudo dnf update -y curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.shsudo sh webmin-setup-repo.sh sudo dnf install webmin -y sudo systemctl enable webminsudo systemctl start webmin sudo systemctl status webmin sudo firewall-cmd –add-port=10000/tcp –permanentsudo firewall-cmd –reload https://SERVER-IP:10000
Yearly archives: 2026
fallocate -l 4G /swapfilechmod 600 /swapfilemkswap /swapfileswapon /swapfile If RAM = 4GBUse swap = 4GB–8GB If RAM = 8GBSwap = 2GB–4GB is fine
Step 1 – Install the QEMU Guest Agent inside Debian sudo apt updatesudo apt install qemu-guest-agent -y Step 2 – Enable and Start the Service sudo systemctl enable qemu-guest-agentsudo systemctl start qemu-guest-agent Check its running sudo systemctl status qemu-guest-agent Step 3 – Enable the Guest Agent in Proxmox Now switch […]
Set up a virtual IP on proxmox cluster apt updateapt install keepalived -y nano /etc/keepalived/keepalived.conf run this on all nodes on the master node add this to the keepalived.conf vrrp_instance VI_1 {state MASTERinterface vmbr0virtual_router_id 51priority 150advert_int 1 } on the slave nodes add this to keepalived.conf vrrp_instance VI_1 {state BACKUPinterface […]