xshok-proxmox VS pve-nag-buster

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

xshok-proxmox

proxmox (pve) post installation optimizing and helper scripts (by extremeshok)

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
xshok-proxmox pve-nag-buster
2 9
782 665
- -
0.0 0.0
12 months ago 8 months ago
Shell Shell
GNU General Public License v3.0 or later 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.

xshok-proxmox

Posts with mentions or reviews of xshok-proxmox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-28.
  • subscription
    1 project | /r/Proxmox | 30 Apr 2023
    If you want the nag message removed you can always use https://github.com/extremeshok/xshok-proxmox
  • Building NAS with ZFS, AFP/Samba for Time Machine
    2 projects | news.ycombinator.com | 28 Nov 2022
    In 2022 / 2023 you could also consider using Proxmox VE or TrueNAS Scale, where you get much more than a simple NAS.

    I've recently built a small Home-Server with an old Fujitsu D3417-B2 Board, 32GB ECC RAM and Xeon E3 1225v5, 2TB Samsung Pro and Fractal Define Mini C for about 400 Bucks total (used) and can now enjoy fully encrypted ZFS Proxmox with LXC containers and Device Passthrough running 9.4W Idle.

    I did not expect this to work that well, but I'm pretty happy with this config and using zfs-auto-snapshot from xshock[1] and OpenMediaVault LXC container from tteck[2] just for shares I don't think I would switch to a pure NAS again.

    [1]: https://github.com/extremeshok/xshok-proxmox

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 xshok-proxmox and pve-nag-buster you can also consider the following projects:

pve-no-subscription - Proxmox VE No-Subscription Removal

proxmox-tools - 📦 A collection of stuff that I and others wrote for Proxmox 📦

Proxmox - Proxmox VE Helper-Scripts

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

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

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

falcon-scripts - Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor

Proxmox-Arm64 - Proxmox VE & PBS unofficial arm64 version

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

ansible-role-proxmox_autoinstall - An Ansible role for generating a custom Debian ISO for (semi-)automated provisioning of a ProxMox PVE environment.