MTProxy Integration
Built-in Telegram MTProxy server compiled from official sources, providing seamless and secure proxy connections for Telegram messaging.
A comprehensive web panel for managing VPN and proxy services with integrated MTProxy support.
Access the PanelSpiderPanel is a FastAPI-based management panel that provides a web interface for configuring and monitoring various proxy and VPN services. The application includes built-in MTProxy functionality and supports multiple connection protocols.
Built-in Telegram MTProxy server compiled from official sources, providing seamless and secure proxy connections for Telegram messaging.
Clean web interface for configuration and monitoring, built with FastAPI for high performance and reliability.
Handles various proxy and VPN configurations, giving you flexibility across different networking requirements.
Built-in QR code support for easy client configuration, making setup quick and hassle-free for end users.
Includes worker scripts for CDN integration, enabling enhanced performance and global distribution.
WebSocket support for live status updates, allowing you to monitor your services in real time without refreshing.
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 application uses various data files in the data/ directory:
These files control Cloudflare subnet configurations, service endpoints, SNI configurations, and Reality protocol settings respectively.
Supports deployment on Railway with included railway.toml configuration. The panel runs on port 8080 with MTProxy services on port 443.