{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
Premium+

Access Token and Status
{% if has_access_token %} {% if response_data is not none and "subscription" in response_data %} {% if "active" in response_data.subscription %} {% endif %} {% endif %} {% endif %}
Access Token {% if has_access_token %} ************************ {% else %} {% endif %}
Status {{status_text}}
Last Sync {{last_sync}}
Subscription {% if response_data.subscription.active %} Active {% if "days_remaining" in response_data.subscription and response_data.subscription.days_remaining|int < 45 %}
Expiring Soon! {{response_data.subscription.days_remaining}} days remaining.
Extend
{% endif %} {% else %} Expired!
Renew {% endif %}
Actions
{% if product_key_skipped or not has_access_token %}

Premium+ is a service that enables a number of additional and ever-growing features along with extended support. The additional features are primarily related to monitoring and simple remote access to your device and information.

{% if product_key_skipped %}

A MyNode Premium Key is required to enable Premium+

{% elif not has_access_token %}

To get an Access Token, you need to link your device to an account on mynodebtc.com.

{% endif %}
{% endif %}
Premium+ Services
Sync Device Status
Sync Bitcoin and Lightning Info
Remote Channel Backup
Lightning Watchtower
{% include 'includes/footer.html' %}