LibreSpeed is a straightforward and lightweight tool for measuring your internet connection's performance. It's a free and open-source solution that provides a no-nonsense approach to speed testing. Unlike many other services, it operates without requiring Flash, Java, or WebSockets, ensuring a fast and secure experience on any modern browser. You can quickly get detailed metrics including:
The platform is designed with privacy in mind. While it collects anonymous test data for service improvement and result sharing, it does not store your IP address. This makes it a reliable choice for users who value their privacy while needing accurate performance data.
services:
speedtest:
image: ghcr.io/librespeed/speedtest:latest
container_name: librespeed
ports:
- "8080:80"
environment:
- MODE=standalone
- TELEMETRY=true
- PASSWORD=${ADMIN_PASSWORD}
- TITLE=Librespeed
volumes:
- ./data:/database
restart: unless-stoppedADMIN_PASSWORD=your_super_secret_passwordAuto-fetched about 24 hours ago
Auto-fetched about 24 hours ago