Macha Logo

Local dashboard

Every time you run macha, a dashboard starts automatically at http://127.0.0.1:4040. Open it in your browser.

The dashboard shows:

  • Connection status and tunnel URL
  • Stats — total requests, bytes in/out, average response time, uptime
  • Live request log — method, path, size, duration — updates in real time

It uses Server-Sent Events so the log updates live without polling.

Change the dashboard port

macha --port 3000 --subdomain myapp --dashboard-port 5050

Set --dashboard-port 0 to disable the dashboard entirely.