Skip to content

Instantly share code, notes, and snippets.

@celber
Created March 31, 2026 21:12
Show Gist options
  • Select an option

  • Save celber/4fe15ff042787255433299a5895d43a9 to your computer and use it in GitHub Desktop.

Select an option

Save celber/4fe15ff042787255433299a5895d43a9 to your computer and use it in GitHub Desktop.
Disable Proxmox subscription nag/alert/window, persistent
#!/bin/bash
# Injecting JS in GUI configuration. It disables checking for subscription, and no alert is shown.
# This is cluster config file so it is persistent between PVE updates.
echo "consent-text: '};Ext.onReady(()=>{Proxmox.Utils.checked_command=(x)=>{x()}});{_:'" >> /etc/pve/datacenter.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment