> 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/resetting-nexthink-web-interface-admin-password.md).

# Nexthinkウェブインターフェース管理者パスワードのリセット

Nexthinkは、オンボーディング時に作成される管理者ユーザーとパスワードで各webインターフェースインスタンスを管理します。 Nexthinkは、企業のパスワードポリシーに従い、できるだけ早く管理者パスワードを変更することを強く推奨しています。

デフォルトでは、パスワードは以下のカテゴリのうち3つに該当する少なくとも8文字を含む必要があります。

* 小文字
* 大文字
* 数字
* 特殊文字

パスワードの最小長を設定するには、[Nexthinkサポート](https://support.nexthink.com/)にticketを発行してください。

パスワードを忘れた場合やパスワードが漏洩した場合は、パスワードリセットプロセスを開始するために[Nexthinkサポート](https://support.nexthink.com/)に連絡してください。

{% hint style="info" %}
Nexthink webインターフェースインスタンスに技術的な連絡先として登録されている人物のみが、有効なパスワードリセットリクエストを行うことができます。
{% endhint %}

## マルチファクター認証 <a href="#resettingnexthinkwebinterfaceadminpassword-multi-factorauthentication" id="resettingnexthinkwebinterfaceadminpassword-multi-factorauthentication"></a>

{% hint style="info" %}
Nexthinkは、ローカルNexthinkアカウント向けにマルチファクター認証(MFA)を順次導入しています。 MFAはまだあなたのテナントでは利用できない可能性があります。
{% endhint %}

Nexthinkは、初期管理者アカウントにMFAを設定することを強く推奨しています。 MFAを設定する方法については、[webインターフェースへのログイン](/platform/ja/getting-started/logging-in-to-the-web-interface.md) または [webインターフェースへのログイン（クラシック）](/platform/ja/getting-started/logging-in-to-the-web-interface-classic.md) ドキュメントの\_ローカルアカウントでMFAを使用する\_セクションを参照してください。

管理者アカウントのMFAシークレットを紛失した場合、またはそれが危険にさらされた場合は、[Nexthinkサポート](https://support.nexthink.com/) に連絡してMFAリセット手続きを開始してください。


---

# 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/resetting-nexthink-web-interface-admin-password.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.
