Deploy Your Own Packet Loss Test Server

Run your own OpenPacketLoss™ Server on hardware you control and test packet loss, jitter, and latency across your LAN, Wi-Fi, or WAN path without relying on a public endpoint.

Install from an app store, run it in a container, or deploy a native desktop package. The same server works across phones, tablets, desktops, and self-hosted lab environments.

App Stores

Use the native store packages if you want the fastest setup path on Apple, Android, Windows, or Linux devices, with automatic updates available through the platform store.

Containers

Ideally suited for servers, NAS devices (Unraid, Synology), and automated lab environments. We provide native multi-architecture support for modern hardware:

  • linux/amd64: Standard Intel/AMD servers and Cloud VMs.
  • linux/arm64: Raspberry Pi 4/5, AWS Graviton, and Apple Silicon.
  • linux/arm/v7: Raspberry Pi 3 and compatible boards.
# Pull the official multi-arch image docker pull openpacketloss/openpacketloss-server:latest # Run the server using host networking (recommended for accuracy) docker run -d \ --name openpacketloss \ --network host \ --restart unless-stopped \ openpacketloss/openpacketloss-server:latest

Direct Downloads

Download the native OpenPacketLoss™ Server binary for your platform. These builds are optimized for high-performance network testing.

Windows

macOS

Linux Packages

Related Articles

Recommended Deployment Paths

  • Home users & Gamers: Install from the official stores (Apple, Google, Microsoft) for the easiest setup and automatic updates.
  • Lab & Edge Infrastructure: Use Docker for repeatable deployments, easy versioning, and minimal host OS clutter.
  • Linux Power Users: Choose between Snap, Flatpak, or native DEB/RPM packages based on your distribution's package management preference.