OpenSource-Hub
G

GoAccess

20.5k stars·Developer Tools·SHA-256 checksum verified

GoAccess is a fast, real-time web log analyzer that runs in the terminal or browser, perfect for monitoring HTTP traffic and spotting anomalies instantly.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

A real-time, terminal-based web log analyzer that’s lightweight, fast, and requires almost no setup.

Core Features

  • Real-time updates (200ms terminal, 1s HTML)
  • Supports nearly all web log formats (Apache, Nginx, AWS, etc.)
  • Incremental log processing with on-disk persistence
  • WebSocket authentication with JWT support
  • ASN mapping for security threat detection

What It Can't Do

  • You may need to specify the log format manually if auto-detection fails. 2. Real-time HTML mode requires WebSocket port 7890 to be open. 3. For very large logs, memory usage can be high; use `--max-items` to limit entries.

Use Cases

  • SSH into a server and instantly analyze Nginx access logs for anomalies
  • Set up a live dashboard to detect DDoS attacks or bot traffic
  • Parse CDN logs (CloudFront, S3) to optimize caching strategies

Detailed Introduction

GoAccess is an open-source, real-time web log analyzer and interactive viewer designed for system administrators, DevOps, and security professionals. It parses web server logs (Apache, Nginx, Amazon S3, CloudFront, etc.) in real time and displays statistics in the terminal or via a live HTML dashboard. Key features include real-time updates every 200ms (terminal) / 1s (HTML), minimal configuration, support for large datasets with optimized in-memory hash tables, WebSocket authentication, incremental log processing, ASN mapping for security analysis, and customizable color schemes. It's lightweight (only ncurses dependency) and can output reports in HTML, JSON, and CSV formats. Ideal for quick SSH-based log analysis or permanent monitoring setups.

Tags

web-log-analyzerreal-timeterminalmonitoringnginxapachesecurity

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Install via package manager: `apt install goaccess` (Linux), `brew install goaccess` (macOS), or use WSL on Windows

4

Generate a real-time HTML report: `goaccess /var/log/nginx/access.log -o report.html`

5

View in terminal: `goaccess /var/log/nginx/access.log --log-format=COMBINED`

Install Guide
  1. Install via package manager: `apt install goaccess` (Linux), `brew install goaccess` (macOS), or use WSL on Windows
  2. Generate a real-time HTML report: `goaccess /var/log/nginx/access.log -o report.html`
  3. View in terminal: `goaccess /var/log/nginx/access.log --log-format=COMBINED`
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Use your package manager to remove: `apt remove goaccess`, `brew uninstall goaccess`. If compiled from source, run `make uninstall` in the source directory.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseGPL-2.0
Last Updated2026-05-13 12:55:59
GitHub RepositoryOfficial Website

Similar Projects