In this video, I explained how to disable the Proxmox subscription notice when you first login to the web interface.
Commands:
1.
cd /usr/share/javascript/proxmox-widget-toolkit/
2.
cp proxmoxlib.js proxmoxlib.js.bak
3.
nano proxmoxlib.js
4.
Find: Ext.Msg.show({
title: gettext(‘No valid subscription’),
Replace it with: void({
title: gettext(‘No valid subscription’),
5.
systemctl restart pveproxy.service
[ad_2]
source