Post

Remove Proxmox Nag

  1. Login with root account.
1
nano /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
  1. Press Ctrl+w to search the text saying No valid subscription and press enter

  2. Add void ({ // just before Ext.Msg.show({

    like this)

  3. Press Ctrl+x and yes to save and exit.
  4. The restart the service or reboot to take effect
1
systemctl restart pveproxy.service
This post is licensed under CC BY 4.0 by the author.