Skip to content

frkn-dev/vpn-bot

Repository files navigation

FRKN VPN Telegram Bot

This bot allows users to create and retrieve VPN configurations (VlessGrpc, VlessXtls, Vmess, Wireguard, etc.) via interactive commands and inline buttons. It communicates with a backend API server that manages users, nodes, and connections.

Dev-mode

cp .env.example .env
docker-compose up -d
prisma db push

npm run dev
ngrok http 3000

Requirements

Node.js LTS and pnpm. IDE with TypeScript and Biome support.