Single-page web toolkit for working with VLESS proxy configs: build multi-IP configs, extract addresses from config lists, and morph settings in bulk. No install, no backend — open an HTML file in any modern browser.
Languages: English · فارسی · Русский (switch in the header; preference saved in localStorage).
- Paste one base
vless://link; replace@host:with many IPs or CIDR ranges. - IP list tab: manual input, drag & drop, or file import (
.txt,.csv,.log,.json). - IP ranges tab: CDN presets (Cloudflare, Fastly, Gcore) loaded online from cdn-ip-ranges; shuffle and limit output count.
- Large CDN ranges are auto-sampled to
/24blocks. - Split output into parts with configurable size; copy or download per part or all at once.
- Live metrics: expanded IP count, output configs, part count.
- Parse VLESS links (or raw IP/CIDR lines) from a textarea.
- Optional WS + TLS filter (
type=wsandsecurity=tls). - Extract @address, sni=, and host= fields.
- Optional CIDR → individual IP expansion.
- Duplicate IP report with copy action.
- Batch-transform many VLESS configs:
- Quick spoof mode: redirect
@IP:Portto a local address (127.0.0.1:40443 by default). - Advanced mode: toggle changes to Address, SNI, and HOST; rotate through a domain list.
- Quick spoof mode: redirect
- Two visual themes: CyberDeck (CP2077 HUD) and Simple (minimal dark UI).
- Toast notifications for copy, build, and errors.
- Responsive layout; RTL support for Persian.
| File | Description |
|---|---|
index.html |
GitHub Pages landing — pick Cyber or Simple theme. |
vless-tools-all-in-one.html |
Standalone — all CSS, JS, both themes, and bundled CDN IP data (~270 KB). Fully offline. |
vless-tools-cyber.html |
CyberDeck theme; links to Simple version. Requires cyber-theme.css. |
vless-tools-simple.html |
Simple theme; links to Cyber version. Requires simple-theme.css. |
cyber-theme.css |
Cyberpunk / HUD stylesheet. |
simple-theme.css |
Minimal NextGen-style stylesheet. |
- GitHub Pages: open
index.htmland choose Cyber or Simple. - Easiest offline: download
vless-tools-all-in-one.htmland open it in Chrome, Firefox, or Edge. - Themed pair: keep
vless-tools-cyber.html+cyber-theme.css(or simple +simple-theme.css) in the same folder and open the HTML file.
All-in-one includes Cloudflare, Fastly, and Gcore IP ranges built in — no internet needed. The themed HTML files (
cyber/simple) fetch CDN lists online from GitHub.
| Variant | How |
|---|---|
| All-in-one | Use Simple / Cyber buttons in the header; choice stored as vless-ui-theme in localStorage. |
| Cyber ↔ Simple | Each themed HTML links to the other file (vless-tools-simple.html ↔ vless-tools-cyber.html). |
Language preference is stored separately as vless-lang.
All processing runs locally in your browser. Nothing is uploaded to a server except optional CDN IP list fetches from GitHub.
Use and modify freely for personal or educational purposes. Attribution appreciated.