> 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 Service Modules（工作負載），並透過 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 採用模組化設計，您只需部署所需的 Service Modules</mark>

Zoom Node 無需為每個混合式服務準備獨立軟體，而是一個「全方位整合」的模組化平台，讓企業可使用一個通用架構來管理與部署多個混合式服務。

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

Service Modules 是在 Zoom Node 平台上執行的特定服務軟體，可讓如 Zoom Phone Local Survivability 等混合式服務正常運作。每個 Zoom Node 端點最多可支援四（4）個 Service Modules。

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

目前可用的 Service Modules 如下：

* [Zoom Meetings Hybrid](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-hybrid)
* [Zoom Recording Hybrid](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-recording-hybrid)
* [Zoom Chat Hybrid](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-chat-hybrid)
* [Zoom Conference Room Connector Hybrid](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 Meetings 與 Recording Connectors（內部部署）](https://library.zoom.com/advanced-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-and-recording-connectors-on-premises)

如需各個 Service Module 的詳細資訊，請參閱 [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 及相關需求與先決條件的詳細資訊，請參閱 [受支援的 Hypervisors](/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.
