Support / field manual

Find the fault.Keep the signal.

A direct route from the first connection to signal quality, WebSocket output, integrations, and diagnostics—without hiding the system behind a help center.

StartInstallation
InspectDashboard
ConnectWebSocket
DiagnoseDoctor

01 / Fast route

Three steps to
a visible stream.

Begin with the official installation path, verify the stream in the browser, then connect the application layer.

02 / Manual index

Enter at the layer
you are working on.

The documentation is organized around the real acquisition path: hardware, server, stream, integration, and diagnosis.

03 / Bench commands

Use the
actual path.

These commands match the official PiEEG Server workflow.

Install and launchShell
pip install pieeg-server
sudo reboot
pieeg-server
Stream via PythonWebSocket
async with websockets.connect(
  "ws://raspberrypi.local:1616"
) as ws:
  async for msg in ws:
    print(json.loads(msg)["channels"])
Run diagnosticsCLI
pieeg-server doctor

04 / Still blocked?

Bring the issue
into the open.

Use GitHub for reproducible software issues, Discord for builder-to-builder help, or email for a direct support question.