# Nexthinkインスタンスの設定

Nexthinkソリューションはクラウドベースのプラットフォームであるため、サーバー側のコンポーネントはすべてNexthinkによって管理されています。

クラウドインスタンスの準備が整うと、ライセンス保有者は <license@nexthink.com> からオンボーディングメールを受け取ります。 このメールには、エージェントを設定してクラウドインスタンスに接続し、データの送信を開始するために必要な情報が含まれています。 この情報には以下が含まれます：

* [#url-of-your-nexthink-instance](#url-of-your-nexthink-instance "mention")
* [#administrator-credentials](#administrator-credentials "mention")
* [#fqdn-of-your-nexthink-instance](#fqdn-of-your-nexthink-instance "mention")
* [#specific-collector-configuration-data](#specific-collector-configuration-data "mention")
* [#customer-key](#customer-key "mention")

次のセクションでは、これらの各項目について説明します。

## NexthinkインスタンスのURL

これは、すべてのNexthinkユーザーがNexthinkのWebインターフェースにアクセスし、そのデータとすべての機能を活用するために使用するURLです。 URLは、組織の代表者と合意します。 URL にアクセスすると、[管理モジュール](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/configuring-your-platform/administration/account-management/roles/README.md#roles-landingpage)で **ランディングページ** として設定された Nexthink モジュールに移動します。

## 管理者資格情報

最初に管理者の資格情報と、パスワードを設定して管理者アカウントをアクティブにするためのカスタムリンクが送信されます。 このリンクの有効期限は7日間です。

## NexthinkインスタンスのFQDN

コレクターとNexthinkクラウドプラットフォームとの接続を設定するための完全修飾ドメイン名（FQDN）。 宛先URLは、あなたのインスタンスを駆動する技術に依存し、次のいずれかになります：

* クラウドネイティブプラットフォームの場合： `<instance>.data.<region>.nexthink.cloud`
* クラシックプラットフォームの場合： `<instance>.<region>.nexthink.cloud`

例えば、`nxdocs.data.eu.nexthink.cloud`は、`eu`地域、つまり欧州連合に位置する`nxdocs`Nexthinkインスタンスにデータを送信する宛先アドレスです。

詳細については、[接続要件](/platform/ja/configuring_nexthink/before-you-begin/technical-requirements/connectivity-requirements.md)を参照してください。

## 特定のコレクター構成データ

## 顧客キー

顧客キーは、テキストファイルとしてメールに添付されます。 このキーは、CollectorからNexthinkクラウドプラットフォームへの安全な接続を確立するための設定プロセス中に必要になります。

<figure><img src="/files/kcpnqCHPyaba4UXgxbbZ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.nexthink.com/platform/ja/configuring_nexthink/setting-up-the-platform-instance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
