Proxmox disable subscription invalid message
When you are using the free version of Proxmox 5 or 6, you'll get a message every time saying your subscription is invalid. This is fine if it was just during the initial login, but it'll pop up every time you try to open a shell or run updates. Luckily this can be disabled by modifying one of the javascript files that Proxmox has.
Warning
Only do it if you are running a private development server or to test out proxmox. For production use, purchase a license from Proxmox instead.
Note that you need to run this script EVERY time you upgrade Proxmox.
Go to your home directory and create the script, give it execution permission and edit it. You may need to install nano if you dont have it.
1 2 3 4 5 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |
Save and exit by pressing Ctrl+x followed by Y and Enter.
Now you can run the script by simply typing in:
1 | |
You may need to force refresh your browser by holding Ctrl when you click the reload button for it to reload the new javascript. Or you can just close and open your browser (not tab, whole browser).