# Run a Fieres Blockchain full node

This section provides documents on how to build and maintain a Fieres blockchain full node and then validate the Fieres network using a Fieres node.

The quickest way to learn about Fieres is to run a node and interact with the network. In this tutorial, we will:

* Install and run an Fieres node
* Connect to Fieres

**Requirements**[**​**](https://docs.avax.network/nodes/build/run-avalanche-node-manually#requirements)

**Computer Hardware and OS**

Nodes can operate on common hardware because Fieres is such a lightweight protocol. Keep in mind that hardware requirements may alter as network demand grows.

* CPU: Equivalent of 6 AWS vCPU
* RAM: 8 GB
* Storage: 250 GB

**Networking**[**​**](https://docs.avax.network/nodes/build/run-avalanche-node-manually#networking)

To run successfully, Fieres needs to accept connections from the Internet on the network port 1337 for mainnet. You must decide the networking environment your node will operate in before you start the installation.

**Running on a Cloud Provider**[​](https://docs.avax.network/nodes/build/run-avalanche-node-manually#running-on-a-cloud-provider)

Your node will have a static IP if it is operating on a cloud provider's computer instance. Find out what that static IP is, or if you haven't already, configure it.

**Running on a Home Connection**[​](https://docs.avax.network/nodes/build/run-avalanche-node-manually#running-on-a-home-connection)

You have a dynamic IP, which means that it will change from time to time if you are running a node on a computer connected to a residential internet connection. In order to access the computer, the node is installed on from the Internet, you must configure inbound port forwarding 1337 for the test net.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fieres.io/build-and-api/run-a-fieres-blockchain-full-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
