Proxy Management Panel
PXPanel
A FastAPI-based proxy panel for managing V2Ray/Xray configurations with Telegram bot integration
Get StartedOverview
PXPanel is a web-based management panel designed for proxy server administration, featuring automated configuration generation, user management, and Telegram bot integration for monitoring and control.
Key Features
Web Panel Interface
FastAPI-based REST API with full CORS support. A responsive web interface for seamless proxy administration and real-time monitoring.
Proxy Configuration
Generate and manage VLESS relay configurations with built-in bandwidth control and speed limiting mechanisms for fine-grained traffic management.
Telegram Bot Integration
Remote management and monitoring via Telegram bot. Deploy seamlessly on Railway with persistent JSON-based storage and volume support.
Tech Stack
Project Structure
pxpanel/ ├── main.py # Main FastAPI application (v13.10.0) ├── telegram_bot.py # Telegram bot integration ├── relay_vless.py # VLESS proxy relay logic ├── speed_limit.py # Bandwidth limiting functionality ├── xhttp_siz10.py # HTTP size optimization ├── pages.py # Web interface pages ├── news.json # News/updates data └── requirements.txt # Python dependencies
Quick Start
Get up and running in minutes with these simple steps.
1. pip install -r requirements.txt 2. python main.py 3. Access the panel at http://localhost:8000
Configuration
- Data Storage: Automatically creates
./datadirectory or uses Railway volume - Port: Configurable via
PORTenvironment variable (default:8000) - Timezone: Asia/Tehran (Iran) timezone support
Support
For support and updates, contact @logic_sec on Telegram.