Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
ServerStats Dashboard
Monitor your Paper server in real time ā directly from your browser.
ServerStats Dashboard is a lightweight Paper plugin that spins up a built-in web server and serves a live admin dashboard. No external software, no databases, no dependencies. Just drop in the JAR, start your server, and open your browser.
⦠Features
š Live Stats
- TPS ā color-coded (green / yellow / red) with a real-time history graph
- RAM usage ā used vs. max heap with a progress bar
- Player count ā slots used vs. available
- Server uptime ā formatted as hours, minutes, seconds
š„ Player Management
- Live player table with world, gamemode, ping, HP, level and playtime
- Kick players directly from the dashboard (password-protected)
- Join / Leave log with timestamps
š¬ Chat Log
- Live scrolling chat log with player names and timestamps
- Auto-scrolls to the latest message
š World Overview
- All loaded worlds with environment type, entity count and loaded chunk count
š Security
- HTTP Basic Auth ā optional password protection for the dashboard
- IP Whitelist & Blacklist ā restrict access to specific IPs
- Rate Limiting ā configurable max requests per minute per IP
āļø Admin Tools
/dashboardā shows a clickable dashboard URL in chat/dashboardreloadā reloads config and restarts the HTTP server without a full server restart- Fully configurable via
config.yml
šØ UI
- Dark / Light mode toggle
- Fully responsive ā works on mobile
- Auto-refresh every N seconds (configurable)
- English & German language support
š Installation
- Download the JAR and drop it into your
plugins/folder - Start or restart your server
- Open
http://YOUR-SERVER-IP:8080in your browser - Done ā
āļø Configuration
port: 8080
password-enabled: false
password: "changeme"
refresh-interval-seconds: 3
ip-whitelist: []
ip-blacklist: []
chat-log-size: 50
tps-history-size: 60
rate-limit-per-minute: 120
language: "en"
š§ Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/dashboard |
Shows the dashboard URL in chat | serverstats.dashboard |
/dashboardreload |
Reloads config & restarts HTTP server | serverstats.reload |
Both permissions default to OP only.
š ļø Technical Details
- No external libraries ā uses Java's built-in
com.sun.net.httpserver - Thread-safe ā all Bukkit API calls happen on the main thread via a snapshot cache; HTTP threads never touch the API directly
- Dedicated thread pool ā HTTP server runs on daemon threads, completely separate from the server thread
- Paper 1.21.11+ required
š Compatibility
| Software | Supported |
|---|---|
| Paper 1.21.11 | ā |
| Purpur | ā |
| Folia | ā |
| Spigot | ā |
Found a bug or have a feature request? Open an issue on GitHub.


