pve-nag-buster

Persistent license nag removal for Proxmox VE 5.x+ (by foundObjects)

Pve-nag-buster Alternatives

Similar projects and alternatives to pve-nag-buster

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better pve-nag-buster alternative or higher similarity.

pve-nag-buster reviews and mentions

Posts with mentions or reviews of pve-nag-buster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-27.
  • [Proxmox] Suppression de l’avis d’abonnement ProxMox
    1 project | /r/enfrancais | 19 Feb 2023
  • Upgrading Proxmox from 7.2 to 7.3
    1 project | /r/Proxmox | 23 Nov 2022
    This is a handy patch to install on your proxmox. https://github.com/foundObjects/pve-nag-buster
  • in the quest for a hypervisor
    1 project | /r/selfhosted | 25 Sep 2022
    try https://github.com/foundObjects/pve-nag-buster
  • With the latest news about VMWare, I guess it's time to be testing alternatives.
    5 projects | /r/homelab | 27 May 2022
  • How is a subscription affordable to a homelab user? Am I missing something?
    1 project | /r/Proxmox | 18 May 2022
    It’s per socket, Proxmox is probably the last company not to charge per core. Per socket is quite cheap for home labs. I have a Threadripper 1920X 12 core 24 threads system fully licensed. I do have some other systems which are not licensed but they get reimagined so often that there is no point in that. Support Proxmox and if you really hate the nag banner use https://github.com/foundObjects/pve-nag-buster
  • Removing ProxMox Subscription Notice
    3 projects | /r/Proxmox | 17 Mar 2022
    #!/bin/sh # # pve-nag-buster.sh (v04) https://github.com/foundObjects/pve-nag-buster # Copyright (C) 2019 /u/seaQueue (reddit.com/u/seaQueue) # # Removes Proxmox VE 6.x+ license nags automatically after updates # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. NAGTOKEN="data.status.toLowerCase() !== 'active'" NAGFILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js" SCRIPT="$(basename "$0")" # disable license nag: https://johnscs.com/remove-proxmox51-subscription-notice/ if grep -qs "$NAGTOKEN" "$NAGFILE" > /dev/null 2>&1; then echo "$SCRIPT: Removing Nag ..." sed -i.orig "s/$NAGTOKEN/false/g" "$NAGFILE" systemctl restart pveproxy.service fi # disable paid repo list PAID_BASE="/etc/apt/sources.list.d/pve-enterprise" if [ -f "$PAID_BASE.list" ]; then echo "$SCRIPT: Disabling PVE paid repo list ..." mv -f "$PAID_BASE.list" "$PAID_BASE.disabled" fi
  • Nag screen removal violates terms of agreement
    1 project | /r/Proxmox | 17 Feb 2022
  • Proxmox No Subscription edition
    2 projects | /r/Proxmox | 4 Feb 2022
    This'll get rid of the login message: https://github.com/foundObjects/pve-nag-buster
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic pve-nag-buster repo stats
9
665
0.0
8 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com