title: “Recon Server” weight: 7 menu: main: parent: Features summary: Recon is the Web UI and analysis service for Ozone

Recon serves as a management and monitoring console for Ozone. It's an optional component, but it is strongly recommended to add it to the cluster since Recon can help with troubleshooting the cluster at critical times. Refer to [Recon Architecture]({{< ref “concept/Recon.md” >}}) for detailed architecture overview and [Recon API]({{< ref “interface/ReconApi.md” >}}) documentation for HTTP API reference.

Recon is a service that brings its own HTTP web server and can be started by the following command.

{{< highlight bash >}} ozone --daemon start recon {{< /highlight >}}