> ## 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 进行远程管理

按顺序进行远程管理的两个主要步骤如下：

1. 将 **Gorelo Agent** 部署到客户的设备以监控其系统。当你部署 Gorelo Agent 时，你会自动在要监控的计算机上安装 Gorelo Connect。[在此了解如何部署 Gorelo Agent](/deploy-gorelo-agent)。
2. 在你的技术员的计算机上安装 **Gorelo Connect** 以便从中访问远程机器。[在此了解如何在技术员侧安装 Gorelo Connect](/install-gorelo-connect)。

### Gorelo Agent 与 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="可用性" icon="chart-mixed" href="/create-an-uptime-check">
    监控你设备的可用性和性能。
  </Card>

  <Card title="脚本" icon="terminal" href="/write-and-test-a-script">
    编写和测试脚本以自动执行任务。
  </Card>
</Columns>

<Columns cols={2}>
  <Card title="策略" icon="flask" href="/deploy-policy-on-all-assets">
    基于资产标签将检查、插件和脚本分发到资产。
  </Card>

  <Card title="资产" 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">
      向运行时输入的 MAC 地址发送 WOL 数据包。
    </Card>
  </Column>

  <Column>
    <Card title="使用 AI 生成脚本的示例提示" icon="terminal" href="/example-prompt-to-generate-a-script-with-ai">
      使用 AI 助手创建使用 GoreloAction 的脚本。
    </Card>
  </Column>
</Columns>
