# Run a Node

> Run a node on Flare.

> For the complete documentation index, see [llms.txt](/llms.txt). Markdown versions of documentation pages are available by appending `.md` to the page URL.

Source: https://dev.flare.network/run-node

Running your own node is the most direct way to connect to and interact with the Flare network. Whether you need to query blockchain data for your application, want to help secure the network by validating transactions, or aim to participate fully in Flare's data protocols, setting up a node is the first step.

This guide covers the different types of nodes you can run - RPC, Validator, and Flare Entity - and provides links to detailed setup instructions for each.

## RPC Node[​](#rpc-node "Direct link to RPC Node")

Allows applications to read blockchain data and submit transactions. Does not participate in consensus.

[

## Check System requirements

Minimum hardware requirements for running a node.

](/run-node/system-requirements)

[

## Run Node from source

Run a Flare node from go-flare source code.

](/run-node/from-source)

[

## Run Node using Docker

Run a Flare node using Docker.

](/run-node/using-docker)

## Validator Node[​](#validator-node "Direct link to Validator Node")

Secures the network by validating transactions and participating in consensus. Setting up a validator starts with installing a standard node (see [RPC Node](#rpc-node)). Once your node is running, proceed with the registration:

[

## Register as Validator

Register your Flare node as a validator.

](/run-node/register-validator)

Validator Tracker

You can track validator status, uptime, and software versions on the [Flare Validator Tracker](https://flare-validators.flare.network).

## Flare Entity[​](#flare-entity "Direct link to Flare Entity")

Runs alongside a Validator to provide crucial data for Flare's FTSO and FDC protocols. Required for full reward eligibility. Requires a running [Validator Node](#validator-node). To set up a Flare Entity:

[

## Set Up Flare Entity

Provide data for Flare's enshrined FTSO and FDC protocols.

](/run-node/flare-entity)

Systems Explorer

You can view Flare Entity data, including reward epochs and finalization, on the [Flare Systems Explorer](https://flare-systems-explorer.flare.network/providers).
