> ## Documentation Index
> Fetch the complete documentation index at: https://docs.optimism.io/llms.txt
> Use this file to discover all available pages before exploring further.

# `kona-node` Subcommands

Below are the available subcommands for `kona-node`:

* **node**: Runs the main consensus node service. This is the primary subcommand for operating a rollup node.
* **info**: Displays information about the node, build, and environment.
* **bootstore**: Manages the P2P bootstore (used for peer discovery and persistence).
* **net**: Provides network-related utilities and diagnostics.
* **registry**: Interacts with the chain registry for configuration and metadata.

For more details on each subcommand and their flags, run:

```
kona-node <subcommand> --help
```
