Post-Install Scripts

Settings post-install Proxmox~3 minView script

Configure a fresh Proxmox VE host with ProxMenux's post-install optimizations. Three paths: run everything automatically, cherry-pick what you want, or reverse any change. All changes are tracked.

What this menu is for

Right after installing Proxmox VE, there are dozens of small changes that make the host faster and easier to maintain — free repositories, sane journald limits, sensible TCP buffers, SSD-friendly log storage, bashrc niceties, and more. ProxMenux automates all of them, tracks what it changed, and lets you revert.

Opening the menu

From ProxMenux's main menu, select Settings post-install Proxmox. You will see this:

Post-Installation Scripts menu with 3 ProxMenux options (Automated / Customizable / Uninstall) followed by the Community Scripts section

Three ways to apply optimizations

The three ProxMenux entries share the same underlying code and the same registry of installed tools — they just give you different levels of control. Pick the one that matches how much you want to decide.

Which one should you pick?

If this is a fresh Proxmox install and you want the sensible baseline with no decisions: Automated. If you already know which tweaks you want (or which you definitely don't want): Customizable. If something you already applied has a newer version on disk and you want to lift only that: Apply Available Updates. If you applied something earlier and want to back it out cleanly: Uninstall Optimizations. You can mix them — apply Automated first, then open Customizable to add opt-ins like Fastfetch or IOMMU, and revert any individual item later.

Mixing with other post-install scripts

Don't stack multiple post-install scripts

Running several post-install scripts on the same host can cause duplicated configuration files, conflicting sysctl entries, or worse — broken networking after reboot. If you already applied the Helper-Scripts Post Install, some ProxMenux optimizations may overlap with what it already configured. Stick to one post-install tool per host.

xshok-proxmox: deprecated

Earlier versions of ProxMenux referenced xshok-proxmox as a companion post-install tool. That project is now deprecated and no longer offered from ProxMenux. If a previous run of xshok-proxmox left markers on the host, ProxMenux still detects them and will warn you — but it is not something you should install alongside ProxMenux today.

Community scripts

The menu also exposes two third-party scripts from the community-scripts project: Proxmox VE Post Install and Proxmox VE Microcode. These are wrappers that wget | bash the original authors' scripts. They are not maintained by ProxMenux. See External Repositories for details and trust considerations before running them.

Related