> For the complete documentation index, see [llms.txt](https://hyperdust-foundation.gitbook.io/docs-and-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperdust-foundation.gitbook.io/docs-and-guides/run-a-hyperagi-node/1.basic-requirements.md).

# 1.Basic Requirements

#### Please ensure the following devices and configurations first.The entire deployment time is approximately one and a half hours. <a href="#please-ensure-the-following-devices-and-configurations-first.the-entire-deployment-time-is-approxima" id="please-ensure-the-following-devices-and-configurations-first.the-entire-deployment-time-is-approxima"></a>

#### <mark style="color:red;">**1.1**</mark> <mark style="color:red;"></mark><mark style="color:red;">Public IP</mark> <a href="#id-1.1-public-ip" id="id-1.1-public-ip"></a>

<mark style="color:red;">Each node requires a dedicated public IP (one-to-one correspondence).</mark>

#### **1.2** Operating System <a href="#id-1.2-operating-system" id="id-1.2-operating-system"></a>

Currently, only support the Windows operating system; 64-bit Windows Server 2016/2019/2022, Windows 10/11.

#### **1.3** Antivirus Software <a href="#id-1.3-antivirus-software" id="id-1.3-antivirus-software"></a>

Please disable security software to prevent processes from being mistakenly terminated, leading to service failure.

#### 1.4 Hardware Configuration <a href="#id-1.4-hardware-configuration" id="id-1.4-hardware-configuration"></a>

**CPU**: Minimum 4 cores, recommended 8 cores

**Memory**: Not less than 16GB

**GPU**: GeForce series 3050 or above (requires connecting to a monitor or using a GPU emulator, and the installation of the latest drivers)

Tesla series P40, V100, T4, A10, M60 (requires Grid driver and authorization)

Quadro series P4000, P5000, P6000, RTX4000, RTX5000 (requires connecting to a monitor or using a GPU emulator, and the installation of the latest drivers)

**Hard Drive**: D drive is recommended to have 1TB of free space (more is better).

#### **\*Note:** If you use a laptop as a node, it must be equipped with a dedicated graphics card and support direct connection mode (simultaneously disable integrated graphics). <a href="#note-if-you-use-a-laptop-as-a-node-it-must-be-equipped-with-a-dedicated-graphics-card-and-support-di" id="note-if-you-use-a-laptop-as-a-node-it-must-be-equipped-with-a-dedicated-graphics-card-and-support-di"></a>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hyperdust-foundation.gitbook.io/docs-and-guides/run-a-hyperagi-node/1.basic-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
