Maximus BBS

Documentation for Maximus BBS — Next Generation

View on GitHub

MaxCFG

The Maximus BBS configuration tool

MaxCFG is your one-stop shop for configuring Maximus BBS. System settings, menu definitions, user accounts, message and file areas, language strings, color themes — it’s all here. You can do everything from the interactive TUI editor, or use command-line flags for scripted/headless operations like converting legacy configs.


Two Ways to Use It


TUI Editor Pages

The TUI editor is broken into focused sections, each with its own page:


Built-in Tools

MaxCFG also bundles a couple of standalone tools accessible from the CLI:


Quick Start

# Launch the interactive editor
maxcfg

# Launch pointing at a specific BBS installation
maxcfg /opt/maximus

# Convert a legacy config to TOML
maxcfg --export-nextgen /path/to/max.ctl

# Apply a delta overlay to a language file
maxcfg --apply-delta english.toml

For the full CLI flag reference, see CLI Usage.