Obtain Your Discord Token
Step-by-step guide to finding your Discord token on desktop and mobile.
Security Warning
Your Discord token is like a password. Never share it with anyone, as it gives full access to your account.
Desktop Browser Method
1
Open Discord in Browser
Log in to Discord.com in your preferred browser.
2
Open Developer Console
Press F12
or Ctrl+Shift+I
(Windows/Linux) / Cmd+Opt+I
(Mac)
3
Run the Token Script
Paste this code into the Console tab and press Enter:
(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()
4
Copy Your Token
The console will display your token – copy it carefully and store it securely.
Mobile Device Method
1
Create a Bookmark
Create a new bookmark in your mobile browser and input this code instead of the link address:
javascript:(function(){webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]);const t=m.find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken();confirm('Token has been found.\nPress "OK" to copy.')&&navigator.clipboard.writeText(t).then(()=>alert('Copied!'))})();
2
Open Discord in Browser
Log in to Discord.com in your mobile browser.
3
Run the Bookmark
Open your bookmarks and tap the one you created. It will automatically copy your token when found.
Important Notes
- Tokens reset when you change your password.
- Tokens change when logging out of the session.
- Secure your cloud account using Two-Step. (recommended)
- If you suspect your token is compromised, change your password.
- Never share your token with anyone.