EN

VibeNest is currently available in English. More interface languages are coming soon.

Go to Home
FastAPI Proxy Gateway

Proxy gateway with a clean web panel

A Python-based proxy gateway application with web panel interface for managing network connections and configurations.

Open Panel

Overview

This application appears to be a FastAPI-based web service that provides proxy functionality with a management panel. It includes support for MTProxy (Telegram proxy protocol) and offers a web interface for configuration and monitoring.

uvicorn app.main:app --host 0.0.0.0 --port 8080
Service
Listening on 0.0.0.0:8080

Protocol
MTProxy / FastAPI

Key Features

Web Management Panel

FastAPI-based web interface accessible on port 8080

MTProxy Integration

Built-in Telegram MTProxy server support

Configuration Management

Handles various network configuration files (subnets, endpoints, SNI lists)

QR Code Generation

Optional QR code generation for connection sharing

WebSocket Support

Real-time communication capabilities

Dockerized Deployment

Ready-to-use Docker container

Tech Stack

Backend Python 3.13, FastAPI, Uvicorn
Frontend Static HTML/JavaScript interface
Proxy MTProxy (compiled from Telegram’s official repository)
Dependencies httpx, websockets, aiofiles, qrcode, pillow
Deployment Docker with multi-stage build

Quick Start

Docker Deployment

docker build -t dsfbbewfhew .
docker run -p 8080:8080 -p 443:443 dsfbbewfhew

Local Development

pip install -r requirements.txt
python main.py

The application will be available at http://localhost:8080.

Configuration

The application uses various configuration files in the data/ directory:

cf_subnets.txt Cloudflare subnet configurations
endpoint.txt Endpoint configurations
sni-list.txt SNI (Server Name Indication) lists
sni_reality.txt Reality protocol SNI configurations

Worker Scripts

The worker/ directory contains JavaScript worker files, likely for client-side proxy configuration or connection handling.

Note: Some features and exact functionality are inferred from the codebase structure and may require further investigation of the complete implementation.

dsfbbewfhew

Reconnecting to the server...

Reconnecting in sec.

Failed to reconnect.
The page will reload automatically.

Session paused by the server.

Failed to resume the session.
Reloading the page...