EN

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

Go to Home

RVG

A Python-based gateway service supporting multiple VPN/proxy protocols including MTProto, Shadowsocks, Trojan, and VLess.

Get Started

Core Capabilities

πŸ”Œ

Multi-Protocol Support

MTProto, Shadowsocks, Trojan, VLess protocols all supported natively in a single gateway service.

πŸ”—

WebSocket Integration

WebSocket support for multiple protocols enabling flexible transport and tunneling options.

🌐

FastAPI Web Interface

Modern async web framework with a full REST API for management and monitoring.

πŸ€–

Bot Integration

Telegram bot functionality with TCP proxy support for seamless messaging integration.

πŸ›‘οΈ

SOCKS5 Proxy

Zeus SOCKS5 implementation providing a robust and reliable proxy layer.

🌍

Domain Generation

Automated domain generation capabilities for dynamic endpoint management.

⚑

Real-time Updates

Built-in updater system keeps the gateway current with the latest improvements automatically.

πŸ’Ύ

Caching Support

Redis integration for performance optimization and efficient data caching.

Tech Stack

Framework
FastAPI 0.104.1 with Uvicorn
Async Runtime
uvloop for enhanced performance
HTTP Client
httpx with HTTP/2 support
WebSockets
websockets 12.0
Cryptography
cryptography library for security
Caching
Redis (optional)
System Monitoring
psutil for system metrics

Quick Install

Install dependencies and run the gateway in two commands:

# Install dependencies
pip install -r requirements.txt

# Run the gateway
python main.py

Architecture

protocol/
β”œβ”€β”€ mtproto/     # MTProto Telegram protocol
β”œβ”€β”€ shadowsocks/ # Shadowsocks proxy
β”œβ”€β”€ trojan/      # Trojan protocol
└── vless/       # VLess protocol

Each protocol module includes WebSocket support and various transport implementations (xhttp, streaming).

Supported Protocols

MTProto Shadowsocks Trojan VLess WebSocket

Key Components

central.py
Core gateway logic
pages.py
Web interface pages
bottokentcpproxy.py
Bot TCP proxy handler
botgeneratedomin.py
Domain generation utilities
zeussocks5.py
SOCKS5 proxy implementation
updater.py
Automatic update system

The gateway automatically installs required dependencies on startup and provides a comprehensive proxy solution with web management interface.

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...