Installation
1. Download
Get the image for your platform from the downloads page
| Platform | File |
|---|---|
| x86_64 PC | EasyNAS.x86_64-<version>.install.iso |
| Raspberry Pi | EasyNAS.aarch64-<version>.raw.xz |
| Generic ARM64 (UEFI) — flash | EasyNAS.arm64efi-<version>.raw.xz |
| Generic ARM64 (UEFI) — installer | EasyNAS.arm64efi-<version>.install.iso |
| VM (KVM/Proxmox) | EasyNAS.x86_64-<version>.qcow2 |
2. Install
- Write the ISO to a USB stick (e.g. with balenaEtcher or
dd). - Boot the target machine from the stick (UEFI mode).
- Choose Install EasyNAS — this erases the system disk and performs a full, unattended installation.
- Remove the stick when the machine reboots.
Warning
A full installation wipes everything on the system disk, including previous EasyNAS settings.
- Decompress and flash the raw image to an SD card or USB/NVMe disk: Pi 4/400/5 boot directly from USB disks (and Pi 5 from NVMe) — flashing the image straight onto the disk is the installation.
- Insert and power on. First boot expands the filesystem to the medium automatically.
Compute Modules (eMMC)
On a CM4/CM5, expose the onboard eMMC to your PC with
rpiboot/usbboot and flash the same raw
image directly to it.
One-time board preparation first: install UEFI firmware (e.g. EDK2 for RK3588) to the board's SPI flash, per your board's documentation. Then choose one of two paths:
Flash (removable media, or eMMC/NVMe reachable from a PC): write the raw image to the boot medium exactly as in the Raspberry Pi instructions, insert, boot.
Installer (onboard eMMC/NVMe you cannot flash externally):
- Write
EasyNAS.arm64efi-<version>.install.isoto a USB stick. - Boot the board from the stick.
- Choose Install EasyNAS and select the internal disk (eMMC/NVMe) as the target — this erases it and installs, just like the x86 flow.
- Remove the stick when the board reboots.
- Import the qcow2 as a VM disk (Proxmox:
qm importdisk, or attach in the UI). - Use UEFI firmware (OVMF) for the VM; 2+ GB RAM.
- Boot — there is no installer pass; first boot expands to the virtual disk size.
- Pass through your data disks to the VM for storage pools.
3. First boot
On first boot EasyNAS generates its own SSL certificate and seeds its configuration, then shows the console menu with the address of the web UI:
Continue with Getting started.
Install vs. recover
EasyNAS keeps your settings on a dedicated partition, separate from the operating system. A full installation recreates everything, settings included. A future recover option will reinstall only the OS and preserve settings.