Herramientas de usuario

Herramientas del sitio


proxmox:remove_proxmox_ve_alert_suscription

Introduction

Proxmox 3.x has implemented a new repository setup. Each time you log into it a dialogue box pops up with the message:

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

One way to remove the message is to purchase a subscription from the Proxmox team. Remember that paying subscriptions keeps the development of Proxmox progressing. For the recent release, the subscription cost has been heavily reduced and is more affordable than ever.

Removing alert suscription

The following procedure is allowed under the License (aGPLv3) used for Proxmox however future updates may break your code and you may have to re-apply it or apply a different change.

The process consist in edit the file 'pvemanagerlib.js':

  1. Take a backup of the file:
    # cp /usr/share/pve-manager/ext4/pvemanagerlib.js /usr/share/pve-manager/ext4/pvemanagerlib.js_BKP
  2. Then open the file using a text editor:
    vim /usr/share/pve-manager/ext4/pvemanagerlib.js
  3. Locate the following line: 'if (data.status !== 'Active') {'
  4. Change it for: 'if (false) {'

Note: You may need to clear your web browser cache after applying this code change.

proxmox/remove_proxmox_ve_alert_suscription.txt · Última modificación: 2022/11/02 17:58 por 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki