You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Data Quota**| Lifetime bandwidth cap |`10G`, `500M`| Fair usage |
108
+
|**Expiry Date**| Auto-disable after date |`2026-12-31`| Temporary access |
109
+
110
+
> **Tip: Use `conns` for device limits, not `ips`.** Each Telegram app opens exactly 1 connection (multiplexed internally), so `conns 3` = max 3 devices. IP limits are less reliable because mobile users roam between cell towers (briefly showing 2 IPs for 1 device), and multiple devices behind the same WiFi share 1 IP. Use `ips` as a secondary anti-sharing measure.
111
+
>
112
+
> **Traffic and quotas are lifetime (cumulative)**, not monthly. They don't auto-reset. To reset a user's traffic, rotate their secret.
109
113
110
114
```bash
111
115
mtproxymax secret setlimits alice 100 5 10G 2026-12-31
0 commit comments