Skip to content

Engine Commands

insider 2026-08-26 JSON ↗

Global Options

The following flags can be passed to any command:

FlagShortTypeDescription
--json-jbooleanOutput results in JSON format

Commands Overview

CommandDescription
niksphere-engine helpHelp about any command
niksphere-engine runStart the Niksphere Engine server
niksphere-engine selfManage the Niksphere Engine itself
niksphere-engine serviceManage Niksphere Engine as an OS service

niksphere-engine help

Help provides help for any command in the application. Simply type niksphere-engine help [path to command] for full details.

bash
niksphere-engine help

niksphere-engine run

Start the Niksphere Engine HTTP and API server in interactive or background service mode.

bash
niksphere-engine run [flags]

Flags:

FlagShortDefaultDescription
--config-c(None)Path to configuration file
--service-name(None)niksphere-engineName of the service (used under SCM)

niksphere-engine self

Manage components, view information, and export metadata for the Niksphere Engine itself.

bash
niksphere-engine self

niksphere-engine self about

Print information about Niksphere Engine

bash
niksphere-engine self about

niksphere-engine self usage

Export the full Niksphere Engine CLI command hierarchy, options, and flags as a standardized Usage JSON specification.

bash
niksphere-engine self usage [flags]

Flags:

FlagShortDefaultDescription
--format-fjsonOutput format ('json' or 'kdl')
--out-o(None)File path to save the generated usage specification

niksphere-engine service

Manage the Niksphere Engine background service lifecycle (install, uninstall, start, stop, restart) on Windows, Linux, and macOS.

bash
niksphere-engine service [flags]

Flags:

FlagShortDefaultDescription
--config-c(None)Path to configuration file
--service-name(None)niksphere-engineName of the service (used under SCM)

niksphere-engine service install

Install the engine as an OS service

bash
niksphere-engine service install

niksphere-engine service restart

Restart the OS service

bash
niksphere-engine service restart

niksphere-engine service start

Start the OS service

bash
niksphere-engine service start

niksphere-engine service stop

Stop the OS service

bash
niksphere-engine service stop

niksphere-engine service uninstall

Uninstall the OS service

bash
niksphere-engine service uninstall