iperf3-webui
iPerf3-WebUI is a modern, lightweight, web-based frontend for iPerf3, built using Python 3 and Flask
10K+
iPerf3-WebUI is a lightweight, web-based frontend for iPerf3, built with Python 3 and Flask.
Easily run network speed tests from any device — Windows, macOS, Linux, or even Android (via Termux).
Pull and run the pre-built image from Docker Hub:
docker pull srimadhaven05/iperf3-webui
Then run the container:
docker run -it -p 5000:5000 maddydevglitch/iperf3-webui:v1.3.0.1
The app will be available at 👉 http://localhost:5000
env.yamlYou can mount a custom config file (env.yaml) to tweak the UI appearance (logo, colors, speedometer style):
docker run -it -p 5000:5000 -v ./env.yaml:/app/env.yaml maddydevglitch/iperf3-webui:v1.3.0.1
env.yaml
This image and project are licensed under the MIT License.
See the LICENSE for details.
Developed by MaddyDev-glitch (Srimadhaven Thirumurthy)
Content type
Image
Digest
sha256:96ecc5d9f…
Size
389.8 MB
Last updated
9 months ago
docker pull srimadhaven05/iperf3-webui