> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-gpu-cloud/metal-cloud/quickstart.md).

# クイックスタート

ベアメタル GPU サーバーは、8 つの NVIDIA H100/H200 GPU を搭載した専用シングルテナントサーバーであり、スタンドアロンまたはマルチノードクラスターで動作します。

#### アカウント登録

1. <https://id.fptcloud.com/> にアクセスし、「サインアップ」を選択してください&#x20;
2. 受信トレイに確認メールが届かない場合は、迷惑メールフォルダをご確認ください
3. <https://console.fptcloud.com/> にサインインして Metal Cloud サービスの利用を開始してください&#x20;

#### サブネットを作成

ベアメタルGPUサーバーの作成とデプロイにはサブネットが必要です

1. サイドメニューで「**AIインフラストラクチャ**」をクリックし、「サブネット」を選択してください
2. 詳細な手順は[こちら](https://fptcloud.com/ja/documents/metal-cloud-ja/?doc=subnet)のガイドに従ってください。

#### ベアメタルGPUサーバーを作成する

1. サイドメニューで「**AIインフラストラクチャ**」をクリックし、「**Metal Cloud**」を選択
2. **サーバー作成**を選択し、サーバーデプロイメントを設定してください。
   1. GPUおよびAI/ML用に2種類のFPTイメージが利用可能です。ソフトウェア依存関係[はこちらで確認](bookmark://scroll-bookmark-25)してください。&#x20;
   2. サーバー作成時にフローティングIP（パブリックIP）を選択するとインターネット経由でアクセス可能。または後から「ネットワーク/フローティングIP」で追加可能。
3. 詳細なガイド[はこちら](bookmark://scroll-bookmark-26)を参照してください。

#### サーバーへのアクセス

1. パブリックIPへのアクセスを許可するインバウンドルールを作成するため[、こちらで](bookmark://scroll-bookmark-28)ネットワークACLを設定してください&#x20;
2. 作成時の設定に応じて、SSHキーまたはパスワードを使用してサーバーにSSH接続できます
3. この[ガイド](bookmark://scroll-bookmark-6)では、ほとんどのセキュリティ設定に対してジャンプホストを設定します。&#x20;

#### 注意事項

* FPT Cloud コンソールにアクセス後、テナントとリージョンをご確認ください。AI Factory はハノイ 2 (ベトナム) および東京 (日本) リージョンのみでサポートされています。
* ネットワーク ACL のデフォルトは変更できますが、サーバーを作成するには、その他の必要なルールを設定する必要があります。
* NACL ルール&#x20;

  ネットワーク ACL のデフォルトのアウトバウンドルールは次のとおりです。このルールは削除することができます。&#x20;

  | 優先度 | タイプ | プロトコル | ポート | 送信元       | トラフィックアクション |
  | --- | --- | ----- | --- | --------- | ----------- |
  | 100 | すべて | すべて   | すべて | 0.0.0.0/0 | 許可          |

  上記のデフォルトルールを削除する場合、サーバーの作成とデプロイには以下のアウトバウンドルールを追加する必要があります:&#x20;

  | 優先度 | タイプ       | プロトコル | ポート | 送信元       | トラフィックアクション |
  | --- | --------- | ----- | --- | --------- | ----------- |
  | 1   | HTTP      | TCP   | 80  | 0.0.0.0/0 | 許可          |
  | 2   | HTTPS     | TCP   | 443 | 0.0.0.0/0 | 許可          |
  | 3   | DNS (UDP) | UDP   | 53  | 0.0.0.0/0 | 許可          |

  &#x20;
* FPTは契約内容に基づきリソース量の上限（クォータ）を設定します。上限に達した場合、新規リソースの作成はできません。営業担当者または[FPT Smart Cloudサポート](https://support.fptcloud.com/en/support/tickets/new)までお問い合わせください。&#x20;


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-gpu-cloud/metal-cloud/quickstart.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.
