Test your Xtream IPTV credentials and view account status, expiry date, max connections, and active output formats — all in one place.
One lookup returns a full diagnostic of the account — no guesswork, no logging into the provider panel.
See the exact expiry date and how many days remain on the line.
Know how many simultaneous connections the subscription allows.
Check the supported formats — m3u8, ts, rtmp — before you build links.
Instantly tell whether a line is active, expired, or disabled.
Spot trial accounts so you don't rely on a line that's about to end.
View server host, timezone, and API details at a glance.
Generated: ${now}
| Username | ${userInfo.username || 'N/A'} |
| Status | ${status} |
| Trial Account | ${userInfo.is_trial == 1 ? 'Yes' : 'No'} |
| Created | ${created} |
| Expiration | ${expDate} |
| Active Connections | ${userInfo.active_cons || 0} / ${userInfo.max_connections || 0} |
| Server URL | ${serverInfo.url || 'N/A'}:${serverInfo.port || 'N/A'} |
| Server Timezone | ${serverInfo.timezone || 'N/A'} |
| Allowed Formats | ${formats} |