> ## 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.

# Run a Node

Now that you have [installed the `kona-node`](/rust/kona/node/install/overview),
it's time to run it.

In this section, we'll guide you through running the kona-node on
various networks and with different configurations.

## Supported Networks

Kona uses the [superchain-registry][scr] to dynamically load
chain configurations for the specified network. As such, Kona
can only support networks that are defined this way.

[scr]: https://github.com/ethereum-optimism/superchain-registry

To view available networks, the `kona-node` binary provides
a `registry` subcommand that lists all available networks:

```bash theme={null}
kona-node registry
```

:::tip
Want to add support for a new network?
Feel free to [add a chain](https://github.com/ethereum-optimism/superchain-registry/blob/main/docs/ops.md#adding-a-chain)
to the superchain-registry!
:::

## Configuration & Monitoring

Learn how to configure and monitor your node:

* **[Configuration](/rust/kona/node/configuration)** - Configure your node
* **[Monitoring](/rust/kona/node/monitoring)** - Set up logs, metrics, and observability
