proxmox-tools VS pve-nag-buster

Compare proxmox-tools vs pve-nag-buster and see what are their differences.

pve-nag-buster

Persistent license nag removal for Proxmox VE 5.x+ (by foundObjects)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
proxmox-tools pve-nag-buster
3 9
257 679
- -
2.5 0.0
3 months ago 8 months ago
Shell Shell
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

proxmox-tools

Posts with mentions or reviews of proxmox-tools. We have used some of these posts to build our list of alternatives and similar projects.

pve-nag-buster

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

What are some alternatives?

When comparing proxmox-tools and pve-nag-buster you can also consider the following projects:

pve-edge-kernel - Newer Linux kernels for Proxmox VE 7

proxmox_toolbox - A toolbox to get the firsts configurations of Proxmox VE / BS done in no time

minecraft-server-scripts - Linux shell scripts and systemd units to help with setting up and maintaining minecraft servers.

pve-fake-subscription - Disables the "No valid subscription" dialog on all Proxmox products.

pimox7 - Proxmox V7 for Raspberry Pi

Proxmox-Arm64 - Proxmox VE & PBS unofficial arm64 version

cv4pve-autosnap - Automatic snapshot tool for Proxmox VE

pve-iso-2-pxe - Create PXE bootable Proxmox installation

proxmox-backup - Build Proxmox Backup Server for Helios64/Armbian (Cloned Repository from https://git.proxmox.com/?p=proxmox-backup.git;a=summary).