Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

jeremehancock/media-stats

Repository files navigation

MediaStats

Simple Plex Media Stats

Default Mode Screenshot

Dark Mode Screenshot

Support this project

Donate

Docker Run

docker pull bozodev/mediastats:latest
docker run -d --name=mediastats -p 3778:3778 --restart unless-stopped bozodev/mediastats:latest

Docker Compose

Create docker-compose.yml:

services:
  nextjs:
    image: bozodev/mediastats:latest
    ports:
      - "3778:3778"

    container_name: mediastats
    restart: unless-stopped
docker-compose pull
docker-compose up -d

It is recommended to run this on the same server where your Plex Media Server is installed. That way you can use http://SERVER-NAME-OR-IP:3778 to access MediaStats on your local network.

If you want to run this on another machine you could use somethink like Tailscale to ensure both your server running Plex Media Server and the machine running MediaStats can communicate on your local network.

License

MIT License

AI Assistance Disclosure

This tool was developed with assistance from AI language models.

About

Plex Media Stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors