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 (

Uninstall ProxMenux

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 You Begin

Before uninstalling ProxMenux, consider the following:

Steps to Uninstall ProxMenux

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.

Manual Uninstallation (If Needed)

If the built-in uninstaller doesn't work for any reason, you can try manually uninstalling ProxMenux:

  1. Access your Proxmox VE system via SSH or the console
  2. Navigate to the ProxMenux installation directory (typically /opt/proxmenux)
  3. Run the manual uninstall script: sudo ./uninstall.sh
  4. Follow any on-screen prompts to complete the uninstallation
  5. Remove any remaining ProxMenux files:{" "} sudo rm -rf /opt/proxmenux
  6. Restart your Proxmox VE system

After Uninstallation

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.

) }