A privacy-first, browser-based stats and vehicle analyzer for SCUM game server save files.
- All analysis runs 100% in your browser. No data is ever uploaded or shared—your files stay local.
- Fan project: Not affiliated with SCUM or Gamepires. For the community, by the community.
- Easy-to-use UI: Upload your
SCUM.dbsave file and instantly explore stats. - Stat Analysis: Visualize player kill stats, survival stats, fishing, stats, and more.
- Squad Vehicle Analysis: See all vehicles per user, grouped by squad.
- Export & Share: Download charts as images or send them directly to a Discord webhook.
- Responsive & Accessible: Works on desktop and mobile, with accessibility in mind.
SCUM is a hardcore survival game by Gamepires. This tool is for server admins, players, and community members who want to analyze and visualize their server's save data.
- Your data never leaves your device.
- All processing is done locally in your browser using sql.js.
- No tracking, no analytics, no cloud—just you and your data.
- React (UI)
- TypeScript (type safety)
- Vite (build tool)
- sql.js (SQLite in the browser)
- Recharts (data visualization)
- Material UI (modern controls)
Below are example screenshots of the app in action. (Player names and sensitive data are blurred for privacy.)
Squad vehicles: see all vehicles per squad and member, with filtering and export.
Example of the Demographics Stats
A free-to-use web version will be available soon at:
https://scum-analyzer.agent772-tools.de/
Bookmark this page for updates!
You can run ScumDB Web Analyzer locally using Docker. No Node.js or npm required!
docker run --rm -p 5173:80 \
agent772/scumdbwebanalyser:latestThen open http://localhost:5173 in your browser.
Create a docker-compose.yml like this:
version: '3.8'
services:
scumdbwebanalyser:
image: agent772/scumdbwebanalyser:latest
ports:
- "5173:80"Then run:
docker-compose up -dThe app will be available at http://localhost:5173.
- Download your
SCUM.dbsave file from your server. This file is usually located at/Saved/SaveFiles/SCUM.dbon your server. - Open the app in your browser (or use the online version above).
- Click Upload SCUM.db and select your file.
- Explore stats, vehicles, and more!
- Export charts as images or send them to Discord.
- PRs and suggestions are welcome!
- Please blur any sensitive data in screenshots before sharing.
- See CONTRIBUTING.md for guidelines (coming soon).
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
- You may use, modify, and distribute this software for non-commercial purposes only.
- You may NOT use this software on or for any server or service that operates a real-money bot shop or similar monetization scheme where the owner receives money for in-game items, bots, or services.
See the LICENSE file for details and additional terms.
- This is a fan-made project and is not affiliated with SCUM or Gamepires.
- All trademarks and copyrights belong to their respective owners.
- Use at your own risk.
- Developed by Agent772
- Inspired by scum-forge/sctl (original idea and CLI tool)
- Powered by ChatGPT 4.1 (for code generation and assistance)
