Edge Deployments

Hardware Requirements

CPU, RAM, storage, and network specifications for edge gateway hardware.

The edge gateway runs Fleetera Edge and the Fleetera config agent inside Docker containers. The hardware requirements depend on the number of connectors, data points, and collection frequency.

Minimum specifications

ComponentMinimumRecommended
CPUDual-coreQuad-core
RAM2 GB4 GB or more
Storage16 GB available32 GB or more
NetworkStable internet connectionWired Ethernet preferred
OSLinux with Docker supportUbuntu 22.04 LTS or newer

Supported architectures

ArchitectureValueDescription
amd64amd64Intel and AMD 64-bit processors. Most industrial PCs, servers, and desktop machines.
arm64arm64ARM 64-bit processors. Raspberry Pi 4/5, industrial ARM single-board computers.

Select the architecture that matches your edge hardware when creating the deployment.

Tested hardware

The following hardware has been tested with Fleetera edge deployments:

DeviceArchitectureRAMNotes
Raspberry Pi 4arm644 GB / 8 GBGood for small sites with fewer data points
Raspberry Pi 5arm644 GB / 8 GBImproved performance over Pi 4
Intel NUCamd648 GB+Good for medium-sized sites
Industrial PCs (OnLogic, Advantech)amd64 / arm648 GB+Recommended for production deployments

Network requirements

  • Internet access — required for VPN connectivity, Docker image downloads, and cloud communication
  • Local network access — required for connecting to industrial data sources (OPC UA servers, Modbus devices, etc.)
  • No inbound ports — the VPN mesh handles all connectivity without requiring inbound firewall rules
  • Bandwidth — minimal for telemetry data (typically a few KB/s per data point). The bootstrap process downloads Docker images (approximately 1–2 GB).

Storage considerations

  • Docker images — approximately 1–2 GB for all Fleetera Edge services
  • Local data buffer — Redis stores data locally before forwarding to the cloud
  • Logs — Docker container logs accumulate over time; configure log rotation
  • OS and system — reserve at least 4 GB for the operating system

For long-running deployments, 32 GB or more of storage is recommended to accommodate log growth and Docker image updates.

Operating system

Any Linux distribution that supports Docker is compatible. Tested distributions:

  • Ubuntu 22.04 LTS and newer
  • Debian 11 and newer
  • Raspberry Pi OS (64-bit)

The bootstrap script installs Docker automatically if it is not already present.

On this page