import type React from "react"
import type { Metadata } from "next"
import Link from "next/link"
import Image from "next/image"
import { HardDrive, Info, Database, Server, MonitorIcon, Star, Cpu, Github } from "lucide-react"
import { Badge } from "@/components/ui/badge"
export const metadata: Metadata = {
title: "ProxMenux Documentation: System NAS Virtual Machines",
description:
"Guide for creating and configuring NAS virtual machines on Proxmox VE using ProxMenux, including Synology DSM, TrueNAS, and other storage systems.",
openGraph: {
title: "ProxMenux Documentation: System NAS Virtual Machines",
description:
"Guide for creating and configuring NAS virtual machines on Proxmox VE using ProxMenux, including Synology DSM, TrueNAS, and other storage systems.",
type: "article",
url: "https://macrimi.github.io/ProxMenux/docs/virtual-machines/system-nas",
images: [
{
url: "https://macrimi.github.io/ProxMenux/vm/system-nas-menu.png",
width: 1200,
height: 630,
alt: "ProxMenux System NAS Menu",
},
],
},
twitter: {
card: "summary_large_image",
title: "ProxMenux Documentation: System NAS Virtual Machines",
description:
"Guide for creating and configuring NAS virtual machines on Proxmox VE using ProxMenux, including Synology DSM, TrueNAS, and other storage systems.",
images: ["https://macrimi.github.io/ProxMenux/vm/system-nas-menu.png"],
},
}
interface ImageWithCaptionProps {
src: string
alt: string
caption: string
}
function ImageWithCaption({ src, alt, caption }: ImageWithCaptionProps) {
return (
)
}
export default function SystemNASPage() {
return (
System NAS Virtual Machines
ProxMenux provides automated scripts that create and configure virtual machines for various NAS systems on
Proxmox VE. These scripts simplify the process by handling the necessary configurations and optimizations
for each NAS platform.
Available NAS Systems
Select one of the NAS systems below to view detailed documentation on installation and configuration.
Network Attached Storage (NAS) systems provide file-level data storage services to other devices on the
network. Running NAS software in a virtual machine on Proxmox VE allows you to leverage the reliability and
management features of Proxmox while providing flexible storage solutions.
ProxMenux simplifies the creation of NAS virtual machines by automating the configuration process, including
network settings, storage allocation, and system optimization for each specific NAS platform.