Proxmox 6 disable No valid subscription notice

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
Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *