ARM architecture

Choose ARM64 or ARMv7 for Raspberry Pi

The correct build depends on the installed operating system, not only on the Raspberry Pi model.

Check the system

Run uname -m in a terminal.

  • aarch64 usually means ARM64.
  • armv7l means ARMv7.

Prefer headless on a server

For a Pi running as a small server or near a NAS, the headless client is usually the simpler choice.

After downloading

  1. Copy the binary to a suitable directory.
  2. Make it executable with chmod +x.
  3. Start it once and pair it with the portal.
  4. Install it as a service only after a successful manual run.