> For the complete documentation index, see [llms.txt](https://docs.freeserver.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeserver.tw/start/dash/create-server.md).

# 創建伺服器

## 1. 點擊 「創建伺服器」按鈕，進入創建頁面

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

## 2. 你會看到這樣的頁面。不會填嗎? 下面一步一步教你!

<figure><img src="/files/7EZ2Z8XiuFiD0iRZOnEw" alt="" width="446"><figcaption></figcaption></figure>

### 首先是伺服器名稱，隨便填一個你喜歡的就好。

![](/files/W4C0jKOBmb3pAkvHPVBq)

### 接著選擇伺服器類型。(眼花撩亂? 如要開 Minecraft 建議使用 Purpur。)

![](/files/KMfLSsC6CCQK95pdJsw0)

### 然後選擇節點。隨便選一個即可:

![](/files/VaQm7hrsMSquJZwHlutD)

### 最後，填入配置。不知道要填什麼? 那麼可以照圖中填:

![](/files/IpNOj72DLV9wu5N8n6uI)

### 參考: 這是示範填法

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

## 3. 填寫完成後，按下![](/files/OEhBXLQOpst8PvN9t6Ib)按鈕，創建伺服器!

你應該會看到這個:

<figure><img src="/files/Lu43c06YGrr0juG41ydm" 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://docs.freeserver.tw/start/dash/create-server.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.
