Web-based Management Panel
FastAPI-powered dashboard for proxy configuration
A FastAPI-based VPN proxy management panel with Telegram bot integration and client configuration support.
Explore Key FeaturesFastAPI-powered dashboard for proxy configuration
Handles various proxy protocols and transports
Optional bot functionality for remote management
Supports multiple VPN clients (v2rayN, v2rayNG, Clash, Hiddify, etc.)
WebSocket connections for live updates and logging
Ready for cloud deployment with configuration files
The panel generates configurations for various VPN clients:
Install dependencies:
Run the application:
Access the panel at http://localhost:8000
Ready for deployment on:
render.yaml configurationProcfile for deploymentADMIN_PASSWORD
Admin panel access
default: "admin"
SECRET_KEY
Application secret key
auto-generated
PORT
Server port
set by platform