import type { Metadata } from "next" import Link from "next/link" export const metadata: Metadata = { title: "ProxMenux Post-Install Script Documentation", description: "Comprehensive guide to the customizable post-install script for Proxmox VE, covering various optimization categories and settings.", openGraph: { title: "ProxMenux Post-Install Script Documentation", description: "Comprehensive guide to the customizable post-install script for Proxmox VE, covering various optimization categories and settings.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/post-install", images: [ { url: "https://macrimi.github.io/ProxMenux/post-install-image.png", width: 1200, height: 630, alt: "ProxMenux Post-Install Script Documentation", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Post-Install Script Documentation", description: "Comprehensive guide to the customizable post-install script for Proxmox VE, covering various optimization categories and settings.", images: ["https://macrimi.github.io/ProxMenux/post-install-image.png"], }, } const categories = [ { name: "Basic Settings", order: 1 }, { name: "System", order: 2 }, { name: "Virtualization", order: 3 }, { name: "Network", order: 4 }, { name: "Storage", order: 5 }, { name: "Security", order: 6 }, { name: "Customization", order: 7 }, { name: "Monitoring", order: 8 }, { name: "Performance", order: 9 }, { name: "Optional", order: 10 }, ] export default function PostInstallPage() { return (
The Customizable Post-Install Script is a utility designed to optimize the installation of Proxmox VE by adjusting system configurations. One of the advantages of its modular and selectable structure is that it allows users to choose specific settings based on their requirements, needs, and preferences.
This script is primarily based on the work of{" "} extremeshok – Scripts for working with and optimizing Proxmox {" "} and the{" "} Proxmox VE Post Install script from Proxmox VE Helper-Scripts .
This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE performance, security, and usability:
Each category includes selectable options, ensuring that users can tailor the system adjustments to their specific needs without applying unnecessary modifications. Click on a category to explore available settings.
Uninstall Option
The Post-Install Menu Script now includes an option to uninstall packages and utilities that were previously installed by the script. This feature allows you to:
Important: Avoid Running Multiple Post-Install Scripts
It is not recommended to use different post-installation scripts, as this can cause conflicts by overwriting or duplicating files and settings.