This project is distributed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0).
See the full license for details.
Pre-built installer available in Releases — no need to compile from source.
Discord Token Manager is a Windows desktop application built with Electron that lets you store, manage and connect Discord accounts via token — with optional Tor routing per account, persistent sessions, and an integrated Discord web client.
| Feature | Description |
|---|---|
| Add / Edit / Delete | Manage multiple accounts from a single interface |
| Copy | Copy name + token to clipboard in one click |
| Persistent storage | Tokens saved locally in %AppData% |
| Per-account Tor | Enable or disable SOCKS5 proxy individually |
| Feature | Description |
|---|---|
| One-click Connect | Opens Discord in an isolated Electron window |
| Token injection | Automatic login without manual credentials |
| Session persistence | Each account keeps its own browser partition |
| WebAuthn block | Prevents Windows passkey popups on login |
| Feature | Description |
|---|---|
| Auto-install | Downloads and extracts Tor Expert Bundle on first launch |
SOCKS5 127.0.0.1:9050 |
Routes Discord traffic through Tor when enabled |
| Per-account sessions | Separate Tor partition per token index |
| Start / Stop | Tor lifecycle managed from the main process |
Tor is downloaded automatically. Manual bundle: Tor Expert Bundle 13.5.6
| Feature | Description |
|---|---|
| Custom picker | Native screen/window selector for Discord streaming |
| Display media handler | setDisplayMediaRequestHandler for Electron compatibility |
| WGC fallback | Legacy capturer on Windows for better stability |
| Permissions | Media & display-capture auto-granted in Discord sessions |
| Feature | Description |
|---|---|
| Light / Dark mode | Toggle theme from the title bar |
| Frameless window | Custom title bar with minimize & close |
| Loading screen | Progress UI during Tor installation |
Add token in manager
↓
Click Connect (Tor optional)
↓
Isolated Electron session opens
↓
Token injected → Discord /channels
↓
Persistent session on next launch
| Requirement | Details |
|---|---|
| OS | Windows 10/11 (x64) |
| Node.js | >= 18.0.0 (for development only) |
| Tor | Auto-installed on first run (or manual bundle) |
| RAM | ~300 MB minimum |
Note: If you check your connection region in Discord device settings, the displayed location may not update immediately — this is normal Discord behavior.
- Download
Discord_token_manager_setup.exefrom Releases - Run the installer
- Launch the app from the Start menu
git clone https://github.com/Kurama250/Discord_token_manager.git
cd Discord_token_manager
npm install
npm startnpm install
npm run buildOutput:
| File | Path |
|---|---|
| Installer | dist/Discord_token_manager Setup 1.4.0.exe |
| Portable | dist/win-unpacked/Discord_token_manager.exe |
| Command | Description |
|---|---|
npm start |
Launch the app in development mode |
npm run build |
Package Windows NSIS installer + portable build |
npm install |
Install dependencies |
Discord_token_manager/
├── src/
│ ├── main.js # Electron main process (Tor, Discord, IPC)
│ └── preload/
│ └── discord-preload.js # WebAuthn blocker for Discord windows
├── views/
│ ├── index.html # Main UI
│ ├── loading.html # Tor installation screen
│ └── screen-picker.html # Screen share selector
├── assets/
│ ├── css/ # Light & dark themes
│ ├── img/ # App icon
│ └── js/
│ └── script.js # Renderer logic
├── package.json
└── README.md
╔══════════════════════════════════════════════════════════╗
║ 💬 DISCORD TOKEN MANAGER v1.4.0 ║
║ Multi-account · Tor proxy · Screen share ║
╠══════════════════════════════════════════════════════════╣
║ ● TOR CHECK ║
║ Auto-install Enabled ║
║ SOCKS5 127.0.0.1:9050 ║
║ Sessions Per-account partitions ║
╠══════════════════════════════════════════════════════════╣
║ Made by Kurama250 → github.com/Kurama250 ║
╚══════════════════════════════════════════════════════════╝
Create a ticket with the bot for help.
If you like this repository don't hesitate to give it a star ⭐ !
