Skip to main content
For the complete documentation index, see llms.txt. Markdown versions are available by appending .md to page URLs.
This path starts a development instance bound to 127.0.0.1:4173. Use the automated installer for a production deployment.

Prerequisites

  • Node.js 20 or later
  • npm
  • Access to the private Lookout repository
1

Install dependencies

From the repository root:
2

Validate the configuration

The example is safe for loopback-only development and stores state outside the config directory.
3

Start Lookout

Open http://127.0.0.1:4173 to view the local console.
4

Verify health

In another terminal:
The unauthenticated health response contains aggregate runtime state, not event or graph contents.
5

Query the graph

The example configuration permits loopback requests to act as local admin:
Do not use npm start as a production installation. It does not provision service accounts, private TLS, encrypted storage, signed collectors, or systemd hardening.

Next steps

Configure Lookout

Set storage, collectors, exports, and webhooks.

Explore the HTTP interface

Send authenticated requests and inspect available resources.