{% extends "marketplace/layout.html" %} {% block title %}Project Mycelium - Mycelium Gateways{% endblock %} {% block marketplace_content %}

Mycelium Gateways

Connect to the internet securely through the Mycelium network.

Filter Gateways
Clear
{% if gateway_products and gateway_products | length > 0 %} {% for product_data in gateway_products %}

{{ product_data.product.name }}

{% if product_data.product.metadata.featured %} Featured {% elif product_data.product.availability == "Available" %} Available {% else %} {{ product_data.product.availability }} {% endif %}
Online - {% if product_data.product.attributes.uptime_sla %} {{ product_data.product.attributes.uptime_sla.value }} {% else %} 99.9% {% endif %} uptime in last 30 days
{% if product_data.product.attributes.bandwidth_mbps %}
Speed: {{ product_data.product.attributes.bandwidth_mbps.value }} Mbps
{% endif %} {% if product_data.product.attributes.uptime_sla %}
SLA: {{ product_data.product.attributes.uptime_sla.value }} Uptime
{% endif %}
{% if product_data.product.metadata.location %}
Location: {{ product_data.product.metadata.location }}
{% endif %}
Provider: {{ product_data.product.provider_name }}

{{ product_data.product.description | truncate(length=120) }}

{% if product_data.product.metadata.tags and product_data.product.metadata.tags | length > 0 %}
Features:
    {% for tag in product_data.product.metadata.tags %}
  • {{ tag | title }}
  • {% endfor %}
{% endif %}
Price: {{ product_data.formatted_price }}
View Details
{% endfor %} {% else %}

No Gateways Available

Check back later for new gateway services.

{% endif %}

How to Configure Your Gateway

Connecting your applications to a Mycelium Gateway is simple:

  1. Choose a gateway from the options above
  2. Click the "Configure" button to start the setup process
  3. Register or select a Mycelium Name for your gateway
  4. Configure domain routing and access controls
  5. Connect your application by updating the configuration with the provided Mycelium address
Need help setting up your gateway? Our technical experts can assist with configuration and optimization.
{% if pagination and pagination.total_pages > 1 %}
Showing page {{ pagination.current_page + 1 }} of {{ pagination.total_pages }} ({{ pagination.total_count }} total gateways)
{% endif %}
{% endblock %}