{% extends "dashboard/layout.html" %} {% block title %}Mycelium Dashboard - Resource Provider{% endblock %} {% block dashboard_content %}

Resource Provider Dashboard

Manage your nodes, configure slices, and monitor earnings

Active Nodes

{{ resource_provider_stats.online_nodes }}

of {{ resource_provider_stats.total_nodes }} total
Allocated Slices

{{ resource_provider_stats.allocated_base_slices }}

of {{ resource_provider_stats.total_base_slices }} total
Monthly Earnings

{{ resource_provider_stats.monthly_earnings }}

$/month
Wallet Balance

0

Credits
Total Staked

0

Credits
Staked Nodes

0

With Staking

My Nodes

Grid Node ID Farm & Location Specifications SLA & Pricing Certification Status Group Staked Actions

Node Groups

Node Groups

Organize your nodes into groups for easier management. Default groups (Compute, Storage, AI/GPU) are provided, or create custom groups for specific use cases.

Group Name Type Nodes Total Resources Status Average Uptime Actions
Loading...
Loading node groups...

Slice Management

Automatic Slice System

Your nodes are automatically divided into base slices (1 vCPU + 4GB RAM + 200GB storage). Users can rent individual slices or combinations (2x, 4x, 8x). Slice availability updates in real-time based on node capacity.

Total Base Slices

{{ resource_provider_stats.total_base_slices }}

Available
Allocated Slices

{{ resource_provider_stats.allocated_base_slices }}

Rented
Available Slices

{{ resource_provider_stats.available_base_slices }}

For Rent
Utilization

{{ resource_provider_stats.slice_utilization_percentage }}%

Capacity
{% if resource_provider_nodes %} {% for node in resource_provider_nodes %} {% endfor %} {% else %} {% endif %}
Node Location Total Slices Allocated Available Slice Combinations Pricing Status Actions
{{ node.name }} {% if node.grid_node_id %}
Grid ID: {{ node.grid_node_id }} {% endif %}
{{ node.location }} {{ node.total_base_slices }} {{ node.allocated_base_slices }} {{ node.total_base_slices - node.allocated_base_slices }}
{% if node.available_combinations %} {% for combo in node.available_combinations %} {% if combo.quantity_available > 0 %} {{ combo.multiplier }}x ({{ combo.quantity_available }}) {% endif %} {% endfor %} {% else %} Calculating... {% endif %}
{% if node.marketplace_sla %} ${{ node.marketplace_sla.base_slice_price }}/hr
{{ node.marketplace_sla.uptime_guarantee_percentage | format_decimal(precision=1) }}% uptime {% else %} ${{ node.slice_pricing.base_price_per_hour }}/hr
{{ node.uptime_percentage | format_decimal(precision=1) }}% uptime {% endif %}
{% if node.status == 'Online' %} Online {% else %} {{ node.status }} {% endif %}
No Nodes Added Yet

Add your first node from the Mycelium Grid to start offering slices on the marketplace.

Capacity Analytics

Capacity Utilization
Node Status Overview

Earnings Monitoring

Monthly Earnings Trend
Earnings Breakdown
{% block scripts %} {{ super() }} {% endblock %}