Prerequisites
- A Golain account (invited to an organization, or access to a self-hosted instance)
- A modern browser (Chrome, Firefox, Safari, or Edge)
Step 1 — Sign in
- Open your Golain console URL (cloud:
https://web.ilyama.golain.io, or your operator-provided host). - Click Sign in. You are redirected to Zitadel for OIDC authentication.
- Complete login. You land on the organization picker or your last project.
Local development of the web app (
pw) can use mock auth — set VITE_MOCK_AUTH=true in .env. Production and shared environments always use real Zitadel login.Step 2 — Select org and project
The console scopes all actions to one organization and one project at a time.- Use the org switcher in the header if you belong to multiple organizations.
- Open Projects and select a project, or create one with New project.
- Note the URL pattern:
/{org_id}/{project_id}/…— bookmarks and deep links include both IDs.
Step 3 — Create a fleet
Fleets group devices for deployment and access control.- Go to Fleets in the project sidebar.
- Click Create fleet.
- Enter a name (for example
warehouse-sensors) and optional description. - Save. You are taken to the fleet detail view.
Step 4 — Register a device
- Inside your fleet, open Devices → Add device.
- Enter a device name (for example
sensor-01) and device type (typically MQTT). - Save. The device detail page shows:
- Device ID (UUID)
- Connection status (offline until the edge client connects)
- MQTT details — broker host, port, TLS, client ID, topic filters
Step 5 — Connect an edge client (optional)
To see the device come online:- Install Omega on your hardware or a dev machine.
- Configure JITR enrollment or paste MQTT credentials from the console.
- Start Omega. Within a few seconds the device status in the console should show connected.
Step 6 — Verify telemetry and events
- Event stream — project-level live events (device connect/disconnect, audit actions).
- Stats & graphs — fleet connectivity breakdown.
- Data explorer (golain TUI) — run QueryScript against project telemetry.
Next steps
Platform concepts
Orgs, projects, fleets, permissions, and API scope.
Console guide
Full tour of the web UI modules.