> ## Documentation Index
> Fetch the complete documentation index at: https://help.gorelo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 遠端管理總覽

> 使用 Gorelo Agent 進行資產監控，並使用 Gorelo Connect 進行遠端控制，提供比較表與技術人員與資產的部署指南。

Gorelo 提供多種遠端管理功能，可存取與控制遠端機器。在本節中，你可找到關於以下基本功能的指南：

* **Gorelo Agent：** 用於資產管理與監控的必要軟體。
* **Gorelo Connect：** 用於遠端存取機器的遠端控制與檔案總管工具。

## 如何使用 Gorelo 開始遠端管理

在 Gorelo 開始遠端管理有兩個主要步驟，依此順序：

1. 將 **Gorelo Agent** 部署到客戶裝置上以監控其系統。當你部署 Gorelo Agent 時，會自動在要監控的電腦上安裝 Gorelo Connect。[在此了解如何部署 Gorelo Agent](/deploy-gorelo-agent)。
2. 在技術人員的電腦上安裝 **Gorelo Connect** 以從該處存取遠端機器。[在此了解如何在技術人員端安裝 Gorelo Connect](/install-gorelo-connect)。

### Gorelo Agent vs. Gorelo Connect

下表列出 Gorelo Agent 與 Gorelo Connect 之間的主要差異，這兩者是 Gorelo 遠端管理解決方案的必要元件：

| 功能             | Gorelo Agent                     | Gorelo Connect           |
| -------------- | -------------------------------- | ------------------------ |
| 監控             | ✅                                | ❌                        |
| 給技術人員的遠端存取與控制。 | ❌                                | ✅                        |
| 安裝於技術人員電腦      | ❌                                | ✅                        |
| 安裝於客戶電腦        | ✅                                | ✅（與 Gorelo Agent 一同安裝）   |
| 資產追蹤           | ✅                                | ❌                        |
| 客戶／位置關聯        | ✅                                | ❌                        |
| 螢幕分享、遠端控制、檔案瀏覽 | ❌                                | ✅                        |
| 部署方式           | PowerShell 或手動安裝（Windows/macOS）。 | 政策／從儀表板的 **Connect** 按鈕。 |
| 關聯             | 更廣泛的裝置管理所需。                      | 與 Gorelo Agent 並行運作。     |

<Columns cols={2}>
  <Card title="部署 Gorelo Agent" icon="alien-8bit" href="/deploy-gorelo-agent">
    在客戶裝置上安裝 Gorelo Agent 以監控其系統。
  </Card>

  <Card title="安裝 Gorelo Connect" icon="wifi" href="/install-gorelo-connect">
    在技術人員電腦上安裝 Gorelo Connect，以遠端存取與控制客戶機器。
  </Card>
</Columns>

## 遠端管理功能

當你透過 Agent 與 Gorelo Connect 將裝置連結到 Gorelo 後，就可以探索 Gorelo 提供的遠端管理功能了。

<Columns cols={2}>
  <Card title="Uptime" icon="chart-mixed" href="/create-an-uptime-check">
    監控裝置的可用性與效能。
  </Card>

  <Card title="Scripts" icon="terminal" href="/write-and-test-a-script">
    撰寫與測試指令稿以自動化任務。
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="Policies" icon="flask" href="/deploy-policy-on-all-assets">
    依資產標籤將檢查、外掛與指令稿分發到資產。
  </Card>

  <Card title="Assets" icon="tag" href="/group-assets-with-tags">
    使用標籤群組並管理你的資產。
  </Card>
</Columns>

## 指令稿範例

<Columns cols={2}>
  <Column>
    <Card title="寫入自訂資產欄位" icon="terminal" href="/write-to-a-custom-asset">
      適用於 BitLocker 金鑰、輪替本機管理員密碼與第三方 UID 等。
    </Card>
  </Column>

  <Column>
    <Card title="透過自訂客戶欄位安裝軟體" icon="terminal" href="/install-via-custom-fields">
      安裝 SentinelOne、Cove、DNSFilter 等。
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="與現有遠端存取工具整合" icon="terminal" href="/existing-remote-access-tools">
      在 Gorelo 中整合其他工具，例如 Splashtop、AnyDesk、TeamViewer 等。
    </Card>
  </Column>

  <Column>
    <Card title="建立 Windows 11 相容資產清單" icon="terminal" href="/windows-11">
      建立 Windows 11 相容或不相容資產的清單。
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="輪替本機管理員密碼" icon="terminal" href="/rotate-local-admin-passwords">
      在 Gorelo 中設定本機管理員密碼自動輪替。
    </Card>
  </Column>

  <Column>
    <Card title="安裝 Slide Agent 進行備份" icon="terminal" href="/install-slide-agent-for-backups">
      使用 Slide 建立指令稿。
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="在執行時使用變數" icon="terminal" href="/use-variables-at-runtime">
      將 WOL 封包傳送到執行時輸入的 MAC 位址。
    </Card>
  </Column>

  <Column>
    <Card title="使用 AI 產生指令稿的範例提示" icon="terminal" href="/example-prompt-to-generate-a-script-with-ai">
      使用 AI 助理建立使用 GoreloAction 的指令稿。
    </Card>
  </Column>
</Columns>
