Skip to content

Unblock Telegram. Invisibly.

A high-performance MTProto proxy that makes Telegram traffic indistinguishable from regular HTTPS — defeating deep packet inspection while delivering lower latency than the original.

Get Started Docker Quick Start

Fake-TLS & DPI Resistance

Wraps MTProto in a genuine TLS handshake with Dynamic Record Sizing, making proxy traffic statistically indistinguishable from normal HTTPS browsing.

Direct-to-DC

Bypasses Telegram's middle-end relay servers, routing clients straight to the nearest datacenter for measurably lower latency and higher throughput.

Production Monitoring

Built-in Prometheus metrics endpoint and HTTP stats page give you real-time visibility into connections, traffic, and per-secret usage.

8 MB Docker Image

A minimal, scratch-based container — 7x smaller than the original Telegram proxy image. Runs on AMD64 and ARM64 including Apple Silicon.

Multi-Secret Access Control

Configure up to 16 secrets with human-readable labels, per-secret connection limits, and IP allowlists or blocklists for fine-grained access control.

Battle-Tested

The only MTProto proxy with automated end-to-end tests against real Telegram — every commit verified with actual Telethon client connections through both obfs2 and fake-TLS transports.

Quick Start

Get a proxy running in one command:

docker run -d --name teleproxy \
  -p 443:443 \
  --restart unless-stopped \
  ghcr.io/teleproxy/teleproxy:latest

The container generates a random secret on first launch and prints the tg:// connection link to the logs.

The only MTProto proxy with automated end-to-end tests against real Telegram — every commit is verified with actual client connections through both transport modes. No other proxy implementation does this.

What is Teleproxy?

Teleproxy is an MTProto proxy — a specialized relay that lets Telegram clients connect even when the service is blocked by ISPs or government firewalls. Unlike VPNs and SOCKS proxies, an MTProto proxy only handles Telegram traffic, requires zero client-side configuration beyond scanning a link, and is natively supported in every official Telegram app.

Teleproxy is a drop-in replacement for the abandoned official proxy from Telegram, rebuilt with modern DPI resistance, production monitoring, and a dramatically smaller footprint.

Explore the Docs