Reference
CLI Reference
Command-line flags for starting FluxMQ
CLI Reference
Last Updated: 5th February 2026
fluxmq
./build/fluxmq [--config /path/to/config.yaml]Flags
--configPath to a YAML configuration file. A path that does not exist is a startup error: a typo used to start a broker on built-in defaults, which means no auth and no TLS, and report itself healthy.--config-optionalFall back to built-in defaults when the--configpath is missing, instead of failing. Opt in deliberately; it is the old behaviour.
Omitting --config entirely still runs on defaults.
Examples
./build/fluxmq
./build/fluxmq --config examples/no-cluster.yaml
./build/fluxmq --config /etc/fluxmq/config.yaml --config-optional