"use client" import CopyableCode from "@/components/CopyableCode" import Image from "next/image" export default function InstallationPage() { const installationCode = `bash -c \"$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)\"` return (

Installing ProxMenux

Installation

To install ProxMenux, simply run the following command in your Proxmox server terminal:

During installation, ProxMenux will automatically install and configure the following dependencies:

Installation Progress

The installation process will look like this:

ProxMenux Installation

How to Use

Once installed, launch ProxMenux by running:

Troubleshooting

If you encounter any issues during installation or usage, please check the {" "} GitHub Issues {" "} page or open a new issue if your problem isn't already addressed.

) }