> 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/getting-started/logging-in-to-the-web-interface-classic.md).

# webインターフェースにログインする（クラシック）

このページでは、Nexthinkのウェブインターフェースにアクセスする手順を説明します。

* 管理者がセキュリティアサーションマークアップ言語（SAML）認証またはWindowsを有効にしている場合は、企業の[シングルサインオン](/platform/ja/user-guide/administration/account-management/single-sign-on.md) (SSO)。
* 外部認証メカニズムが使用できない場合は、Nexthinkアカウントを使用します。

## 前提条件 <a href="#loggingintothewebinterface-classic-prerequisites" id="loggingintothewebinterface-classic-prerequisites"></a>

ウェブインターフェースにアクセスするには、Nexthinkアカウントが必要です。

## 企業のSSOでログインする場合 <a href="#loggingintothewebinterface-classic-loginwithcorporatesso" id="loggingintothewebinterface-classic-loginwithcorporatesso"></a>

1. ウェブブラウザを開きます。
2. アドレスバーに、次のようにNexthinkインスタンスの完全修飾ドメイン名（FQDN）を入力します。
   * `<instance>.<region>.nexthink.cloud`
   * `<instance>.data.<region>.nexthink.cloud`\FQDNの説明：
     * `<instance>` - Nexthinkインスタンスの名前
     * `<region>` - インスタンスの地域：
       * `us` - アメリカ合衆国
       * `eu` - 欧州連合
       * `pac` - アジア太平洋地域
       * `meta` - 中東、トルコ、アフリカ
   * **例:**\
     `https://kanopy.eu.nexthink.cloud`
3. デフォルトでは、ウェブインターフェースは企業SSO認証ページにリダイレクトします。 すでに認証されている場合、システムはウェブインターフェースに直接ログインします。

## Nexthinkのローカルアカウントでログインする場合 <a href="#loggingintothewebinterface-classic-loginwithlocalnexthinkaccount" id="loggingintothewebinterface-classic-loginwithlocalnexthinkaccount"></a>

{% hint style="info" %}
Nexthinkは、ローカルアカウントに対する多要素認証（MFA）を段階的に展開しています。 MFAはまだお客様のテナントでは利用できない場合があります。

MFAの説明については、[ウェブインターフェースへのログイン](/platform/ja/getting-started/logging-in-to-the-web-interface.md)ドキュメントを参照してください。
{% endhint %}

<figure><img src="/files/XSbuUfaNkXdNssgi8iBK" alt="Sign in page" width="550"><figcaption></figcaption></figure>

1. FQDNの末尾に`/login`を付けて標準のローカルログインページにアクセスします。具体例：
   * `<instance>.<region>.nexthink.cloud/login`\FQDNの説明：
     * `<instance>` - Nexthinkインスタンスの名前
     * `<region>` - インスタンスの地域：
       * `us` - アメリカ合衆国
       * `eu` - 欧州連合
       * `pac` - アジア太平洋地域
       * `meta` - 中東、トルコ、アフリカ
   * **例:**\
     `https://kanopy.eu.nexthink.cloud/login`
2. 以下の内容を該当するフィールドに入力します。
   * ユーザー名
   * \[パスワード]
3. **オプションの手順**。 次回のログイン時に自動でユーザー名を入力するために、**私を覚えて**を選択します。
4. **サインイン**を選択します。


---

# 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/getting-started/logging-in-to-the-web-interface-classic.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.
