> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector.md).

# Collectorをインストールする

Nexthinkプラットフォームに接続するすべてのデバイスにエンドポイントエージェントをインストールします。 各エージェントが収集する情報とその動作については、[Collectorの理解](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/collector-overview.md)のドキュメントを参照してください。

以下の判断を順番に行ってください。 これらにより、環境に適したエージェント、インストール方法、およびガイドが決まります。

{% stepper %}
{% step %}

### デプロイメントシナリオを選択する

次の二つのシナリオから選択します：

* **初期セットアップ** — エンドポイントエージェントを初めて設定およびインストールする場合。 以下の判断に進みます。
* **既存セットアップの更新** — 既存のインストールを変更する場合。 初期セットアップで使用したガイドと方法に従ってください。たとえば、Windowsでの手動再インストールやmacOSでのJamfによる再デプロイなどです。

```mermaid
%%{ init : { "theme" : "default", "flowchart" : { "curve" : "linear" }}}%%

flowchart LR
  d{"導入<br/>シナリオ?"}
  d -->|初期セットアップ| n["▶️ 以下の選択に<br/>進む"]
  d -->|既存セットアップの更新| u["🔁 元の方法を<br/>再実行する"]
  classDef decision fill:#0B1441,stroke:#0B1441,color:#FFFFFF;
  classDef neutral fill:#EEF3F7,stroke:#1046A8,color:#221F20;
  class d decision;
  class n,u neutral;
```

{% endstep %}

{% step %}

### インフラストラクチャの規模を特定する

Collectorのインストール方法を決定する、次の二つの規模から選択します：

* **小規模セットアップ** — 少数のデバイス、価値実証シナリオ、または管理対象外のデバイス。 Collectorを手動でインストールします。
* **中～大規模セットアップ** — 数百台または数千台のデバイスを含む管理対象環境。 Microsoft IntuneやJamfなどのツールを使用して、Collectorを自動的にデプロイします。

```mermaid
%%{ init : { "theme" : "default", "flowchart" : { "curve" : "linear" }}}%%

flowchart LR
  s{"インフラストラクチャの<br/>規模?"}
  s -->|"少数のデバイス、PoV、<br/>または管理対象外"| m["🔧 手動<br/>インストール"]
  s -->|"管理対象、数百台または<br/>数千台のデバイス"| a["⚙️ 自動<br/>デプロイメント"]
  classDef decision fill:#0B1441,stroke:#0B1441,color:#FFFFFF;
  classDef manual fill:#00B1A9,stroke:#00B1A9,color:#FFFFFF;
  classDef automated fill:#1046A8,stroke:#0B1441,color:#FFFFFF;
  class s decision;
  class m manual;
  class a automated;
```

{% endstep %}

{% step %}

### インフラストラクチャのタイプを特定する

デバイスが接続する環境を選択します。これにより、インストールするエージェントが決まります：

* **非仮想** — すべてのデバイスが非仮想環境に接続する場合。 デバイスに**Nexthink Collector**をインストールします。
* **仮想（VDI）** — デバイスが仮想マシンに接続する場合。 VDI環境に接続するすべてのデバイスには、VDI Client Extensionが必要です：
  * **会社管理デバイス**には、Nexthink Collectorのコンポーネントとして自動的に提供されます。 デバイスとVMに**Nexthink Collector**をインストールします。
  * **Microsoft Windows を実行する個人用または自己管理デバイス** は、スタンドアロンの軽量エージェントとしてこれをインストールします。 [Nexthink VDIクライアント拡張機能のインストール](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/installing-the-nexthink-vdi-client-extension.md)のドキュメントを参照してください。
* **ハイブリッド** — 一部のデバイスは非仮想環境に接続し、他のデバイスは仮想マシンに接続する場合。 デバイスとVMに**Nexthink Collector**をインストールします。

```mermaid
%%{ init : { "theme" : "default", "flowchart" : { "curve" : "linear" }}}%%

flowchart TD
  t{"インフラストラクチャ<br/>タイプ？"}
  t -->|非仮想| c1["📦 Nexthink Collector<br/>デバイス上"]
  t -->|"仮想、<br/>企業管理"| c2["📦 Nexthink Collector<br/>デバイスおよび VM 上"]
  t -->|"仮想、個人用<br/>または自己管理<br/>(Windows のみ)"| e["🧩 スタンドアロン<br/>VDI クライアント拡張機能"]
  t -->|ハイブリッド| c3["📦 Nexthink Collector<br/>デバイスおよび VM 上"]
  classDef decision fill:#0B1441,stroke:#0B1441,color:#FFFFFF;
  classDef collector fill:#3194F7,stroke:#1046A8,color:#FFFFFF;
  classDef ext fill:#00B1A9,stroke:#00B1A9,color:#FFFFFF;
  class t decision;
  class c1,c2,c3 collector;
  class e ext;
```

{% endstep %}

{% step %}

### オペレーティングシステムを選択する

デバイスで実行されているオペレーティングシステムを選択します。 該当するガイドを開きます：

* **Windows** — [WindowsでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md)のドキュメントを参照してください。
* **macOS** — [macOSでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos.md)のドキュメントを参照してください。

{% hint style="info" %}
インフラストラクチャにWindowsデバイスとmacOSデバイスの両方が含まれる場合は、該当する各ガイドに従ってください。
{% endhint %}

```mermaid
%%{ init : { "theme" : "default", "flowchart" : { "curve" : "linear" }}}%%

flowchart LR
  o{"オペレーティング<br/>システム?"}
  o -->|Windows| w["💻 Windowsへの<br/>Collectorのインストール"]
  o -->|macOS| m["💻 macOSへの<br/>Collectorのインストール"]
  classDef decision fill:#0B1441,stroke:#0B1441,color:#FFFFFF;
  classDef guide fill:#3194F7,stroke:#1046A8,color:#FFFFFF;
  class o decision;
  class w,m guide;
```

{% endstep %}
{% endstepper %}

## デプロイメント参照表

以下の表をクイックリファレンスとして使用し、デプロイメントのユースケースに該当するドキュメントを見つけてください。

| 環境                       | インストール                                                                  | 参照先                                                                                                                                                                                                         |
| ------------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windowsの物理デバイスまたは非仮想デバイス | Nexthink Collector                                                      | [WindowsでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md) |
| macOSデバイス                | Nexthink Collector                                                      | [macOSでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-macos.md)     |
| VDI — 会社管理デバイス           | Nexthink Collector（VDI Client Extensionはバンドルされているため、別途インストールする必要はありません） | [WindowsでCollectorをインストールする](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector/installing-collector-on-windows.md) |
| VDI — 個人所有または自己管理デバイス    | VDI Client Extension（スタンドアロンの軽量エージェント）                                  | [Nexthink VDIクライアント拡張機能のインストール](/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-vdi-environment/installing-the-nexthink-vdi-client-extension.md)          |


---

# 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.nexthink.com/platform/ja/configuring_nexthink/bringing-data-into-your-nexthink-instance/deploying-nexthink-in-non-vdi-environment/installing-collector.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.
