Site Tools


tech_public:tp_proxmox (text)

This is an old revision of the document!


Proxmox

Switch to no subscription

Remove subscription notification

https://techblog.wassenaar.cloud/remove-proxmox-subscription-notice/

1 line code

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



Manual instruction:

revert the changes:

  1. Manually edit proxmoxlib.js to undo the changes you made
  2. Restore the backup file you created from the proxmox-widget-toolkit directory: mv proxmoxlib.js.bak proxmoxlib.js
  3. Reinstall the proxmox-widget-toolkit package from the repository: apt-get install --reinstall proxmox-widget-toolkit
tech_public/tp_proxmox.1739456935.txt.gz · Last modified: by jasonwch (text)

Top ↑