{% extends 'base.html' %} {% block title %}Dashboard{% endblock %} {% block content %}

Starlink Kenya

Monitor your internet experience and choose a data plan

Guest access
Private IP

{{ private_ip }}

Public IP

{{ public_ip }}

Carrier

{{ carrier }}

Subscription

{{ subscription.start_date|date:"M d, Y" }} → {% if subscription.end_date %}{{ subscription.end_date|date:"M d, Y" }}{% else %}∞{% endif %}

{% csrf_token %}
Download

{{ stats.download_speed }} Mbps

Upload

{{ stats.upload_speed }} Mbps

Data Used

{{ stats.data_used }} GB

Devices

{{ stats.devices_connected }}

Amount Spent

KSh {{ stats.total_spent }}

Status

{% if subscription.is_active %}Online{% else %}Offline{% endif %}

Starlink ISP Dashboard · Guest access

{% endblock %}