SOSParser automatically analyzes sosreport and supportconfig files — extracting system info, configs, logs, network, cloud detection, and more — into beautiful, actionable HTML reports.
Everything you need to diagnose Linux systems fast
Upload a complete sosreport and get a comprehensive HTML report in under 60 seconds. No more manually grepping through thousands of log lines.
Deploy locally with Docker for complete privacy, or use Public Mode for demo instances with automatic data cleanup and audit logging.
System info, hardware, kernel, CPU, memory, disk, filesystem, LVM, network interfaces, routing, DNS, firewall rules, and cloud detection (AWS/Azure/GCP/Oracle).
Automatically extracts and indexes system logs, kernel logs, authentication logs, service logs, boot logs, and more with syntax highlighting.
Single command deployment. Runs anywhere Docker works — local machine, server, Kubernetes cluster. Multi-arch: amd64 + arm64.
Adjust log line limits, enable/disable features, configure storage volumes, set up reverse proxy with Nginx — you control everything.
One tool for all major Linux platforms
Run it locally with Docker — no setup required
# Pull the image
docker pull samuelmatildes/sosparser:latest
# Run the container
docker run -d -p 8000:8000 --name sosparser \
samuelmatildes/sosparser:latest
# Open in browser
open http://localhost:8000
Try the live demo or deploy locally in seconds