Self-Host with Docker

Deploy ReportBurster Server as Docker containers on Windows, Linux, or macOS — no Java installation needed.


ReportBurster Server can be deployed as Docker containers on Windows, Linux, and macOS. Docker packages the server together with all its dependencies — no Java installation needed.

Prerequisites

  • DockerGet Docker (Docker Desktop for Windows/macOS, Docker Engine for Linux)

Steps

  1. Download reportburster-server-docker.zip

  2. Extract the zip file to your preferred location

  3. Navigate to the extracted ReportBurster directory:

    cd ReportBurster
  4. Start the containers:

    docker compose up -d
  5. Access the web interface at http://localhost:9090