# How to login to Discord

## How to login to Discord using the Token?

If you want to access your [Discord](http://www.discord.com/login) account more efficiently, you can use a token (auth\_token) instead of the standard login and password. This method can streamline the process, especially if you manage multiple accounts.

## <mark style="color:yellow;">Using Developer Console</mark>

1. Purchase a **Discord account** on [AccsMarketHub.com](http://accsmarkethub.com).&#x20;

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2F7vQyFhnEXfEvIduaIW1w%2Fbuydiscord.jpg?alt=media&#x26;token=e2830a8c-af79-49e9-8efd-32fb8460cad2" alt=""><figcaption></figcaption></figure>

&#x20; :warning: **Important :** You will receive data in format - **login:password:auth\_token**.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2F06AF3nGj8PJamqMpYpd7%2Fid.jpg?alt=media&#x26;token=646ea8a9-a119-4dab-925e-5a72feaca9fc" alt=""><figcaption></figcaption></figure>

:bulb: **Note :** The account format may differ slightly, for eg. with or without email-data.

2. Go to Discord [login](https://discord.com/login) in your browser.

&#x20;:warning: I**mportant :** You can log into discord using token in browser only. This method does not work in&#x20;

&#x20;     Desktop application.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FbSjnFQCrlfuDhSbPlSOG%2Fdisclog.jpg?alt=media&#x26;token=b0f88f26-e0a7-4a93-b477-f185f5b048c1" alt=""><figcaption></figcaption></figure>

3. This needs you to work in **developer console** :&#x20;

&#x20;       1\. Press **F12** key to open developer panel and go to **Console Tab**.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FraISzvhqSsTB7qC3BQcv%2Fconsole.jpg?alt=media&#x26;token=a8951b03-8ab4-4f82-ba84-a03594dbd92a" alt=""><figcaption></figcaption></figure>

&#x20;      2\. Copy the below code in the console and replace the **‘TOKEN’** with your token.

{% code fullWidth="false" %}

```javascript
function login(token) {
    setInterval(() => {
        document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
    }, 50);
    setTimeout(() => {
        location.reload();
    }, 2500);
}
    login('TOKEN');
```

{% endcode %}

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2F7ijhHbgVdubKAgjGwcEd%2Fcodee.jpg?alt=media&#x26;token=ddf90081-c929-45e9-ad7b-4f208662b6fe" alt=""><figcaption></figcaption></figure>

&#x20;     3\. Press Enter and after a minimal loading time, your account will open.

## <mark style="color:yellow;">**Using Discord Web Extension**</mark>&#x20;

1\. Install [discord](https://chromewebstore.google.com/detail/discord-token-login/ealjoeebhfijfimofmecjcjcigmadcai) web extension in browser.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FQzFQ78aWxpWuBzicJhKm%2Fchromeext.jpg?alt=media&#x26;token=b42fdc4b-f4fd-4040-b511-92345f67f3ee" alt=""><figcaption></figcaption></figure>

&#x20;2\. Click on the **Discord icon** to activate it.

&#x20;3\. Enter the **Token** and log into your account.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FZZgDroJMcl1PK7DSt4vb%2Ftokendisc.jpg?alt=media&#x26;token=3be8140a-55c8-4af7-a7e0-62fff7f15b81" alt=""><figcaption></figcaption></figure>

:warning: I**mportant** :  **For Security Reasons**

* Make sure no one has access to your token, it may lead to unauthorised access to your discord account.
* It is advised to change your token periodically for additional security.

## <mark style="color:yellow;">Using login credentials (email and password)</mark>

1. Go to  [discord](https://discord.com/login) login page.
2. Enter your credentials - **email & password.**

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2Fl3I8dIZczA4aQAUTXLzI%2Fdisc_login.jpg?alt=media&#x26;token=9686934d-24b6-4127-a1c7-53853ef2b27f" alt=""><figcaption></figcaption></figure>

3. Click **login** to use your discord account.
4. If do not have an account or **not registered** :&#x20;

* &#x20; Click on **Register**.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FUpbK5REiFrlUrZvcDPOf%2Fdisc_reg.jpg?alt=media&#x26;token=464e46f4-f581-48bf-a44d-f902512ab036" alt=""><figcaption></figcaption></figure>

* Fill in the **required(\*)** data and press **Continue**.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FK2gnbgmidETyZqKcazTt%2Fdisc_cont.jpg?alt=media&#x26;token=8c6e6b85-21c8-4d06-a009-81b3bfdaee56" alt=""><figcaption></figcaption></figure>

* Check for a c**onfirmation mail** in your mails and **verify** your id.

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2F2lStSCfYlSmQ6kQTWipL%2Fdisc_verify.jpg?alt=media&#x26;token=aec1169c-2139-4f3d-94f2-2b0cd4062d1d" alt=""><figcaption></figcaption></figure>

<figure><img src="https://4027134736-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FO5x4WdsoqshvzQq29YHK%2Fuploads%2FLTeBawo7TNeVwHXNxj5f%2Fdisc_verified.jpg?alt=media&#x26;token=63f34d8a-6d4e-4176-997c-9dc441c916f4" alt=""><figcaption></figcaption></figure>

4. **Continue to Discord** and you are all set to use your discord account now.
