Here's a Systemd service that will automatically disable the "No valid subscription" nagware dialog in Proxmox VE. I got the snippet to disable the dialog from this article from John's Computer Services.
- Save the systemd service to
/etc/systemd/system/proxmox-patcher.service
- Save the shell script to
/root/proxmox-patcher.sh
- Run
chmod +x /root/proxmox-patcher.sh
as root - Run
systemctl enable proxmox-patcher.service
as root - Restart