import type { Metadata } from "next" import { Steps } from "@/components/ui/steps" export const metadata: Metadata = { title: "Show Version Information | ProxMenux Documentation", description: "Learn how to view version information for ProxMenux in Proxmox VE.", } export default function ShowVersionInformation() { return (
Knowing the version of ProxMenux you're using is important for troubleshooting, getting support, and ensuring you have the latest features. This guide explains how to view version information in ProxMenux.
From the main menu of ProxMenux, navigate to the "Settings" option.
In the Settings menu, find and select the "Show Version Information" option.
ProxMenux will display a screen with detailed version information, including:
ProxMenux follows semantic versioning. The version number is typically in the format X.Y.Z, where:
For example, version 1.2.3 would indicate the first major release, with two feature updates and three patch releases.
After viewing your current version, you may want to check if there's a newer version available. Here's how:
Remember to always back up your Proxmox VE configuration before updating ProxMenux to ensure you can revert changes if needed.