===== 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 [[http://www.proxmox.com/proxmox-ve/pricing|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': - Take a backup of the file: # cp /usr/share/pve-manager/ext4/pvemanagerlib.js /usr/share/pve-manager/ext4/pvemanagerlib.js_BKP - Then open the file using a text editor:vim /usr/share/pve-manager/ext4/pvemanagerlib.js - Locate the following line: 'if (data.status !== 'Active') {' - Change it for: 'if (false) {' **Note:** //You may need to clear your web browser cache after applying this code change.//