Web Panel Interface
Browser-based control panel accessible on port 8080
FastAPI ยท Proxy Admin
A comprehensive proxy management and monitoring tool built with FastAPI. Web-based administration for MTProxy and other proxy services.
Port 8080 ยท Real-time metrics ยท MTProxy ready
Everything you need to manage and monitor your proxy infrastructure from a single web-based control panel.
Browser-based control panel accessible on port 8080
Built-in Telegram MTProxy server compilation and management
Handles various proxy protocols and configurations
System metrics and proxy status monitoring
Easy sharing of proxy configurations
Handles SNI lists, CloudFlare subnets, and endpoint configurations
Spider is built on a modern, high-performance stack designed for reliability and speed.
Get Spider up and running in minutes with Docker or a local development setup.
Shell
docker build -t spider . docker run -p 8080:8080 -p 443:443 spider
Shell
pip install -r requirements.txt uvicorn main:app --host 0.0.0.0 --port 8080
Access the web panel at http://localhost:8080
The /data directory contains all configuration files needed for proxy operations.
Spider supports multiple deployment strategies for maximum flexibility in any environment.
Configured via railway.toml
Worker scripts in /worker directory
Production-ready containerization
The application exposes ports 8080 (web panel) and 443 (proxy services).