|
|
|
|
|
|
|
|
|
⚡️ Key Features • 🚀 Deployment Guide • 🔎 IP Scanner • 🛡️ SOCKS5 Proxy • ❤️ Donate • ⚖️ License & Copyright • Credits
Caution
Security Notice If you believe this project does not comply with GitHub's Community Guidelines or Acceptable Use Policies, please let us know. We make every effort to ensure all our projects are secure and compliant with GitHub's policies.
🚀 Core Protocols & Routing
- 📡 Dual Protocol Support: Native, highly optimized support for both VLESS and Trojan protocols over WebSocket, allowing simultaneous multi-protocol config generation.
- 🌍 Multi-Location Routing (Up to 8 Proxies): Seamlessly assign up to 8 distinct proxies or geographic locations simultaneously to individual users.
- 🔀 Automated Proxy Fallback: Intelligent auto-replacement of failing upstream user proxies with healthy nodes dynamically fetched from dedicated VIP proxy repositories.
- 🌐 Dynamic IP Rotation: Automated rotation of Clean Cloudflare Edge IPs at custom, user-defined intervals (e.g., every 5 minutes).
🛡 Advanced Anti-Filtering & DPI Bypass
- 🧩 Advanced TLS Fragmentation: Built-in TLS Fragment support (length and interval) to bypass deep packet inspection (DPI).
- 🇮🇷 ISP-Specific Presets: One-click optimized fragmentation presets for specific network operators (MCI, Irancell, Rightel, TCI, and Gaming mode).
- 🎭 Patterniha (PattN/PattNG) Integration: Native support for advanced JSON fragmentation (fm), Custom Cipher Suites (cs), and TLS Masking (Custom SNI/Host) for ultimate stealth.
- 🕵️ ClientHello Fingerprint Simulator: Dynamically spoof browser fingerprints (Chrome, Safari, iOS, Android, Edge, Randomized, Unsafe) to evade censorship.
- 🧠 AI Sanction Bypass: Integrated routing mechanisms to seamlessly unlock and access restricted artificial intelligence platforms, such as Gemini, bypassing regional geo-blocks.
👥 Advanced User Management & Billing
- ⚖️ Strict Quota Enforcement: Set precise limits based on Traffic Volume (GB), Time Expiration (Days), Total Requests, and Concurrent Devices (IP Limit).
- ⏳ Start on First Connect: Option to delay the countdown of a user's subscription time until their very first successful connection.
- ♻️ Automated Quota Resets: Scheduled auto-reset capabilities for volume and request counters based on user-specific timeframes.
- 🛠 Bulk Operations: Comprehensive multi-select tools for batch user status toggling, deletion, and quota/time resets.
🛑 Security & Content Control
- 🚫 Smart Content Blocker: Integrated DNS-over-HTTPS (DoH) engine to actively intercept and block NSFW (Porn) content and advertisements per user.
- 🔐 Panel Auth Protection: Secure SHA-256 hashed panel password with built-in brute-force protection mechanisms (temporary bans after failed login attempts).
- 🔏 Anti-Tamper & DRM: Mathematically entangled core and integrity checks to prevent code manipulation and unauthorized white-labeling.
📱 UI/UX & Ecosystem
- 📲 Progressive Web App (PWA): Fully installable on iOS, Android, and Desktop as a standalone application for a native app-like experience.
- 🌙 Modern AMOLED UI: A responsive, mobile-friendly interface built with Tailwind CSS, featuring full AMOLED Dark Mode, smooth 3D background waves (Three.js), and interactive UI elements.
- 🔗 Self-Service Portals: Auto-generation of robust Subscription Links, QR codes, and dedicated real-time status pages for every user.
🛠 Built-in Diagnostic & Automation Tools
- 🔍 Built-in Scanners: Integrated Clean IP Scanner (with Pydroid & CMD copy-paste scripts) and VIP Proxy Scanner directly inside the panel.
- 📡 Live Ping & Direct Test: In-panel utility to test direct ping from the user to Cloudflare, and from Cloudflare to the global internet.
- 📊 Live CF Quota Monitoring: Real-time tracking of Cloudflare Worker requests (Total and Daily) with visual progress bars to proactively prevent account 100k limit bans.
- 🔄 OTA Core Updates: Automated edge deployment system updating the panel directly from the official repository without database or data loss.
- 🗄 Complete Backup System: Full JSON export and import utility covering the entire D1 database, users, and server configuration state.
🤖 Automation & Deployment
- 🚀 One-Click Deployment: Complete provisioning of the panel, subdomain, and D1 database directly via the Telegram Bot.
- 👥 Multi-Account Bot Management: Simultaneously manage multiple Cloudflare accounts, execute panel updates, and recover passwords securely.
- ☁️ Cloudflare Ecosystem Optimized: Architected strictly within Cloudflare limits, utilizing intelligent D1 connection pooling and Queue batching mechanisms for maximum operational efficiency.
- 🌐 Access the ZEUS Telegram Bot and click
Start. - 👤 From the main menu, click on "➕ Register Cloudflare Account".
- 🔗 Click the inline button "🔑 Get Cloudflare Token" to be redirected to your Cloudflare account.
- 🟦 Scroll to the bottom of the Cloudflare page, click the blue
Continue to summarybutton, and then clickCreate Token. - 🔑 Copy the generated token and send it directly in the bot chat.
- ⚡️ Once the token is verified, return to the main menu, click "🚀 Build New Panel", and select your account. Your D1 database and panel will be automatically deployed.
Caution
CRITICAL SECURITY NOTE: Ensure you securely save the initial administrative password you set during your first login to the panel. Do not lose it!
A dedicated bash script is provided to instantly deploy a private, secure SOCKS5 proxy on any Linux VPS (Ubuntu, Debian, CentOS, Rocky Linux). This is highly recommended for users who wish to create VIP residential proxies to route traffic through clean, dedicated IPs.
To install, update, or remove the Dante SOCKS5 proxy, execute the following command on your Linux server with root privileges:
bash <(curl -Ls https://raw.githubusercontent.com/panel-zeus/Z-E-U-S/main/zeus-relay.sh | sed 's/\r$//')The script features an interactive menu, automatic port configuration, random secure credential generation (username/password), and native IPv4/IPv6 integration.
ZEUS Panel features a highly optimized, multi-threaded local IP scanner. You can quickly find the fastest and most stable clean Cloudflare IPs directly from your device using the methods below:
- Install Pydroid 3 from the Google Play Store.
- Open the app, navigate to the Terminal from the side menu, and execute the following command:
python -c "import urllib.request; req = urllib.request.Request('https://raw.githubusercontent.com/panel-zeus/Z-E-U-S/refs/heads/main/zeus-scanner.txt', headers={'User-Agent': 'Mozilla/5.0'}); exec(urllib.request.urlopen(req).read().decode('utf-8').split('---PYTH' + 'ON---')[1].split('---POWERSHELL---')[0].strip())"
- Once the server initializes, open
http://127.0.0.1:8000in your web browser.
Open Command Prompt (CMD) in Windows, paste the following command, and hit Enter. The high-speed scanner interface will automatically compile and launch:
powershell -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityProtocolType]::Tls13; $wc = New-Object System.Net.WebClient; $wc.Encoding = [System.Text.Encoding]::UTF8; $text = ($wc.DownloadString('https://raw.githubusercontent.com/panel-zeus/Z-E-U-S/refs/heads/main/zeus-scanner.txt') -split '---POWERSHELL---')[1].Trim(); [IO.File]::WriteAllText('zeus-scanner.ps1', $text, [System.Text.Encoding]::UTF8); .\zeus-scanner.ps1"
Built with ❤️
https://donatonion.ir-netlify.workers.dev
Thank you for your support in keeping this open-source project alive and actively developed! 🙏
Copyright (c) 2026 ZEUS PANEL Contributors. All Rights Reserved.
This software is provided for personal, non-commercial use only. By downloading or using this software, you agree to the following strict conditions:
- 🚫 No Resale or Monetization: You may not sell, rent, or lease this software, nor use it to provide commercial services (e.g., selling panel access or configurations).
- 🚫 No Modifications or Derivatives: You are strictly prohibited from modifying, adapting, translating, or creating derivative works based on this source code.
- 🚫 No Redistribution: You may not host, publish, or redistribute this software on any other repository, platform, or service without explicit written permission.
The source code is published solely for transparency and personal deployment. For the full legal terms, please read the LICENSE file included in this repository.
This panel was originally conceptualized and authored by Arad and Morgan. The current version represents an extended, highly optimized, and heavily refactored iteration of that core logic.
- Original Authors: The baseline concept and initial framework belong to AG-Morgan and aradava.
- Current Maintainer: The system upgrades, advanced network capabilities, UI redesign, and automated deployment infrastructure have been developed and maintained by PANEL_ZEUS.