Skip to content

Instantly share code, notes, and snippets.

@federicociro
Last active October 4, 2024 06:59
Show Gist options
  • Save federicociro/5d60fba273c63a42862c2f5a36f1921e to your computer and use it in GitHub Desktop.
Save federicociro/5d60fba273c63a42862c2f5a36f1921e to your computer and use it in GitHub Desktop.

Remove Proxmox Subscription Notice

Screenshot-2023-08-28-200252

Run the following one line command and then clear your browser cache (depending on the browser you may need to open a new tab or restart the browser):

sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service

Source: https://johnscs.com/remove-proxmox51-subscription-notice/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment