> 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/fpt-gpu-cloud/metal-cloud/tutorials/server-deployment.md).

# Create servers

You can deploy a bare metal server via the FPT Customer Portal. FPT takes care of provisioning, OS installation, and configuration based on the settings you choose. Once deployment is complete, you can access your server via SSH with an SSH key or password.

1. Sign in to your FPT Cloud account, select a **Tenant**, a **Region** and a **VPC.** (If you have more than one of them.)
2. Navigate to **AI Infrastructure** and **Metal Cloud** in the sidebar, then click **Create server**.
3. Select a **Flavor** (Its availability varies by region).
4. Enter the **number of servers** you desire to deploy at once. (The maximum number varies by your quota.)
5. Enter your **server names**
6. Select the **Operating System**\
   If we don't offer the OS you're looking for, you can use a custom image instead.
7. Choose an available **Subnet**\
   You cannot deploy a server without a subnet. Please create one before creating and deploying a server.
8. Choose to attach a **Floating IP (Optional)**
9. For Authentication, you can choose SSH key or Console password:

   Choose an available **SSH key** or add a new one (Learn more about creating and adding your SSH keys here.)
10. Configure **RAID (Optional)**
11. Select or create a **User Data** script **(Optional)**\
    User data scripts run automatically on the server’s first boot through the cloud-init process.
12. Click **Create server**

<figure><img src="/files/lmI16PiBKoqZv1zWQJXy" alt="" width="563"><figcaption></figcaption></figure>

<div data-full-width="true"><figure><img src="/files/Z4lMYoMB8hc8HjLIlZxg" alt=""><figcaption></figcaption></figure></div>


---

# 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/fpt-gpu-cloud/metal-cloud/tutorials/server-deployment.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.
