> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-deployment-field-guide/introduction-to-zoom-node.md).

# Zoom Node 簡介

Zoom Node 是一個混合式平台，將您的資料中心伺服器與 Zoom 的雲端整合在一起。使用 Zoom Node 平台，您可在本地部署 Zoom 服務模組（工作負載），並透過 Zoom 管理員網頁入口網站進行控制。

Zoom Node 採用雲端驅動的部署模式，可讓管理員透過 Zoom 管理員網頁入口網站，快速將 Zoom 工作負載部署到其資料中心。此入口網站也提供服務管理、升級、記錄管理、效能報告及疑難排解工具。

Zoom Node 是一個隨強化作業系統封裝的設備，可作為虛擬機器（VM）執行於一個 [受支援的 Hypervisor](/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-deployment-field-guide/zoom-node-infrastructure-prerequisites.md#supported-hypervisors)。Zoom Node 部署於客戶的資料中心，以運作 Zoom 混合服務（亦稱為模組），例如 Meetings Hybrid、Recording Hybrid、Chat Hybrid 以及 Phone Local Survivability。

本指南涵蓋 Zoom Node 虛擬機器的部署、設定與註冊流程。此指南中提供了受支援 Hypervisor 的操作說明。

請參閱 Zoom 支援網站以取得 [各個混合服務的部署指南](https://support.zoom.com/hc/en/category?id=kb_category\&kb_category=2cd976da8720391089a37408dabb35f9).

您可以透過閱讀以下內容來了解一般的 Zoom Node 概念與架構： [Zoom Node 說明](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer).

### <mark style="color:藍色;">Zoom Node 採用模組化設計，您只需部署所需的服務模組</mark>

Zoom Node 不是為每項混合式服務分別提供不同軟體，而是「一體化」的模組化平台，可讓公司使用單一共通架構來管理與部署多項混合式服務。

Zoom Node 透過將 Zoom Node OS（以 Linux 為基礎的作業系統）安裝到企業資料中心伺服器上，將其轉換為節點，從而實現這種模組化設計。軟體安裝完成後，節點會向雲端中的 Zoom Node Platform 註冊，並等待安裝可提供 Zoom 服務功能的各種服務模組。

服務模組是可在 Zoom Node 平台上執行、專為特定服務設計的軟體，讓像 Zoom Phone Local Survivability 之類的混合服務得以運作。每個 Zoom Node 端點最多可支援四（4）個服務模組。

Zoom 管理員透過以網頁為基礎的 Zoom Node 儀表板將服務指派給節點。為節點選取服務後，Zoom Node Platform 會將所選的服務模組設定從 Zoom 的雲端推送至裝置，並自動安裝。安裝完成且服務啟動後，節點端點即可與其指定的混合服務一起使用。

目前可用的服務模組如下：

* [Zoom Meetings Hybrid](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-hybrid)
* [Zoom 錄製混合服務](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-recording-hybrid)
* [Zoom 聊天混合服務](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-chat-hybrid)
* [Zoom 會議室連接器混合服務](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-conference-room-connector-hybrid)
* [Zoom Phone 本地存活性](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-phone-local-survivability)
* [Zoom 會議與錄製連接器（本地部署）](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-and-recording-connectors-on-premises)

如需各服務模組的詳細資訊，請參閱 [Zoom Node 說明](/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-explainer.md).

### <mark style="color:藍色;">Zoom Node 支援數種 Hypervisor 部署，且系統需求各不相同</mark>

如需 Zoom Node 支援的 hypervisor 及相關需求與先決條件的詳細資訊，請參閱 [支援的 Hypervisor](/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-deployment-field-guide/zoom-node-infrastructure-prerequisites.md#supported-hypervisors).


---

# 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://library.zoom.com/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-deployment-field-guide/introduction-to-zoom-node.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.
