2026-02-17 09:49:17 -06:00
<p align="center">
<h1 align="center">MTProxyMax</h1>
<p align="center"><b>The Ultimate Telegram MTProto Proxy Manager</b></p>
<p align="center">
One script. Full control. Zero hassle.
</p>
<p align="center">
2026-02-21 02:49:23 -06:00
<img src="https://img.shields.io/badge/version-1.2.0-brightgreen" alt="Version"/>
2026-02-18 12:50:46 -06:00
<img src="https://img.shields.io/badge/license-MIT-blue" alt="License"/>
<img src="https://img.shields.io/badge/engine-Rust_(telemt_3.x)-orange" alt="Engine"/>
<img src="https://img.shields.io/badge/platform-Linux-lightgrey" alt="Platform"/>
<img src="https://img.shields.io/badge/bash-4.2+-yellow" alt="Bash"/>
<img src="https://img.shields.io/badge/docker-multi--arch-blue" alt="Docker"/>
</p>
<p align="center">
<a href="#-quick-start">Quick Start</a> •
<a href="#-features">Features</a> •
<a href="#-comparison">Comparison</a> •
<a href="#-telegram-bot-17-commands">Telegram Bot</a> •
2026-02-21 02:49:23 -06:00
<a href="#-cli-reference">CLI Reference</a> •
<a href="#-changelog">Changelog</a>
2026-02-17 09:49:17 -06:00
</p>
</p>
---
MTProxyMax is a full-featured Telegram MTProto proxy manager powered by the **telemt 3.x Rust engine ** . It wraps the raw proxy engine with an interactive TUI, a complete CLI, a Telegram bot for remote management, per-user access control, traffic monitoring, proxy chaining, and automatic updates — all in a single bash script.
2026-02-17 13:58:32 -06:00
<img src="main.png" width="600" alt="MTProxyMax Main Menu"/>
2026-02-17 13:57:24 -06:00
2026-02-17 09:49:17 -06:00
```bash
2026-02-24 08:05:09 -06:00
sudo bash -c "$(curl -fsSL https://dl.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
2026-02-17 09:49:17 -06:00
```
2026-02-18 12:50:46 -06:00
---
2026-02-17 09:49:17 -06:00
## Why MTProxyMax?
Most MTProxy tools give you a proxy and a link. That's it. MTProxyMax gives you a **full management platform ** :
2026-02-18 12:50:46 -06:00
- 🔐 **Multi-user secrets ** with individual bandwidth quotas, device limits, and expiry dates
- 🤖 **Telegram bot ** with 17 commands — manage everything from your phone
- 🖥️ **Interactive TUI ** — no need to memorize commands, menu-driven setup
- 📊 **Prometheus metrics ** — real per-user traffic stats, not just iptables guesses
- 🔗 **Proxy chaining ** — route through SOCKS5 upstreams for extra privacy
- 🔄 **Auto-recovery ** — detects downtime, restarts automatically, alerts you on Telegram
- 🐳 **Pre-built Docker images ** — installs in seconds, not minutes
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
## 🚀 Quick Start
2026-02-17 09:49:17 -06:00
### One-Line Install
```bash
2026-02-24 08:05:09 -06:00
sudo bash -c "$(curl -fsSL https://dl.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
2026-02-17 09:49:17 -06:00
```
The interactive wizard walks you through everything: port, domain, first user secret, and optional Telegram bot setup.
### Manual Install
```bash
2026-02-24 08:05:09 -06:00
curl -fsSL https://dl.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/mtproxymax.sh -o mtproxymax
2026-02-17 09:49:17 -06:00
chmod +x mtproxymax
sudo ./mtproxymax install
```
### After Install
```bash
2026-02-18 12:50:46 -06:00
mtproxymax # Open interactive TUI
mtproxymax status # Check proxy health
2026-02-17 09:49:17 -06:00
```
---
2026-02-18 12:50:46 -06:00
## ✨ Features
2026-02-17 09:49:17 -06:00
2026-02-21 02:49:23 -06:00
### 🛡️ FakeTLS V2 Obfuscation
2026-02-17 09:49:17 -06:00
2026-02-21 02:49:23 -06:00
Your proxy traffic looks identical to normal HTTPS traffic. The **Fake TLS V2 ** engine mirrors real TLS 1.3 sessions — per-domain profiles, real cipher suites, dynamic certificate lengths, and realistic record fragmentation. The TLS handshake SNI points to a cover domain (e.g., `cloudflare.com` ), making it indistinguishable from regular web browsing to any DPI system.
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
**Traffic masking** goes further — when a non-Telegram client probes your server, the connection is forwarded to the real cover domain. Your server responds exactly like cloudflare.com would.
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
---
### 👥 Multi-User Secret Management
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
Each user gets their own **secret key ** with a human-readable label:
2026-02-17 09:49:17 -06:00
- **Add/remove** users instantly — config regenerates and proxy hot-reloads
- **Enable/disable** access without deleting the key
- **Rotate** a user's secret — new key, same label, old link stops working
2026-02-18 12:50:46 -06:00
- **QR codes** — scannable directly in Telegram
---
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### 🔒 Per-User Access Control
2026-02-17 09:49:17 -06:00
Fine-grained limits enforced at the engine level:
| Limit | Description | Example |
|-------|-------------|---------|
| **Max Connections ** | Simultaneous TCP connections | `100` |
| **Max IPs ** | Unique devices/IPs allowed | `5` |
| **Data Quota ** | Total bandwidth cap | `10G` , `500M` |
| **Expiry Date ** | Auto-disable after date | `2026-12-31` |
```bash
2026-02-18 12:50:46 -06:00
mtproxymax secret setlimits alice 100 5 10G 2026-12-31
2026-02-17 09:49:17 -06:00
```
2026-02-18 12:50:46 -06:00
---
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### 📋 User Management Recipes
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
<details>
<summary><b>Prevent Key Sharing</b></summary>
2026-02-17 09:49:17 -06:00
```bash
2026-02-18 12:50:46 -06:00
mtproxymax secret setlimit alice ips 1 # Single person only
2026-02-17 09:49:17 -06:00
mtproxymax secret setlimit family ips 5 # Family of up to 5 devices
```
2026-02-18 12:50:46 -06:00
If someone with `ips 1` shares their link, the second device gets rejected automatically.
</details>
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
<details>
<summary><b>IP Limit Tiers</b></summary>
2026-02-17 09:49:17 -06:00
| Scenario | `max_ips` |
|----------|-----------|
| Single person, one device | `1` |
| Single person, multiple devices | `2-3` |
| Small family | `5` |
| Small group / office | `20-30` |
| Public/open link | `0` (unlimited) |
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>Time-Limited Sharing Link</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax secret add shared-link
mtproxymax secret setlimits shared-link 50 30 10G 2026-06-01
```
2026-02-18 12:50:46 -06:00
When the expiry date hits, the link stops working automatically.
</details>
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
<details>
<summary><b>Per-Person Keys (Recommended)</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax secret add alice
mtproxymax secret add bob
mtproxymax secret add charlie
2026-02-18 12:50:46 -06:00
# Each person gets their own link — revoke individually
2026-02-17 09:49:17 -06:00
mtproxymax secret setlimit alice ips 2
mtproxymax secret setlimit bob ips 1
mtproxymax secret setlimit charlie ips 3
```
2026-02-18 12:50:46 -06:00
</details>
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
<details>
<summary><b>Disable, Rotate, Remove</b></summary>
2026-02-17 09:49:17 -06:00
```bash
2026-02-18 12:50:46 -06:00
mtproxymax secret disable bob # Temporarily cut off
mtproxymax secret enable bob # Restore access
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
mtproxymax secret rotate alice # New key, old link dies instantly
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
mtproxymax secret remove bob # Permanent removal
2026-02-17 09:49:17 -06:00
```
2026-02-18 12:50:46 -06:00
</details>
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
### 🤖 Telegram Bot (17 Commands)
2026-02-17 09:49:17 -06:00
Full proxy management from your phone. Setup takes 60 seconds:
```bash
mtproxymax telegram setup
```
| Command | Description |
|---------|-------------|
| `/mp_status` | Proxy status, uptime, connections |
| `/mp_secrets` | List all users with active connections |
2026-02-18 12:50:46 -06:00
| `/mp_link` | Get proxy details + QR code image |
| `/mp_add <label>` | Add new user |
2026-02-17 09:49:17 -06:00
| `/mp_remove <label>` | Delete user |
| `/mp_rotate <label>` | Generate new key for user |
| `/mp_enable <label>` | Re-enable disabled user |
| `/mp_disable <label>` | Temporarily disable user |
| `/mp_limits` | Show all user limits |
| `/mp_setlimit` | Set user limits |
| `/mp_traffic` | Per-user traffic breakdown |
| `/mp_upstreams` | List proxy chains |
| `/mp_health` | Run diagnostics |
| `/mp_restart` | Restart proxy |
| `/mp_update` | Check for updates |
| `/mp_help` | Show all commands |
**Automatic alerts:**
2026-02-18 12:50:46 -06:00
- 🔴 Proxy down → instant notification + auto-restart attempt
- 🟢 Proxy started → sends connection details + QR codes
- 📊 Periodic traffic reports at your chosen interval
---
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### 🔗 Proxy Chaining (Upstream Routing)
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
Route traffic through intermediate servers:
2026-02-17 09:49:17 -06:00
```bash
2026-02-18 12:50:46 -06:00
# Route 20% through Cloudflare WARP
2026-02-17 09:49:17 -06:00
mtproxymax upstream add warp socks5 127.0.0.1:40000 - - 20
# Route through a backup VPS
mtproxymax upstream add backup socks5 203.0.113.50:1080 user pass 80
2026-02-21 02:49:23 -06:00
# Hostnames are supported (resolved by the engine)
mtproxymax upstream add remote socks5 my-proxy.example.com:1080 user pass 50
2026-02-17 09:49:17 -06:00
```
2026-02-21 02:49:23 -06:00
Supports **SOCKS5 ** (with auth), **SOCKS4 ** , and **direct ** routing with weight-based load balancing. Addresses can be IPs or hostnames.
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
---
### 📊 Real-Time Traffic Monitoring
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
Prometheus metrics give you real per-user stats:
2026-02-17 09:49:17 -06:00
```bash
mtproxymax traffic # Per-user breakdown
mtproxymax status # Overview with connections count
```
- Bytes uploaded/downloaded per user
- Active connections per user
2026-02-18 12:50:46 -06:00
- Cumulative tracking across restarts
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
---
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### 🌍 Geo-Blocking
2026-02-17 09:49:17 -06:00
```bash
mtproxymax geoblock add ir # Block Iran
mtproxymax geoblock add cn # Block China
mtproxymax geoblock list # See blocked countries
```
2026-02-18 12:50:46 -06:00
IP-level CIDR blocklists enforced via iptables — traffic is dropped before reaching the proxy.
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
---
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### 💰 Ad-Tag Monetization
2026-02-17 09:49:17 -06:00
```bash
mtproxymax adtag set <hex_from_MTProxyBot>
```
2026-02-18 12:50:46 -06:00
Get your ad-tag from [@MTProxyBot ](https://t.me/MTProxyBot ). Users see a pinned channel — you earn from the proxy.
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
---
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### ⚙️ Engine Management
2026-02-17 09:49:17 -06:00
```bash
2026-02-19 15:19:14 -06:00
mtproxymax engine status # Current engine version
mtproxymax engine rebuild # Force rebuild engine image
2026-02-17 09:49:17 -06:00
mtproxymax rebuild # Force rebuild from source
```
2026-02-19 15:19:14 -06:00
Engine updates are delivered through `mtproxymax update` . Pre-built multi-arch Docker images (amd64 + arm64) are pulled automatically. Source compilation is the automatic fallback.
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
## 📊 Comparison
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
### MTProxyMax vs Other Solutions
2026-02-17 09:49:17 -06:00
| Feature | **MTProxyMax ** | **mtg v2 ** (Go) | **Official MTProxy ** (C) | **Bash Installers ** |
|---------|:-:|:-:|:-:|:-:|
| **Engine ** | telemt 3.x (Rust) | mtg (Go) | MTProxy (C) | Various |
2026-02-18 12:50:46 -06:00
| **FakeTLS ** | ✅ | ✅ | ❌ (needs patches) | Varies |
| **Traffic Masking ** | ✅ | ✅ | ❌ | ❌ |
| **Multi-User Secrets ** | ✅ (unlimited) | ❌ (1 secret) | Multi-secret | Usually 1 |
| **Per-User Limits ** | ✅ (conns, IPs, quota, expiry) | ❌ | ❌ | ❌ |
| **Per-User Traffic Stats ** | ✅ (Prometheus) | ❌ | ❌ | ❌ |
| **Telegram Bot ** | ✅ (17 commands) | ❌ | ❌ | ❌ |
| **Interactive TUI ** | ✅ | ❌ | ❌ | ❌ |
| **Proxy Chaining ** | ✅ (SOCKS5/4, weighted) | ✅ (SOCKS5) | ❌ | ❌ |
| **Geo-Blocking ** | ✅ | IP allowlist/blocklist | ❌ | ❌ |
| **Ad-Tag Support ** | ✅ | ❌ (removed in v2) | ✅ | Varies |
| **QR Code Generation ** | ✅ | ❌ | ❌ | Some |
| **Auto-Recovery ** | ✅ (with alerts) | ❌ | ❌ | ❌ |
| **Auto-Update ** | ✅ | ❌ | ❌ | ❌ |
| **Docker ** | ✅ (multi-arch) | ✅ | ❌ | Varies |
| **User Expiry Dates ** | ✅ | ❌ | ❌ | ❌ |
| **Bandwidth Quotas ** | ✅ | ❌ | ❌ | ❌ |
| **Device Limits ** | ✅ | ❌ | ❌ | ❌ |
| **Active Development ** | ✅ | ✅ | Abandoned | Varies |
<details>
<summary><b>Why Not mtg?</b></summary>
[mtg ](https://github.com/9seconds/mtg ) is solid and minimal — by design. It's * * "highly opinionated"** and intentionally barebones. Fine for a single-user fire-and-forget proxy.
But mtg v2 dropped ad-tag support, only supports one secret, has no user limits, no management interface, and no auto-recovery.
</details>
<details>
<summary><b>Why Not the Official MTProxy?</b></summary>
[Telegram's official MTProxy ](https://github.com/TelegramMessenger/MTProxy ) (C implementation) was **last updated in 2019 ** . No FakeTLS, no traffic masking, no per-user controls, manual compilation, no Docker.
</details>
<details>
<summary><b>Why Not a Simple Bash Installer?</b></summary>
Scripts like MTProtoProxyInstaller install a proxy and give you a link. That's it. No user management, no monitoring, no bot, no updates, no recovery.
2026-02-17 09:49:17 -06:00
MTProxyMax is not just an installer — it's a **management platform ** that happens to install itself.
2026-02-18 12:50:46 -06:00
</details>
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
## 🏗️ Architecture
2026-02-17 09:49:17 -06:00
```
Telegram Client
│
▼
┌─────────────────────────┐
│ Your Server (port 443) │
│ ┌───────────────────┐ │
│ │ Docker Container │ │
│ │ ┌─────────────┐ │ │
│ │ │ telemt │ │ │ ← Rust/Tokio engine
│ │ │ (FakeTLS) │ │ │
│ │ └──────┬──────┘ │ │
│ └─────────┼─────────┘ │
│ │ │
│ ┌──────┴──────┐ │
│ ▼ ▼ │
│ Direct SOCKS5 │ ← Upstream routing
│ routing chaining │
└─────────┬───────────────┘
│
▼
Telegram Servers
```
2026-02-18 12:50:46 -06:00
| Component | Role |
|-----------|------|
| **mtproxymax.sh ** | Single bash script: CLI, TUI, config manager |
| **telemt ** | Rust MTProto engine running inside Docker |
| **Telegram bot service ** | Independent systemd service polling Bot API |
| **Prometheus endpoint ** | `/metrics` on port 9090 (localhost only) |
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
## 📖 CLI Reference
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
<details>
<summary><b>Proxy Management</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax install # Run installation wizard
mtproxymax uninstall # Remove everything
mtproxymax start # Start proxy
mtproxymax stop # Stop proxy
mtproxymax restart # Restart proxy
mtproxymax status # Show proxy status
mtproxymax menu # Open interactive TUI
```
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>User Secrets</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax secret add <label> # Add user
mtproxymax secret remove <label> # Remove user
mtproxymax secret list # List all users
mtproxymax secret rotate <label> # New key, same label
mtproxymax secret enable <label> # Re-enable user
mtproxymax secret disable <label> # Temporarily disable
mtproxymax secret link [label] # Show proxy link
mtproxymax secret qr [label] # Show QR code
mtproxymax secret setlimit <label> <type> <value> # Set individual limit
mtproxymax secret setlimits <label> <conns> <ips> <quota> [expires] # Set all limits
```
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>Configuration</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax port [get|<number>] # Get/set proxy port
2026-02-19 15:37:47 -06:00
mtproxymax ip [get|auto|<address>] # Get/set custom IP for proxy links
2026-02-17 09:49:17 -06:00
mtproxymax domain [get|clear|<host>] # Get/set FakeTLS domain
mtproxymax adtag set <hex> # Set ad-tag
mtproxymax adtag remove # Remove ad-tag
```
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>Security & Routing</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax geoblock add <CC> # Block country
mtproxymax geoblock remove <CC> # Unblock country
mtproxymax geoblock list # List blocked countries
mtproxymax upstream list # List upstreams
2026-02-21 02:49:23 -06:00
mtproxymax upstream add <name> <type> <host:port> [user] [pass] [weight]
2026-02-17 09:49:17 -06:00
mtproxymax upstream remove <name> # Remove upstream
mtproxymax upstream test <name> # Test connectivity
```
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>Monitoring</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax traffic # Per-user traffic breakdown
mtproxymax logs # Stream live logs
mtproxymax health # Run diagnostics
```
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>Engine & Updates</b></summary>
2026-02-17 09:49:17 -06:00
```bash
2026-02-19 15:19:14 -06:00
mtproxymax engine status # Show current engine version
mtproxymax engine rebuild # Force rebuild engine image
2026-02-17 09:49:17 -06:00
mtproxymax rebuild # Force rebuild from source
2026-02-19 15:19:14 -06:00
mtproxymax update # Check for script + engine updates
2026-02-17 09:49:17 -06:00
```
2026-02-18 12:50:46 -06:00
</details>
<details>
<summary><b>Telegram Bot</b></summary>
2026-02-17 09:49:17 -06:00
```bash
mtproxymax telegram setup # Interactive bot setup
mtproxymax telegram status # Show bot status
mtproxymax telegram test # Send test message
mtproxymax telegram disable # Disable bot
mtproxymax telegram remove # Remove bot completely
```
2026-02-18 12:50:46 -06:00
</details>
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
## 💻 System Requirements
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
| Requirement | Details |
|-------------|---------|
| **OS ** | Ubuntu, Debian, CentOS, RHEL, Fedora, Rocky, AlmaLinux, Alpine |
| **Docker ** | Auto-installed if not present |
| **RAM ** | 256MB minimum |
| **Access ** | Root required |
| **Bash ** | 4.2+ |
2026-02-17 09:49:17 -06:00
---
2026-02-18 12:50:46 -06:00
## 📁 Configuration Files
2026-02-17 09:49:17 -06:00
| File | Purpose |
|------|---------|
| `/opt/mtproxymax/settings.conf` | Proxy settings (port, domain, limits) |
| `/opt/mtproxymax/secrets.conf` | User keys, limits, expiry dates |
| `/opt/mtproxymax/upstreams.conf` | Upstream routing rules |
| `/opt/mtproxymax/mtproxy/config.toml` | Generated telemt engine config |
---
2026-02-21 02:49:23 -06:00
## 📋 Changelog
### v1.2.0 — Engine v3.0.7 + Custom IP
**Engine Upgrade (v3.0.4 → v3.0.7):**
- **Fake TLS V2** — Complete rewrite of the TLS front. Handshakes now mirror real TLS 1.3 sessions with per-domain profiles, dynamic certificate lengths, and realistic record fragmentation. Significantly harder to fingerprint via DPI
- **ME Pool V2** — Middle-end connections now use keepalive padding frames, staggered warmup, and exponential backoff reconnects for better stability under load
- **Dynamic config reload** — Engine picks up config.toml changes without a restart
- **SOCKS proxy hostname support** — Upstream SOCKS4/SOCKS5 proxies now accept hostnames in addition to IPs
- **Frame size fixes** — Resolved "frame too large" errors on middle-end connections
- **Extended handshake timeout** — `client_handshake` raised from 15s to 30s for slow networks
**New Features:**
- **Custom IP** — Set a custom IP for proxy links when behind NAT, CDN, or multi-IP setups. The proxy still binds to all interfaces — this only affects link/QR generation
```bash
mtproxymax ip 203.0.113.50 # Set custom IP
mtproxymax ip auto # Reset to auto-detect
```
Also available in the setup wizard and TUI settings menu
**Performance:**
- **LTO builds** — Engine compiled with Link-Time Optimization (`LTO=true` , `codegen-units=1` ) for ~10-20% faster throughput
- **No default resource caps** — Docker CPU/memory limits now default to unlimited instead of 1 core / 256MB
### v1.1.0 — Per-User Limits + Telegram Bot
- Per-user connection, IP, quota, and expiry limits
- Telegram bot with 17 commands for remote management
- Proxy chaining via SOCKS5/SOCKS4 upstreams
- Geo-blocking with CIDR blocklists
- Auto-recovery with Telegram alerts
### v1.0.0 — Initial Release
- Full MTProto proxy management with telemt 3.x Rust engine
- Interactive TUI + complete CLI
- Multi-user secret management with QR codes
- FakeTLS obfuscation with traffic masking
- Prometheus metrics endpoint
- Auto-update system
---
2026-02-18 12:50:46 -06:00
## 🙏 Credits
2026-02-17 09:50:49 -06:00
2026-02-19 15:19:14 -06:00
Built on top of **telemt ** — a high-performance MTProto proxy engine written in Rust/Tokio. All proxy protocol handling, FakeTLS, traffic masking, and per-user enforcement is powered by telemt.
2026-02-17 09:50:49 -06:00
---
2026-02-18 12:50:46 -06:00
## 📄 License
2026-02-17 09:49:17 -06:00
2026-02-18 12:50:46 -06:00
MIT License — see [LICENSE ](LICENSE ) for details.
2026-02-17 09:49:17 -06:00
Copyright (c) 2026 SamNet Technologies