# Logging in to the web interface (classic)

This page provides a step-by-step guide on how to access the Nexthink web interface with your:

* Corporate [single sign-on](/platform/user-guide/administration/account-management/single-sign-on.md) (SSO) if your administrator has enabled the Security Assertion Markup Language (SAML) authentication or Windows for users.
* Nexthink account if an external authentication mechanism is not available.

## Prerequisites <a href="#loggingintothewebinterface-classic-prerequisites" id="loggingintothewebinterface-classic-prerequisites"></a>

You must have a Nexthink account to access the web interface.

## Log in with corporate SSO <a href="#loggingintothewebinterface-classic-loginwithcorporatesso" id="loggingintothewebinterface-classic-loginwithcorporatesso"></a>

1. Open your web browser.
2. In the address bar, type the Nexthink instance Fully Qualified Domain Name (FQDN), as follows:
   * `<instance>.<region>.nexthink.cloud`
   * `<instance>.data.<region>.nexthink.cloud`\
     FQDN description:
     * `<instance>` - Name of the Nexthink instance
     * `<region>` - Name of the instance localization:
       * `us` - United States
       * `eu` - European Union
       * `pac` - Asia-Pacific region
       * `meta` - Middle East, Turkey, and Africa
   * **Example:**\
     `https://kanopy.eu.nexthink.cloud`
3. The web interface redirects you to the corporate SSO authentication page by default. If you are already authenticated, the system directly logs you in to the web interface.

## Log in with local Nexthink account <a href="#loggingintothewebinterface-classic-loginwithlocalnexthinkaccount" id="loggingintothewebinterface-classic-loginwithlocalnexthinkaccount"></a>

{% hint style="info" %}
Nexthink is progressively deploying Multi-factor authentication (MFA) for local Nexthink accounts. MFA may not yet be available on your tenant.

See the [Logging in to the web interface](/platform/getting-started/logging-in-to-the-web-interface.md) documentation for a description of MFA.
{% endhint %}

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

1. Access the standard local login page using the FQDN including `/login` at the end, as follows:
   * `<instance>.<region>.nexthink.cloud/login`\
     FQDN description:
     * `<instance>` - Name of the Nexthink instance
     * `<region>` - Name of the localization of the instance:
       * `us` - United States
       * `eu` - European Union
       * `pac` - Asia-Pacific region
       * `meta` - Middle East, Turkey, and Africa
   * **Example:**\
     `https://kanopy.eu.nexthink.cloud/login`
2. Enter the following in the relevant fields:
   * Username
   * Password
3. **Optional step**. Select the **Remember me** checkbox to automatically fill in your username during the next login.
4. Select **Sign in**.


---

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