Skip to content

nordrelay service

Install, remove, or inspect OS service integration.

Usage

bash
nordrelay service <subcommand> [options]

Subcommands

SubcommandPurpose
installInstall a user-level service or scheduled task
uninstallRemove the service
removeAlias for uninstall
statusInspect service status

Options

OptionDescription
--dry-runPrint generated service files and commands without installing
`--platform linuxdarwin
--no-startInstall without starting immediately
--name <name>Linux/Windows service or task name
--label <label>macOS launchd label

Examples

bash
nordrelay service install --dry-run
nordrelay service install
nordrelay service status
nordrelay service uninstall

Platform behavior

PlatformIntegration
Linuxsystemd user service
macOSlaunchd LaunchAgent
Windowsscheduled task

Autostart can also be managed from Settings with NORDRELAY_AUTOSTART_ENABLED and NORDRELAY_WEBUI_AUTOSTART_ENABLED.

Released under the MIT License.