🦦
Erigon 2 Documentation
  • Welcome to Erigon 2
    • Disclaimer
    • Project Links
  • ELI5 NODES
    • How to run an Ethereum node
    • How to run a Gnosis Chain node
    • How to run a Polygon node
  • Basic usage
    • Getting started
      • Linux and MacOS
      • Windows
      • Docker
    • Usage
      • Type of Node
    • Upgrading from a previous version
    • Supported Networks
    • Default Ports and Firewalls
    • Otterscan
    • Wallet
  • Advanced Usage
    • Configure Erigon
    • Consensus Layer
      • Prysm
      • Lighthouse
      • JWT secret
      • Block production
    • Options
    • RPC daemon
    • TxPool
    • Sentry
    • Downloader
    • TLS Authentication
    • ❔FAQ
    • External resources
      • Erigon on a Raspberry Pi 4
  • DIAGNOSTIC TOOL
    • Introduction
    • Installation
    • Setup
    • User Interface
  • About
    • Contributing to Erigon
    • Donate
    • License
    • Privacy policy
Powered by GitBook
On this page
  • Getting Started
  • Pre-requisites
  • Installation

Was this helpful?

  1. DIAGNOSTIC TOOL

Installation

How to install the Diagnostic Tool

Last updated 2 months ago

Was this helpful?

Getting Started

To get started, download and install the tool, which will guide you through the data collection process. The tool is designed to be user-friendly and requires minimal technical expertise from the end user.

Pre-requisites

  • installed locally.

  • If monitoring a remote dmachine, ngrok should be installed on your local machine. Follow the first two steps of the Step 1: Install and Step 2: Connect your account.

In order to install ngrok on Windows, you might have to run the terminal as an administrator.

Installation

Clone and compile the Diagnostic Tool repository locally, or on the machine where you intend to run your monitoring platform (e.g. for the purpose of using a web-page).

git clone https://github.com/erigontech/diagnostics.git
cd diagnostics
make build

The Diagnostic Tool is now installed on your machine.

ngrok installation guide
Setup
Golang