Installation & Setup
Install ReportBurster Server on Windows, Linux, or macOS — directly or with Docker containers.
ReportBurster Server runs on Windows, Linux, and macOS. You can install it directly on the host machine or deploy it in Docker containers.
Table of Contents
Option 1 — Windows
ReportBurster Server installs on Windows the same way as ReportBurster Desktop. The installation steps are identical — download, extract, and run.
Prerequisites
- Java 17 or higher — on Windows,
ReportBurster.exeautomatically checks for Java when you launch it. If Java is missing, the application will guide you through the installation. See the QuickStart in 5 Minutes guide for the full walkthrough with screenshots.
Steps
-
Download the latest version: reportburster-server.zip
-
Extract the zip file to your preferred location Example:
C:/ReportBurster-Server(Tip: use a simple path likeC:/ReportBurster-Serverinstead ofC:/Program Files/ReportBurster-Serverfor easier access) -
Start the server by running
startServer.bat -
Access the web interface at
http://localhost:9090
Windows Service
ReportBurster Server can be configured as a Windows service so it starts automatically with the operating system and runs in the background. For details, see the Scheduling & Automation page.
Option 2 — Linux / macOS
ReportBurster Server runs natively on Linux and macOS. Install Java, extract the archive, and start the server from the terminal.
Prerequisites
- Java 17 or higher — install using your system package manager or download from Adoptium:
# Ubuntu / Debian sudo apt install openjdk-17-jdk # macOS (Homebrew) brew install openjdk@17
Steps
-
Download the latest version: reportburster-server.zip
-
Extract the archive:
unzip reportburster-server.zip -d /opt/reportburster-server -
Make the scripts executable:
chmod +x /opt/reportburster-server/*.sh -
Start the server:
/opt/reportburster-server/startServer.sh -
Access the web interface at
http://localhost:9090
Option 3 — Docker Containers (All Platforms)
ReportBurster Server can also be deployed as Docker containers on Windows, Linux, and macOS. Docker packages the server together with all its dependencies — no Java installation needed. Docker is also required for the additional apps that ReportBurster integrates with (Document Portal, BI dashboards).
Prerequisites
- Docker — Get Docker (Docker Desktop for Windows/macOS, Docker Engine for Linux)
Steps
-
Download the Docker package: reportburster-server-docker.zip
-
Extract the zip file to your preferred location
-
Start the containers:
docker compose up -d -
Access the web interface at
http://localhost:9090
Downloads
| Package | Use Case | Download |
|---|---|---|
| reportburster-server.zip | Direct install — Windows, Linux, macOS | Download |
| reportburster-server-docker.zip | Docker containers — all platforms | Download |
For a comparison of Desktop and Server editions, see ReportBurster Server Overview.