Skip to content

Installation

This guide takes you from a downloaded image to a freshly installed FreeSense system.

  • A 64-bit (amd64) machine, dedicated to FreeSense
  • At least 1 GB RAM and 8 GB disk
  • Two network interfaces (WAN + LAN), or one interface with VLANs
  • A USB stick (≥ 2 GB) to write the installer

Grab the latest installer image from the download page. Choose:

  • Stable for production use, or
  • Development to try the newest builds.

Each download includes a SHA256SUMS.txt checksum file.

Always verify the image before writing it.

Terminal window
# from the folder containing the .iso.gz and SHA256SUMS.txt
sha256sum -c SHA256SUMS.txt

You should see OK next to the image filename. Then decompress it:

Terminal window
gunzip FreeSense-*-amd64.iso.gz

macOS / Linux:

Terminal window
# find your USB device first (diskutil list / lsblk)
dd if=FreeSense-*-amd64.iso of=/dev/diskN bs=4m

Windows: use balenaEtcher and select the .iso.

Boot the target machine from the USB stick (you may need to enable USB boot / disable Secure Boot in the firmware). The FreeSense installer supports both UEFI and BIOS.

Follow the prompts to install to the internal disk. When it finishes, remove the USB stick and reboot.

Continue to First boot & setup to assign interfaces and reach the web interface.