Disable No Subscription notification
Also shoutout to https://github.com/foundObjects/pve-nag-buster/ Great tool to disable enterprise repos and adding the community one
Run
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
This will create a backup of the existing file and a new file without the content that creates the popup
Restart the service
systemctl restart pveproxy.service
Log out AND clear the browser cache
On Mac in Edge, Shift+F5, should be like CTRL+F5 on Windows, google it =)
Sign in again
Last updated
Was this helpful?