How to login to Discord

How to login to Discord using the Token?

If you want to access your Discord 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.

Using Developer Console

  1. Purchase a Discord account on AccsMarketHub.com.

⚠️ Important : You will receive data in format - login:password:auth_token.

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

  1. Go to Discord login in your browser.

⚠️ Important : You can log into discord using token in browser only. This method does not work in

Desktop application.

  1. This needs you to work in developer console :

1. Press F12 key to open developer panel and go to Console Tab.

2. Copy the below code in the console and replace the ‘TOKEN’ with your token.

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

3. Press Enter and after a minimal loading time, your account will open.

Using Discord Web Extension

1. Install discord web extension in browser.

2. Click on the Discord icon to activate it.

3. Enter the Token and log into your account.

⚠️ Important : 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.

Using login credentials (email and password)

  1. Go to discord login page.

  2. Enter your credentials - email & password.

  1. Click login to use your discord account.

  2. If do not have an account or not registered :

  • Click on Register.

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

  • Check for a confirmation mail in your mails and verify your id.

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

Last updated

Was this helpful?