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
- Docker — Get Docker (Docker Desktop for Windows/macOS, Docker Engine for Linux)
Steps
-
Download reportburster-server-docker.zip
-
Extract the zip file to your preferred location
-
Navigate to the extracted
ReportBursterdirectory:cd ReportBurster -
Start the containers:
docker compose up -d -
Access the web interface at
http://localhost:9090