To disable No valid subscription notice from proxmox, edit file
vi /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
Find
if (data.status !== 'Active') {
This is on line 380. inside function checked_command
Replace with
if (false) {
Resart pveproxy
systemctl restart pveproxy
Leave a Reply