"use client" import { TerminalPanel } from "@/components/terminal-panel" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { TerminalIcon } from "lucide-react" export default function TerminalPage() { return (

System Terminal

Execute commands and manage your Proxmox system

Interactive Shell Full bash terminal with support for all system commands. Use touch gestures or keyboard shortcuts.
) }