Skip to content

CLI command reference

bash
nordrelay <command> [options]

Commands

CommandPurpose
initCreate local config and the first admin user
userManage users, groups, and chat identity links
peerManage secure NordRelay peer federation
serviceInstall, remove, or inspect OS service integration
doctorValidate the local setup and apply safe fixes
webStart the WebUI and connector in the background
startStart the connector in the background
stopStop the connector and WebUI
restartRestart the connector
statusShow connector and WebUI status
updateUpdate NordRelay
foregroundRun the connector in the current terminal
versionPrint the installed version

Global options

OptionDescription
--home <path>Use a custom NordRelay home directory instead of ~/.nordrelay
--host <host>WebUI bind host for commands that start the dashboard
--port <port>WebUI bind port for commands that start the dashboard
--buildBuild the project before starting or restarting when running from source
--help, -hShow top-level help
--version, -vPrint the installed version

Prefer --*-file <path> options for secrets when a command accepts them.

Released under the MIT License.