Web Interface
Clean HTML-based control panel with login authentication
A web-based management panel for network proxy services with integrated MTProxy support.
Launch SpiderPanelClean HTML-based control panel with login authentication
Built-in Telegram MTProxy server deployment and management
Configuration management for various proxy protocols
Built-in Cloudflare subnet and endpoint management
Automatic QR code creation for easy client configuration
Example QR Code
Curated SNI lists for traffic obfuscation
Client subscription handling with dedicated interface
FastAPI with Uvicorn ASGI server
Static HTML/CSS/JS with custom UI components
MTProxy (Telegram's official proxy)
Docker containerization with Railway.app support
HTTPx, WebSockets, QRCode generation, Cryptography
docker build -t spiderpanel .
docker run -p 8080:8080 -p 443:443 spiderpanel
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8080
Access the panel at http://localhost:8080
The panel manages configuration through data files in the /data directory:
cf_subnets.txt: Cloudflare subnet rangesendpoint.txt: Service endpointssni-list.txt & sni_reality.txt: SNI configurations for traffic masking