> For the complete documentation index, see [llms.txt](https://wp.verylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.verylabs.io/japanese/mainnet-layer1/ndocloud.md).

# ノード駆動(Cloud)

### サーバー(PC)の基本事項

1. インターネットが可能な環境でインストールを行う必要があります。
2. 推奨事項
   1. CPU: 4Core以上
   2. Memory: 16GB以上
   3. Disk: 500GB 以上(SSD推奨)

### 添付ファイルのダウンロード

{% file src="/files/8MDxQiRDThaxaot2wz4g" %}

### AWSサーバー設置例

1. AWSログイン → 検索窓にEC2検索

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

2. 右上のLaunch Instancesをクリック

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

3. サーバー設定
   1. IP及びKey情報はセキュリティ上モザイク処理しました(露出注意)
   2. 500GB設定後、Launch Instatnceをクリックします。

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

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

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

4. サーバー接続

右上のConnectボタンをクリック

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

右上のConnectボタンをクリック

<figure><img src="/files/0JukYkoyv9XCVu7Q2ECR" alt=""><figcaption></figcaption></figure>

5. ダウンロードした添付ファイルサーバーにコピー

`scp -i {key`ファイル位置`} Guide.zip [ubuntu@](<mailto:ubuntu@3.36.86.95>){IP`入力`}:/home/ub untu`

{keyファイルの位置}部分にはEC2生成時にダウンロードされたkeyファイルの位置を入れてください。

* 例) \~/Downloads/key.pem

{IP入力}の 部分にインストールされているサーバーのIPを入力してください。

* モザイクの部分に値が該当します Public IPv4 addressの値を入力してください。

  * 例) 1.1.1.1.1このように4桁の数字で構成された値です。

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

6\. 5.項目であらかじめコピーしたファイルを解凍します。

```
sudo -s
apt-get -y update && apt-get -y install unzip
unzip Guide.zip
```

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

7. key.jsonからメールで受け取った「Very Node Private key」を入力します。

```
{
  "key": "Paste a private key here"
}
```

8. 0/1 順次実行

<pre><code><strong>cd Guide
</strong>sh 0_prepare.sh
sh 1_build.sh
</code></pre>

9. 2/3 順次実行

```
sh 2_execute.sh
sh 3_log.sh
```

3回実行時、下の赤枠のようなログが表示されたら正常実行完了です。

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


---

# 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://wp.verylabs.io/japanese/mainnet-layer1/ndocloud.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.
