Quickstart
This path creates a local WebUI setup with one admin user and Codex enabled. You can enable other agents and chat adapters later.
Initialize
nordrelay initThe wizard asks whether the WebUI, autostart, chat adapters, and agents should be enabled. It writes:
~/.nordrelay/nordrelay.envIt also creates the first admin user if no user store exists.
Validate
nordrelay doctorReview warnings before starting. Common warnings are missing optional agents, missing chat tokens, missing ffmpeg, or package-manager PATH issues.
Start the WebUI
nordrelay webnordrelay web starts the connector and the dashboard in the background. It prints the dashboard URL, usually:
http://127.0.0.1:31878/The WebUI is login-protected. Sign in with the admin user created during initialization.
Start only the connector
nordrelay startUse this when you want chat adapters or peers without opening the browser dashboard immediately.
Connect a chat adapter
Open the WebUI, then go to Settings and use Setup wizard for Telegram, Discord, Slack, or Matrix. The wizard saves only changed values and explains where to find external IDs and tokens.
After linking a user and registering a channel or room, try:
/help
/session
/sessionsStop
nordrelay stopStopping NordRelay stops the connector and WebUI processes managed by NordRelay. External agent CLIs that you started yourself continue under their own process lifecycle.
