AZIC Education
DownloadsTools & Software

Diagnostic Software

Download network scanners, monitoring tools, and diagnostic software for ASIC mining hardware. IP scanners, fleet monitoring, and health check tools.

Overview

Diagnostic software helps you scan your network for miners, monitor health and performance, and identify issues before they become costly. This page lists the most commonly used tools for managing ASIC mining operations.

Network Scanners & IP Tools

IPReporter / Advanced IP Scanner

Essential for finding miners on your network after initial setup or IP changes.

Advanced IP Scanner

v2.5.4594

Free network scanner for Windows. Finds all devices on your network including miners, routers, and controllers.

EXE18 MB2024-06-15
Windows 7+Windows 10/11
Download(18 MB)

Angry IP Scanner

v3.9.1

Cross-platform open-source network scanner. Supports Windows, macOS, and Linux.

JAR/EXE/DMG5 MB2024-03-20
WindowsmacOSLinux
Download(5 MB)

Bitmain IPReporter

Bitmain's official tool for finding Antminer IP addresses:

Bitmain IPReporter

v1.0.0.7

Official Bitmain tool for discovering Antminer devices on the local network. Press the IP Report button on the miner to reveal its IP.

EXE3 MB2023-06-01
WindowsAll Antminer models
Download(3 MB)

How IPReporter works: Press and hold the IP Report button on the front of your Antminer for 5 seconds. The miner broadcasts its IP address, which IPReporter captures and displays.

Fleet Monitoring Software

Foreman

Foreman Mining Platform

vSaaS

Cloud-based mining fleet management. Monitors hashrate, temperature, fans, and efficiency across all brands.

WEB APP2025-01-01
AntminerWhatsminerAvalonAll brands
Download

Awesome Miner

Awesome Miner

v10.5

Windows-based mining management software. Supports profit switching, monitoring, and alerting.

EXE85 MB2024-12-01
Windows 10/11All major miner brands
Download(85 MB)

Minerstat

Minerstat

vSaaS

Cloud-based mining management platform with monitoring, profit switching, and remote management.

WEB APP2025-01-01
All major miner brandsGPU + ASIC
Download

Brand-Specific Tools

WhatsMiner Tool (WMTool)

WhatsMiner Tool

v2024.12

Official MicroBT fleet management tool. Scan, configure, and update Whatsminer devices.

EXE65 MB2024-12-15
WindowsAll Whatsminer models
Download(65 MB)

BOS Toolbox (Braiins)

BOS Toolbox

v24.11

Fleet management tool for Braiins OS. Batch install, update, monitor, and configure miners.

EXE/TAR.GZ25 MB2024-11-20
WindowsLinuxmacOSAntminer with Braiins OS
Download(25 MB)

Hardware Diagnostic Tools

Multimeter Companion Apps

While physical multimeters are the primary diagnostic tool, some models include companion apps:

  • Fluke Connect — Wireless data logging from Fluke 87V and similar
  • UniTrend — Companion app for UNI-T multimeters
  • OWON — For OWON oscilloscope/multimeter combos

Thermal Camera Software

FLIR Tools

v6.4

Thermal imaging software for FLIR cameras. Essential for identifying hot spots on hashboards without contact.

EXE120 MB2024-10-01
WindowsmacOS
Download(120 MB)

Pro Tip: A thermal camera (even a phone attachment like the FLIR One) is invaluable for hashboard diagnostics. It instantly reveals failed voltage domains, hot chips, and thermal anomalies without powering off the miner.

Command-Line Tools

SSH Diagnostic Commands

Most miners support SSH access for advanced diagnostics:

# Connect to miner
ssh root@<miner-ip>

# Antminer — check chip status
cat /tmp/freq.txt
bitmain-soc --chips

# Antminer — check temperatures
cat /tmp/temp.txt

# Antminer — view kernel log
dmesg | tail -50

# Antminer — check fan speeds
cat /tmp/fan.txt

# Whatsminer — check status
cgminer-api summary
cgminer-api devs

SNMP Monitoring

For enterprise-scale deployments, SNMP monitoring provides automated alerting:

  • Nagios/Icinga — Open-source monitoring with SNMP support
  • Zabbix — Enterprise monitoring with miner templates
  • PRTG — Windows-based monitoring with custom sensors
  • LibreNMS — Auto-discovery network monitoring