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" 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.