Running a bitcoin mining operation without proper monitoring is like driving blindfolded. You can’t optimize what you can’t measure, and you can’t fix what you can’t see. Modern mining monitoring tools give operators real-time visibility into every ASIC, every hash, and every watt—whether you’re managing 5 miners in a garage or 5,000 across multiple hosting facilities.
This guide covers the complete monitoring stack from individual ASIC dashboards to enterprise fleet management platforms, with practical setup guidance and cost comparisons.
Why Mining Monitoring Matters
Without monitoring, common failure modes go undetected for hours or days:
- Silent hashboard failures: An ASIC running on 2 of 3 hashboards loses 33% revenue but still appears “online”
- Overheating throttling: Thermal throttling reduces hash rate 10-40% without triggering a shutdown alert
- Network connectivity issues: Intermittent drops = stale shares = lost revenue that pool dashboards may mask
- Power supply degradation: Failing PSU caps increase power draw 5-15% while reducing hash rate
Professional monitoring catches these issues in minutes rather than days, which is why downtime cost analysis shows monitoring as the highest-ROI investment after the ASICs themselves.
Monitoring Stack: What to Track
A complete mining monitoring system tracks metrics across five layers:
| Layer | Key Metrics | Alert Threshold (Typical) | Impact if Missed |
|---|---|---|---|
| Hash Rate | TH/s per unit, per hashboard, pool-reported vs local | <90% of rated for >15 min | Direct revenue loss |
| Temperature | Chip temp, board temp, inlet/outlet air temp | Chip >85°C or intake >40°C | Thermal throttling, hardware damage |
| Power | Watts per unit, total facility draw, power efficiency (W/TH) | >110% of rated or <80% (PSU failing) | Higher opex, fire risk |
| Network | Stale share rate, reject rate, pool connection status, latency | Stale >2%, reject >1% | Lost shares, reduced payouts |
| Environment | Ambient temp, humidity, airflow CFM, dust filters | Humidity >80% or <20%, temp >95°F | Corrosion, ESD, overheating |
ASIC-Level Monitoring Tools
Every ASIC miner has a built-in web interface accessible via its local IP address. This is your first layer of monitoring.
Built-in Miner Dashboards
- Bitmain (Antminer): Web UI shows per-hashboard hash rate, chip temperatures, fan speeds, pool status. API endpoint available at port 4028 (CGMiner/BMMiner API).
- MicroBT (Whatsminer): Web GUI with per-board stats, power readings, error logs. BTMiner API on port 4028.
- Custom firmware (Braiins OS+, VNish, LuxOS): Enhanced dashboards with autotuning curves, per-chip granularity, and advanced API endpoints. See our firmware guide for details.
While built-in dashboards work for small operations, managing 50+ units through individual web pages is impractical. That’s where fleet management platforms come in.
Fleet Management Platforms
Fleet management software aggregates data from all your ASICs into a single dashboard with alerts, reporting, and remote control.
| Platform | Type | Pricing | Key Features | Best For |
|---|---|---|---|---|
| Foreman | Cloud SaaS | Free (50 units) / $2-4/miner/mo | Auto-discovery, alerts, firmware push, batch config, reporting | Most operators (best all-around) |
| Awesome Miner | Self-hosted / Cloud | $3-5/miner/mo or perpetual license | Multi-algorithm, profit switching, 50+ miner brands | Multi-coin miners, mixed fleets |
| Braiins Farm Proxy | Self-hosted (free) | Free (open source) | Hash rate aggregation, connection optimization, Braiins OS integration | Braiins OS+ users |
| Hive OS | Cloud SaaS | $2/worker/mo (ASICs), GPUs free for 1 | Worker management, overclocking, flight sheets | GPU + ASIC mixed operations |
| Custom (Grafana + Prometheus) | Self-hosted (free) | Free (DIY setup) | Unlimited customization, beautiful dashboards, long-term data retention | Technical operators wanting full control |
For hosted miners at Rax Mining, you receive monitoring access through our facility management platform plus direct pool dashboard access, giving you real-time visibility without managing any monitoring infrastructure yourself.
Setting Up Alerts That Matter
Alert fatigue kills monitoring effectiveness. Configure only high-value alerts:
Critical Alerts (Immediate Action Required)
- ASIC offline for >5 minutes
- Hash rate drops below 50% of rated for >10 minutes
- Chip temperature exceeds 95°C
- Total facility power drops >20% (indicates multiple unit failures)
- Pool connection lost for >3 minutes
Warning Alerts (Investigate Within Hours)
- Hash rate 80-90% of rated for >30 minutes (possible hashboard issue)
- Chip temperature 85-95°C sustained (cooling degradation)
- Power efficiency (W/TH) increasing >10% from baseline (PSU degradation)
- Stale share rate exceeding 2% (network latency or pool issue)
- Fan speed at maximum without corresponding load increase (airflow obstruction)
Deliver critical alerts via SMS/phone call and warning alerts via email or Telegram. See our guide on ASIC maintenance for the response procedures these alerts should trigger.
Remote Management Capabilities
Modern monitoring platforms go beyond read-only dashboards to offer remote control:
- Remote reboot: Restart individual ASICs without physical access (resolves 60-70% of issues)
- Batch firmware updates: Push firmware to hundreds of units simultaneously instead of one at a time
- Pool configuration: Change mining pools across your entire fleet in one click (critical for pool migration)
- Power mode adjustment: Switch between high-performance and eco modes based on hashprice conditions
- Curtailment automation: Auto-shutdown during demand response events
DIY Monitoring with Grafana + Prometheus
For operators who want full control and unlimited data retention, a self-hosted Grafana + Prometheus stack provides enterprise-grade monitoring at zero software cost.
Architecture Overview
- Prometheus: Time-series database that scrapes metrics from your ASICs via their API endpoints every 15-60 seconds
- Exporters: Custom scripts that translate ASIC API responses (CGMiner/BMMiner format) into Prometheus metrics format
- Grafana: Visualization layer with customizable dashboards, alerting rules, and annotation support
- Alertmanager: Routes alerts to email, SMS (via Twilio), Telegram, Slack, or PagerDuty based on severity
This setup runs on a $5-10/month VPS or a dedicated Raspberry Pi on your local network. Hardware cost: under $100. Value: visibility into your entire operation, historically retained.
Monitoring at Scale: 100+ Units
Large operations introduce complexity that changes monitoring requirements:
| Challenge | Solution | Tools |
|---|---|---|
| Too many alerts | Aggregate by rack/row, alert on group anomalies | Foreman groups, Grafana group-by queries |
| Network congestion | Edge polling with aggregated upload | Prometheus federation, SNMP collectors |
| Multi-site management | Centralized dashboard with site-level drill-down | Grafana multi-datasource, Foreman sites |
| Historical trending | Long-term storage for performance degradation analysis | Thanos, Cortex, or InfluxDB |
| Automated remediation | Auto-reboot on hash rate drop, auto-curtail on temperature spike | Foreman triggers, custom scripts |
At this scale, professional hosting providers handle monitoring infrastructure as part of their service, freeing operators to focus on financial optimization rather than IT management.
Pool Monitoring vs. Local Monitoring
Pool dashboards and local monitoring serve different purposes:
- Pool dashboard: Shows accepted shares, payout history, and pool-side hash rate estimation. Good for revenue tracking but delayed (10-30 minute averages).
- Local monitoring: Shows real-time chip-level performance, temperature, and error rates. Essential for catching hardware issues before they affect revenue.
Use both: pool dashboards for revenue verification, local monitoring for operational health. Discrepancies between pool-reported and local hash rate indicate network issues or stale shares.
Security Considerations for Remote Access
Remote monitoring requires network connectivity to your ASICs, which introduces security considerations:
- Never expose ASIC web interfaces directly to the internet
- Use VPN (WireGuard recommended) for remote access to monitoring infrastructure
- Change default ASIC passwords immediately on deployment
- Segment mining network from monitoring/management network (separate VLANs)
- Enable two-factor authentication on all cloud monitoring platforms
- Audit API access logs regularly for unauthorized queries
ROI of Monitoring Investment
Monitoring pays for itself quickly. For a 100-unit S21 fleet generating ~$150/day in revenue:
- Monitoring cost: $200-400/month (cloud platform) or $10/month (self-hosted)
- Single prevented incident: One hashboard failure detected in 15 minutes (monitoring) vs. 3 days (manual check) saves $15-20 in lost revenue per unit
- Thermal throttling detection: Catching 10% throttling across 10 units saves ~$45/day
- Annual ROI: Monitoring typically prevents $5,000-15,000 in lost revenue per 100 units, against $2,400-4,800 in platform costs
Calculate your specific economics with our mining profitability calculator and factor in monitoring as an operational expense alongside total cost of operation.
Getting Started Checklist
- Set up a mining pool account with dashboard access enabled
- Change all default ASIC passwords and document IP assignments
- Choose a fleet management platform (Foreman for most operators)
- Configure critical alerts (offline, low hash rate, high temperature)
- Set up notification channels (email + SMS for critical, email-only for warnings)
- Create a weekly review routine: check efficiency trends, compare pool vs. local hash rate
- Document your monitoring setup for colocation contract compliance
Whether you’re monitoring a handful of home miners or evaluating a hosting provider’s monitoring capabilities, the principles are the same: measure everything, alert on what matters, and respond fast. Contact Rax Mining to learn how our facility monitoring ensures maximum uptime for your hosted ASICs.
Explore Rax Mining
- Bitcoin Miner Hosting — Competitive rates from $0.075/kWh
- NatGas MDU Units — 1MW modular datacenter containers
- Mining Profitability Calculator — Estimate your mining returns
- Our Facility — Tour our mining infrastructure

