import type React from "react" import Link from "next/link" import Image from "next/image" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card" import { ArrowRight, Terminal, HardDrive, Network, Package, Cpu, Database, Archive, PenToolIcon as Tool, BookOpenCheck, Book, } from "lucide-react" export const metadata: Metadata = { title: "ProxMenux Documentation: Help and Info", description: "Comprehensive collection of useful commands and references for Proxmox VE, organized by category for easy access and quick reference.", openGraph: { title: "ProxMenux Documentation: Help and Info", description: "Comprehensive collection of useful commands and references for Proxmox VE, organized by category for easy access and quick reference.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/help-info", images: [ { url: "https://macrimi.github.io/ProxMenux/help/help-info-menu.png", width: 1200, height: 630, alt: "ProxMenux Help and Info Menu", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux Documentation: Help and Info", description: "Comprehensive collection of useful commands and references for Proxmox VE, organized by category for easy access and quick reference.", images: ["https://macrimi.github.io/ProxMenux/help/help-info-menu.png"], }, } interface ImageWithCaptionProps { src: string alt: string caption: string } function ImageWithCaption({ src, alt, caption }: ImageWithCaptionProps) { return (
ProxMenu provides an interactive command reference menu for Proxmox VE through a dialog-based interface. Select one of the categories below to explore the available commands.
Each category contains carefully selected commands with descriptions, making it easier to find exactly what you need when you need it. This eliminates the need to remember complex command syntax or search through documentation when performing administrative tasks.
Check out our guides section for additional resources, tutorials, and documentation to help you get the most out of Proxmox VE and ProxMenu.