You Do Not Have a Valid Subscription KB ID 0001870
Problem
I’m only just getting comfortable with Proxmox, whilst building a three node cluster recently I was pestered with this ‘nag’ dialog.
You do not have a valid subscription for this server. Please visit www.proxmox.com to get a list of available options.
Solution : You Do Not Have a Valid Subscription
I’m using this because it’s free, Even the community subscription has a fee (110 euros a socket?). To avoid a subscription and remove the nag dialog. Do the following.
SSH into the Proxmox host (or if you’re running it within VMware) open a console screen and logon as root.
Issue the following commands.
[box]
cd /usr/share/javascript/proxmox-widget-toolkit cp proxmoxlib.js proxmoxlib.js.bak nano proxmoxlib.js
[/box]
The nano editor will open, Press CTRL+W (to search) search for locate checked_command > then directly below that line add the following text.
[box]
orig_cmd(); return;
[/box]
Exit (CTRL+X) then press Y to save the changes, and finally {Enter} to save the file with the same name.
Then issue the following command.
[box]
systemctl restart pveproxy.service
[/box]
IMPORTANT: At this point you will need to restart the browser connection you your Proxmox host, or the error will persist.
Repeat for your remaining Proxmox hosts.
Related Articles, References, Credits, or External Links
NA