import type { Metadata } from "next" import { Settings } from "lucide-react" import Image from "next/image" export const metadata: Metadata = { title: "ProxMenux - Create Synology DSM VM", description: "Step-by-step guide to create and configure a Synology DSM VM using ProxMenux with Arc, RR, and TinyCore loaders.", openGraph: { title: "ProxMenux - Create Synology DSM VM", description: "Step-by-step guide to create and configure a Synology DSM VM using ProxMenux with Arc, RR, and TinyCore loaders.", type: "article", url: "https://macrimi.github.io/ProxMenux/docs/synology-vm", images: [ { url: "https://macrimi.github.io/ProxMenux/synology-vm-guide.png", width: 1200, height: 630, alt: "ProxMenux - Create Synology DSM VM", }, ], }, twitter: { card: "summary_large_image", title: "ProxMenux - Create Synology DSM VM", description: "Step-by-step guide to create and configure a Synology DSM VM using ProxMenux with Arc, RR, and TinyCore loaders.", images: ["https://macrimi.github.io/ProxMenux/synology-vm-guide.png"], }, } function StepNumber({ number }: { number: number }) { return (
) } function ImageWithCaption({ src, alt, caption }: { src: string; alt: string; caption: string }) { return (ProxMenux provides an automated script that creates and configures a VM to install Synology DSM (DiskStation Manager). This script allows you to choose from three different loaders:
You also have the option to add a custom loader if you prefer to modify or create your own configuration.
Once the VM is created, start it. The first time you boot the VM, you'll access the loader's main menu to select and configure the DSM model you want to build. Once the loader is created, this step will be skipped unless you manually force a reconfiguration from the boot monitor.
{/* Command RR */}In the case of RR, you'll need to manually enter the following command to open the menu as shown in the image below:
./menu.sh
RR Command Example: ./menu.sh
After loading the menu, select the Synology DSM model you want to install.
After selecting the model, you need to choose the DSM version you want to install. In some loaders (such as{" "} arc), you may encounter additional options at this stage.
This step allows you to add additional features or custom configurations to the loader.
Arc gives you the option to configure automatically or manually adjust the settings.
Once you have selected the model, DSM version, and add-ons, proceed to build the loader.
This process might take a few minutes depending on the loader and the selected configuration. To start, select the "Build the Loader" option.
Once the loader has been built, it will prompt you to boot. The VM will restart with the configuration you've created and start the DSM installation.
Once the loader is booted, you can find your Synology device using:
https://find.synology.com
Follow the on-screen steps to complete the DSM installation.