How to Connect to Discord with a Token (4 steps)

by | Discord

If you have a Discord token, you can connect to Discord with it.

Indeed, your token acts as login information (e-mail address and password).

If you have another person's Discord token, you can also log into their account with that token.

As it is very simple, there are numerous online phishing scams involving fake links to Nitro gifts (Discord subscriptions).

These include websites that look like the official Discord website.

The aim of these sites is to get people to give their login details or scan a QR code.

In this guide you will learn if you can log in to Discord with a token, how to log in to Discord with a token and if people can steal your token.

  • Can you login to Discord with a token?
  • Can someone steal your Discord token?
  • How do I connect to Discord with a token?

 

Can you login to Discord with a token?

Yes, you can login to Discord with a token.

To log into your Discord account with a token, you must first find and copy your Discord token.

If another person has your token, they can also log into your account with it.

IMPORTANT: You should never share your Discord token with anyone!

Otherwise, that person will have full access to your Discord account.

 

Can someone steal your Discord token?

Yes, your Discord token can be stolen.

There are a number of numerous scams (phishing) online.

These scams involve a website that looks like the official Discord website.

The site asks you to enter your login details or your Discord token.

If you do, your account will be hacked and fraudulent links will be sent to your friends.

Never share your Discord token!

 

How do you connect to Discord with a token in 2022?

To log into Discord with a token, you need to copy your token and open Discord in your browser.

Then, press "Ctrl" + "Shift" + "i to open the development tools and click on "Console".

In the console, you must paste a Javascript code and replace "COPY/COLLECT YOUR TOKEN HERE" with your token.

Finally, press "Enter". to log into your Discord account with your token.

This is useful if you don't know your email address or your Discord password.

Here's how to connect to Discord with a token in 2022 by 4 detailed steps (with screenshots) :

 

1. Open Discord in your browser

Open Discord in your browser

 

Before you can log in to Discord with your token, you must have it copy it.

If you already have a Discord token, go to the Discord website: https://www.discord.com/

Once on the Discord website, you will see several buttons.

These are "Download for Windows" and "Open Discord in your browser".

Click on "Open Discord in your browser". to open the browser version of Discord.

Unfortunately, you will not be able to log in to Discord with a token if you use the Discord mobile app (iPhone/Android) or the Windows/Mac app.

 

2. Press "Ctrl" + "Shift" + "i" and go to "Console".

Press

 

After clicking on "Open Discord in your browser", you will land on the Discord login page.

Now you need to open the development tools.

Indeed, you must use the Discord console.

To open the development tools, press 'Ctrl' + 'Shift' + 'i' on your keyboard.

Then open the tab n°2 "Console".

 

3. Copy and paste the Javascript code with your token

Copy and paste the Javascript code with your token

 

After clicking on "Console", the Discord console opens.

You will see a warning message from Discord regarding the use of your Discord token (version 2022):

"Wait!

If someone told you to copy and paste something here, the chances are about 11 out of 10 that it is a scam.

Sticking something in here could give attackers access to your Discord account.

Unless you understand exactly what you are doing, close that window and stay safe.

If you understand exactly what you are doing, you should come and work with us https://discord.com/jobs "

If you understand the security issues surrounding your token, then you can move on to the next step.

Below the console you will see a text field where you can type in code.

After copying the code below, paste it into the text field below the console.

Now you need to replace 'COPY AND PASTE YOUR TOKEN HERE' with your token.

For example, if your token is "azerty123456789", you would replace "COPY AND PASTE YOUR TOKEN HERE" with "azerty123456789" (without removing the quotes).

The Javascript code to copy and paste (version 2022) :

let token = "COPY AND PASTE YOUR TOKEN HERE";

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

login(COPY AND PASTE YOUR TOKEN HERE);

Original source : https://gist.github.com/m-Phoenix852/b47fffb0fd579bc210420cedbda30b61

Finally, press "Enter". to log into your Discord account with this token.

 

4. You are now connected to Discord with your token!

logged into Discord with your token

 

After replacing 'COPY AND PASTE YOUR TOKEN HERE' with your token and pressing 'Enter', you will be automatically connected to your Discord account.

You do not have no need to enter your email/telephone address or password.

You may not even need to do a 2-step check.

Now close the development tools and use Discord with your new token.

Well done!

You have successfully logged into Discord with a token (version 2022)!

 

Conclusion

Beware of phishing scams on Discord!

If someone asks you to share your Discord token with them, don't do it.

No one at Discord will ever ask you for your token.

Unfortunately, many users have fallen prey to token scams.

If you are one of them, you should change your Discord password immediately.

Note thatby changing your password, your token is changed.

 

*

You will also be interested in our other Discord guides:

*

Do not hesitate to contact us contact if you have any comments or questions on the subject.

 

You will also like :

Alice SEGUIN

Alice is the founder of Mediaboss.

Passionate about social networksShe assists many companies in their social media strategy, instant messaging, investment, cryptocurrencies...

Find me on my social networks, the Mediaboss Substack and on Pinterest :

4.7/5 - (3 votes)