Skip to content

Instantly share code, notes, and snippets.

@soulmachine
Last active December 8, 2019 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soulmachine/7aff59051747cf720a669de5526362b7 to your computer and use it in GitHub Desktop.
Save soulmachine/7aff59051747cf720a669de5526362b7 to your computer and use it in GitHub Desktop.
Proxmox VE settings
  1. Open /etc/apt/sources.list.d/pve-enterprise.list and comment out the following line
# deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
  1. Remove No valid subscription

    Backup proxmoxlib.js:

    cd /usr/share/javascript/proxmox-widget-toolkit/
    cp proxmoxlib.js proxmoxlib.js.bak

    Open /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js, search for No valid subscription, then change if (data.status !== 'Active') { to if (false) {, so that it never gets to run.

    Restart the Proxmox service (also be sure to clear your browser cache):

    systemctl restart pveproxy.service

References

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