import type { Metadata } from "next" import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "Uninstall ProxMenux | ProxMenux Documentation", description: "Learn how to safely uninstall ProxMenux from your Proxmox VE system.", } export default function UninstallProxMenux() { return (
If you need to remove ProxMenux from your Proxmox VE system, this guide will walk you through the process. Please note that uninstalling ProxMenux will remove all its components and settings.
Before uninstalling ProxMenux, consider the following:
Open ProxMenux and navigate to the Settings menu.
Find and select the "Uninstall ProxMenux" option.
ProxMenux will ask you to confirm the uninstallation. Type "YES" (in all caps) when prompted to proceed.
The uninstallation process will begin. This may take a few minutes. Do not interrupt the process or shut down your system.
Once the uninstallation is complete, you'll be prompted to restart your Proxmox VE system. It's important to do this to ensure all ProxMenux components are fully removed.
If the built-in uninstaller doesn't work for any reason, you can try manually uninstalling ProxMenux:
sudo ./uninstall.sh
sudo rm -rf /opt/proxmenux
After uninstalling ProxMenux:
If you're uninstalling due to issues with ProxMenux, consider reaching out to the community support forums or filing a bug report before uninstalling. The developers may be able to help resolve your issue without the need for uninstallation.