The local cockpit
Explore the graph, reports, and prompts in a browser on your own machine.
Start a local session
Terminal
fehm serve .fehm/graph.json --watchOpen http://127.0.0.1:7331. The CLI binds to loopback by default. Add --port 7441 when the default port is in use.
Multiple projects
Terminal
fehm serve /path/to/a/.fehm/graph.json /path/to/b/.fehm/graph.json --watchUse the project switcher to select the repository. Each graph must reference a source directory available to the server. Rescan after moving a repository.
Remote access
Non-loopback binding requires a bearer token of at least 32 characters unless explicitly bypassed. Prefer a trusted TLS proxy or SSH forwarding. Projects share authentication in one process; this is not multi-tenant hosting.
Stop and restart
Stop the foreground process with Ctrl+C and restart with the same command. For Linux services, use a path without spaces.