𝗦𝗲𝗿𝘃𝗲𝗿 𝗔𝗰𝗰𝗲𝘀𝘀 𝗟𝗼𝗴𝘀 𝘄𝗶𝘁𝗵 𝗚𝗼𝗔𝗰𝗰𝗲𝘀𝘀

I set up a mini web server on my Jetson Orin Nano. Now I need to see my web traffic.

I found GoAccess. It is a free and open source tool. It shows your server logs in real time.

You have two ways to view your data.

The terminal view works well. It parses your logs into organized text. It gives you useful data directly in your command line.

Seeing your traffic helps reduce stress. Knowing what happens on your server makes you feel in control.

The HTML view is even better for web developers. You can use Nginx as a reverse proxy to view your stats on a local web page.

The HTML version lets you:

  • Pick different themes
  • Customize how data looks
  • View charts easily

My next step involves connecting an agent. I want an agent to read logs and send alerts based on specific rules.

What tools do you use to monitor your web server? Which agent do you prefer for web analytics?

Source: https://dev.to/annavi11arrea1/server-access-logs-with-goaccess-333d