import type { Metadata } from "next"; import { HelpCircle } from "lucide-react"; import Link from "next/link"; export const metadata: Metadata = { title: "ProxMenux FAQ – Frequently Asked Questions", description: "Frequently Asked Questions about ProxMenux, including installation, updates, compatibility, and security.", openGraph: { title: "ProxMenux FAQ – Frequently Asked Questions", description: "Frequently Asked Questions about ProxMenux, including installation, updates, compatibility, and security.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/faq", images: [ { url: "https://macrimi.github.io/ProxMenux/faq-image.png", width: 1200, height: 630, alt: "ProxMenux FAQ", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux FAQ – Frequently Asked Questions", description: "Frequently Asked Questions about ProxMenux, including installation, updates, compatibility, and security.", images: ["https://macrimi.github.io/ProxMenux/faq-image.png"], }, }; function StepNumber({ number }: { number: number }) { return (
ProxMenux is an interactive menu-driven tool designed to make Proxmox VE accessible to all users, regardless of their technical experience. It allows users to execute commands and manage Proxmox VE without requiring advanced Linux knowledge.
Proxmox VE is widely used for:
Follow the instructions in the{" "} Installation Guide . You can install ProxMenux by running:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
Once installed, launch it with:
menu
{/* 3️⃣ Compatibility */}
No, ProxMenux is only compatible with Proxmox VE 8 and later versions.
{/* 4️⃣ Customization */}The core scripts cannot be modified directly as they are hosted on GitHub, but you can personalize the console logo using the FastFetch tool in the Post-Install options.
{/* 5️⃣ Updates */}When a new version is available, ProxMenux will automatically detect it upon launch and ask if you want to update. The update process will replace utility files and configurations.
{/* 6️⃣ Reporting Issues */}If you encounter bugs or errors, report them in the{" "} Issues section .
{/* 7️⃣ Contributing */}Yes! ProxMenux is an open-source project, and contributions are welcome. You can share ideas or discuss improvements in the{" "} Discussions section . Make sure to check the{" "} Code of Conduct & Best Practices .
{/* 8️⃣ System Modifications */}
No, ProxMenux does not modify critical Proxmox system files.
It only installs dependencies and downloads its scripts into{" "}
/usr/local/share/proxmenux/
.