This page exists to hold notes on running PVE. Just odds and ends.
sed -i.backup -z "s/res === null || res === undefined || \!res || res\n\t\t\t.data.status.toLowerCase() \!== 'active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
https://it42.cc/2019/10/14/change-default-port-in-proxmox/
iptables -t nat -I PREROUTING -i vmbr0 --dst 172.16.0.19 -p tcp --dport 443 -j REDIRECT --to-ports 8006
(Install iptables-persistent)
/usr/sbin/netfilter-persistent save
zfs set compress=zstd-9 bucket
(bucket is the name of the pool)
pvesm set bucket -sparse 1
Datacenter View → Storage → Select zpool → edit → check “thin provision”