๐Ÿ“ฑ Telegram Multi-Account Manager

๐Ÿ“Š Total accounts: {{ accounts.length }} ๐ŸŸข Online: {{ onlineCount }} ๐Ÿ”ด Offline: {{ offlineCount }}
๐Ÿ‘ฅ Accounts
๐ŸŒ Proxies
๐Ÿ’Š Health
๐Ÿ“Š Stats
๐Ÿ“‹ Logs
๐Ÿ’ฌ Templates
๐Ÿ“… Schedule

Account list

๐Ÿ“ญ

No accounts yet. Click a button above to add one.

Account ID Name Username Phone Type Status Last online Usage Actions
{{ acc.account_id }} {{ acc.first_name || '-' }} {{ acc.last_name || '' }} @{{ acc.username }} - {{ acc.user_id || '-' }} {{ acc.is_premium ? 'โญ Premium' : 'Standard' }} {{ acc.status === 'online' ? 'Online' : 'Offline' }} {{ formatTime(acc.last_online) }} {{ acc.use_count || 0 }}
# {{ accountPage }} / {{ accountTotalPages }} page (of {{ accounts.length }} Account)

๐ŸŒ GlobalProxy

{{ globalProxy.protocol.toUpperCase() }}

{{ globalProxy.host }}:{{ globalProxy.port }}

After setting a global proxy, all accounts use it by defaultTelegram

๐Ÿ”Œ Per-accountProxy

Set a dedicated proxy per account (higher priority than the global proxy). Username/password optional by proxy type.ใ€‚

{{ proxy.proxy_id }} {{ proxy.protocol.toUpperCase() }}

{{ proxy.host }}:{{ proxy.port }}

Username: {{ proxy.username }} Password: {{ proxy.password }} โ€ขโ€ขโ€ขโ€ขโ€ขโ€ข {{ proxyPasswordVisible[proxy.proxy_id] ? '๐Ÿ‘๏ธ' : '๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ' }} Unverified

{{ health.total_accounts || 0 }}
Total accounts
{{ health.online_accounts || 0 }}
OnlineAccount
{{ health.high_risk || 0 }}
HighRisk
{{ health.medium_risk || 0 }}
MedRisk

โš ๏ธ Risky accounts

โœ…

All accounts are healthy

Account IDRisk levelSequentialFailedStatus
{{ id }} {{ healthDetails[id]?.risk_level || 'Med' }} {{ healthDetails[id]?.consecutive_fails || 0 }} {{ healthDetails[id]?.banned ? 'May be banned' : 'Needs attention' }}
{{ stats.total_uses || 0 }}
Total usage
{{ stats.total_messages_sent || 0 }}
Total messages sent
{{ stats.today_uses || 0 }}
TodayUse
{{ stats.today_messages || 0 }}
TodayMessages

๐Ÿ† Most active account

๐Ÿ“Š

No statistics

RankAccount IDUsage
๐Ÿ… #{{ i + 1 }} {{ acc.account_id }} {{ acc.value }}

๐Ÿ“‹ Logs

๐Ÿ“

No activity logs

{{ log.action }} - {{ log.detail }} {{ log.time }}

๐Ÿ’ฌ Templates

Preset message templates for quick / AI send

๐Ÿ’ฌ

No message templates

{{ tpl.name }} {{ tpl.category }}

{{ tpl.content }}
# {{ templatePage }} / {{ templateTotalPages }} page (of {{ templates.length }} Template)

๐Ÿš€ Quick templates

๐Ÿ“… Schedule

View and manage scheduled AI tasks

๐Ÿ“…

No schedules

TellAI"Send greeting every day at 9:00"to create a scheduled task

{{ sch.name }} {{ sch.enabled ? 'Enable' : 'Disable' }}

{{ getScheduleDescription(sch) }}

{{ sch.cron || sch.time }} Account: {{ sch.accounts?.join(', ') || sch.account_ids?.join(', ') || 'All' }}

Last run: {{ formatTime(sch.lastRun) }}

{{ schedules.length }}
Total Schedule
{{ schedules.filter(s => s.enabled).length }}
EnableMed
{{ todayExecutions }}
Ran today
{{ pendingExecutions }}
Pending
{{ toast.message }}