> For the complete documentation index, see [llms.txt](https://learn.netmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.netmaker.io/help-articles/how-to-change-your-login-method-in-netmaker-a-step-by-step-guide.md).

# How to Change Your Login Method in Netmaker: A Step-by-Step Guide

Learn how to change your login method in Netmaker.

{% stepper %}
{% step %}

### Log in to Netmaker AMUI

* Use your current admin credentials to log in to the Netmaker Admin Management User Interface (AMUI): [account.netmaker.io](https://account.netmaker.io)<br>

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

{% endstep %}

{% step %}

### Transfer ownership of all tenants

Before closing your account, transfer ownership of all your tenants to another user to prevent losing access or control. The new owner will retain full administrative privileges for each tenant.

For detailed instructions on transferring tenant ownership, refer to:

{% content-ref url="/pages/0b253407b3b761a49d10d40bdcb7c2f7b0d6e852" %}
[How to Transfer Tenant Ownership for On-Prem and SaaS Tenants](/help-articles/how-to-transfer-tenant-ownership-for-on-prem-and-saas-tenants.md)
{% endcontent-ref %}
{% endstep %}

{% step %}

### Close your Netmaker account

**Once you've transferred ownership of all tenants,** close your current account:

* Go to the user profile's settings: \ <br>

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

* Scroll down and click **Close my account**.\ <br>

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

* Confirm account closure.
  {% endstep %}

{% step %}

### Create a new account with your preferred login method

After closing your old account:

* Sign up at: <https://account.netmaker.io/signup>
* Select your preferred login method:
  * Email and Password
  * OAuth Authentication (Microsoft, Google, or GitHub)
* Complete the sign-up process to create the new account associated with your chosen login method.
  {% endstep %}

{% step %}

### Reclaim ownership of your tenants

After setting up your new account, contact the users you previously granted access to and ask them to transfer ownership of your tenants back to you.
{% endstep %}
{% endstepper %}


---

# 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://learn.netmaker.io/help-articles/how-to-change-your-login-method-in-netmaker-a-step-by-step-guide.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.
