Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Token Manager

Discord



Status Version Platform Electron Node.js License: CC BY-NC-ND 4.0

Stars Repo size fs-extra electron-builder

Licence

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.


Overview

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.


Demo

Discord Token Manager Demo


Features

Token Management

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

Discord Login

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

Tor Proxy

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


Screen Share

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

UI & Theme

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

How It Works

Add token in manager
        ↓
Click Connect (Tor optional)
        ↓
Isolated Electron session opens
        ↓
Token injected → Discord /channels
        ↓
Persistent session on next launch

Requirements

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.


Setup

A) Installer (recommended)

  1. Download Discord_token_manager_setup.exe from Releases
  2. Run the installer
  3. Launch the app from the Start menu

B) From source

git clone https://github.com/Kurama250/Discord_token_manager.git
cd Discord_token_manager
npm install
npm start

C) Build executable

npm install
npm run build

Output:

File Path
Installer dist/Discord_token_manager Setup 1.4.0.exe
Portable dist/win-unpacked/Discord_token_manager.exe

Scripts

Command Description
npm start Launch the app in development mode
npm run build Package Windows NSIS installer + portable build
npm install Install dependencies

Project Structure

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

Startup Preview

╔══════════════════════════════════════════════════════════╗
║   💬  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                ║
╚══════════════════════════════════════════════════════════╝

Support

Discord Support

Create a ticket with the bot for help.


If you like this repository don't hesitate to give it a star ⭐ !


Developer

Kurama250


Discord Token Manager — Manage and connect your Discord accounts with optional Tor routing

About

Discord token manager software that allows you to use Tor or not !

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages