UI Flows
Core operator workflows — connect, manage, install, monitor
Connect to a Node
Open Dashboard
Navigate to the deployed dashboard URL (or localhost in dev). If no token is found in localStorage, the login page appears.
Enter Node URL
Input the node's HTTP base URL (e.g. http://localhost:2428 or a remote HTTPS endpoint).
Login
Enter node credentials. On success, JWT tokens are stored in localStorage and the dashboard redirects to the main overview.
Manage Contexts
Install Applications
Applications Page
Shows all installed applications across all contexts. Click Install to install a new app.
Specify App
Enter the application package ID or upload a WASM bundle. The node fetches the package from the registry if an ID is provided.
Target Context
Select which context to install the application into. Each context can host one application.
Identity & Root Keys
Monitor Logs
The Logs page provides a live view of node operation logs:
- Filter by level: DEBUG, INFO, WARN, ERROR
- Filter by context: Show only logs from a specific context or application
- Auto-scroll: Toggle to follow the latest output
- Copy: Copy log entries to clipboard for incident reports