# Node Deployment

## Step 1 - <mark style="color:green;">Installation</mark>

Download and install your preferred version of the Node App from the official links:\
[Download Windows Desktop App (V 1.1.0)](https://iagentassets.s3.ap-south-1.amazonaws.com/iAgent-DESKTOP-V1.1.0.exe)\
[Download CLI App (V 1.0.5)](https://iagentassets.s3.ap-south-1.amazonaws.com/iagent-node-cli.v1.0.5.zip)

<figure><img src="/files/JyuVnRKit9iiIxBpcMsr" alt=""><figcaption></figcaption></figure>

Click on 'Sign In' to start the registration process.

<figure><img src="/files/6oUlymBuGHp16vN6MQyK" alt=""><figcaption></figcaption></figure>

## Step 2 - <mark style="color:green;">Registration</mark>

Launch and follow prompts to Register as a first time user.

{% tabs %}
{% tab title="Windows Desktop" %}
Click on 'Register' button to start the registration process for a first time user.&#x20;

<figure><img src="/files/Ql1WmNdzNAHOD9uP04D4" alt=""><figcaption></figcaption></figure>

You will be taken to iAgent Node Web-App on your default browser. Sign in to 'MetaMask' from the Connect Wallet pop-up.

<figure><img src="/files/PJkOR5KtSG60CAfYPl88" alt=""><figcaption></figcaption></figure>

*Note: In case you encounter 'DLL Missing' error, please download Visual C++ Packages from below link:*\
<https://www.microsoft.com/en-ie/download/details.aspx?id=48145>
{% endtab %}

{% tab title="CLI" %}

1. **SETUP**\
   Insert below commands to begin:\
   `sudo apt update`

   `sudo apt install curl unzip`

   `sudo curl -L -o iagent-node-cli.zip https://iagentassets.s3.ap-south-1.amazonaws.com/iagent-node-cli.v1.0.5.zip`

   `unzip iagent-node-cli.zip`

   `Chmod +x iagent-node-cli (if no permission)`\
   \
   `sudo apt install nodejs npm`

   `sudo ./iagent-node-cli`\
   \
   \
   **Ubuntu / Root users:**\
   `apt update`

   `apt install curl unzip`

   `curl -L -o iagent-node-cli.zip https://iagentassets.s3.ap-south-1.amazonaws.com/iagent-node-cli.v1.0.5.zip`

   `unzip iagent-node-cli.zip`

   `chmod +x iagent-node-cli`

   `apt install nodejs npm`

   `./iagent-node-cli`\ <br>
2. **NODE INACTIVE**\
   Please enter “`start`” to generate a unique ID to register your node. \*COPY/ PASTE\ <br>
3. **REGISTRATION**\
   Copy the link displayed and paste it into a new browser tab to open the Node Web app.
   {% endtab %}
   {% endtabs %}

## Step 3 - <mark style="color:green;">Run Nodes</mark>

View and Map All of your Nodes to start Collecting Rewards!  A maximum of 25 NFTs (Nodes) can be mapped to a single computer.

<figure><img src="/files/yNoj2wWDCHiR9GDpZLwm" alt=""><figcaption></figcaption></figure>


---

# 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.iagentpro.com/protocol-nodes/node-deployment.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.
