Terminal operator flow
Run LiteVerse from Windows, macOS, Linux, servers, and VPS hosts.
The CLI node pairs with the same LiteVerse account used by the dashboard. Use it for long-running sessions, automation, account inspection, live streaming, rewards checks, and host telemetry.
Use the CLI for pairing, runtime control, status, sessions, and rewards.
Core tasks
StartLaunches the runtime for live participation.
StatusShows account state, runtime health, sessions, rewards, and sync progress.
StreamKeeps a live terminal feed open with reconnect behavior.
SessionsLists, inspects, resets, and revokes LiteVerse sessions from the terminal.
Commands
liteverse-cli auth login liteverse-cli pair --code LITE-ABCD-EFGH liteverse-cli start --foreground --auto-discover liteverse-cli status liteverse-cli stream liteverse-cli auth providers liteverse-cli session current liteverse-cli rewards show
Pair the CLI to the account shown in the dashboard.
01
Sign in on the dashboard
Open the dashboard first so LiteVerse knows which account will own the CLI node.
02
Create a pairing code
Use the dashboard pairing flow and copy the code before it expires.
03
Run the pair command
Paste the code into the CLI and wait for the terminal to confirm the linked session.
04
Start and stream
Run status for the snapshot and stream for live updates.
Terminal status covers account, session, runtime, and platform health.
Status includes
Paired or unpaired account state.
Linked account and node IDs.
Runtime process and heartbeat state.
Watcher coverage and InterLayer probe status.
Google and email/password readiness across the LiteVerse deployment.
Useful links