🚀 VPN Access Portal

Welcome back, {{ user.username }}
{{ total_groups }} Subscription Groups
{{ total_inbounds }} Available Inbounds
{{ 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_access %}

🚀 Xray Universal Subscription

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

{% endif %}
{% if groups_data %}
{% for group_name, group_data in groups_data.items %}
{{ group_name }}
🔗 {{ group_data.deployed_count }} inbound(s)
Xray Group
Active Subscription
{% endfor %}
{% else %}

No Xray Subscriptions Available

You don't have access to any subscription groups yet. Please contact your administrator.

{% endif %} {% if has_old_links %}

Legacy Shadowsocks Access

{% for acl_link in acl_links %}
{{ acl_link.acl.server.name }}
📊 Legacy
Shadowsocks
Legacy Access
{% endfor %}
{% endif %}