🚀 VPN Access Portal

Welcome back, {{ user.username }}
{{ total_servers }} Available Servers
{{ total_links }} Active Links
{{ total_connections }} Total Uses
{{ recent_connections }} Last 30 Days
{% if total_connections == 0 and total_links > 0 %}

📊 Statistics cache is empty. Run update in Admin → Task Execution Logs

{% else %}

📊 Statistics are updated every 5 minutes and show your connection history

{% endif %}
{% if has_xray_servers and user_links %}

🚀 Xray Universal Subscription

One link for all your Xray protocols (VLESS, VMess, Trojan)

{% endif %}
{% if servers_data %}
{% for server_name, server_data in servers_data.items %}
{{ server_name }}
📊 {{ server_data.total_connections }} uses
{{ server_data.server_type }}
{% if server_data.accessible %}
Online & Ready
{% else %}
Connection Issues
{% endif %}
{% endfor %}
{% else %}

No VPN Access Available

You don't have access to any VPN servers yet. Please contact your administrator.

{% endif %}