Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Start the server

Running orion-server with no subcommand starts the server. The global flag -c, --config <path> names the TOML config file and applies to every subcommand.

Synopsis

orion-server [-c <config.toml>]

Description

Each subcommand loads the same merged configuration: defaults, then the file, then ORION_* environment overrides. See How settings are resolved. Both binaries accept --version, which prints the version, git hash, and build timestamp.

Options

FlagDescription
-c, --config <path>The TOML configuration file. Applies to every subcommand.
--versionPrint the version, git hash and build timestamp, then exit.

Examples

orion-server                          # Start with defaults
orion-server -c config.toml           # Start with a config file

Last verified 14 September 2026