import Image from "next/image" import Link from "next/link" import { AlertTriangle, FileCode, Shield } from "lucide-react" export default function IntroductionPage() { return (
{/* Logo + Title Section */}
ProxMenux Logo

ProxMenux is a tool designed to make Proxmox VE accessible to all users, regardless of their experience and technical knowledge.

Designed with a menu-based interface, ProxMenux simplifies the execution of commands to perform actions on:

Core Features

ProxMenux enables streamlined management of:

Key Advantages

The following sections provide detailed instructions on installing and using ProxMenux, along with comprehensive documentation on its available functionalities.

{/* Guides Link */}

For additional Proxmox-related information, including official documentation, forums, and discussions, visit the{" "} Guides {" "} section.

{/* Security Notice */}

Security Information

Be careful when copying scripts from the internet. Always remember to check the source!

View Source Code Code of Conduct
) }