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 }} |
{{ globalProxy.host }}:{{ globalProxy.port }}
After setting a global proxy, all accounts use it by defaultTelegram
Set a dedicated proxy per account (higher priority than the global proxy). Username/password optional by proxy type.ใ
{{ proxy.host }}:{{ proxy.port }}
Username: {{ proxy.username }} Password: {{ proxy.password }} โขโขโขโขโขโข {{ proxyPasswordVisible[proxy.proxy_id] ? '๐๏ธ' : '๐๏ธโ๐จ๏ธ' }} Unverified
All accounts are healthy
| Account ID | Risk level | SequentialFailed | Status |
|---|---|---|---|
| {{ id }} | {{ healthDetails[id]?.risk_level || 'Med' }} | {{ healthDetails[id]?.consecutive_fails || 0 }} | {{ healthDetails[id]?.banned ? 'May be banned' : 'Needs attention' }} |
No statistics
| Rank | Account ID | Usage |
|---|---|---|
| ๐ #{{ i + 1 }} | {{ acc.account_id }} | {{ acc.value }} |
No activity logs
Preset message templates for quick / AI send
No message templates
View and manage scheduled AI tasks
No schedules
TellAI"Send greeting every day at 9:00"to create a scheduled task
{{ getScheduleDescription(sch) }}
{{ sch.cron || sch.time }} Account: {{ sch.accounts?.join(', ') || sch.account_ids?.join(', ') || 'All' }}
Last run: {{ formatTime(sch.lastRun) }}