To Disable Proxmox VE Subscription Notification
You must connect SSH your Proxmox VE server and perform the following actions:
cp /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.bak
nano /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
ctrl+w (search): if (res ===
chenge it to:
if (false) {
and run in console:
systemctl restart pveproxy
Enjoy!