Daily Archives: June 27, 2017

No Valid Subscription message from Proxmox server

You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.

  1. One way of removing the message is to purchase a subscription.
  2. Modify subscrption configuration file
    1. SSH to proxmox server
    2. Create a backup of the existing subscription checkup file
      # cp /usr/share/pve-manager/ext4/pvemanagerlib.js /usr/shar e/pve-manager/ext4/pvemanagerlib.js.orig
    3. Edit pvemanagerlib.js file
      # vim /usr/share/pve-manager/ext4/pvemanagerlib.js
    4. In “checked_command” function search for if (data.status !== ‘Active’) { and change to if(false) {
    5. Save and exit the file
    6. Clear your browsing data and log back in to the proxmox server the message will not pop-up anymore.