LibreSpeed

Test your internet connection's performance with a free and open-source tool. Get accurate results for ping, jitter, download, and upload speeds without Flash or Java.

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:

  • Ping: The latency of your connection.
  • Jitter: The variation in ping over time.
  • Download Speed: How quickly you can receive data.
  • Upload Speed: How quickly you can send data.

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.

Directory Structure

librespeed
data
.env
docker-compose.yml

docker-compose.yml

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-stopped

.env

ADMIN_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to LibreSpeed

Favicon

 

  
  
Favicon

 

  
  
Favicon