Last updated
Was this helpful?
Last updated
Was this helpful?
To be able to monitor your node through the Diagnostic Tool you must connect them.
The step needed to connect are:
If you are not sure what to run, start from a test-net with as the Consensus Engine.
Run the Diagnostic Tool application from the machine where you intend to monitor your node.
Starting up the application may take a while.
More options can be found .
Leaving the terminal session will close the Diagnostic Tool interface.
The Diagnostic Tool is now operational, but to access the data, it must be integrated with the Erigon node. Proceed to the Admin section in the left navigation menu and select Create Session. Assign a name to your session and click Create to proceed.
Upon successful creation of a new session, it will be allocated a unique 8-digit code which will be YOUR_SESSION_PIN. You can locate this PIN displayed adjacent to the session in the list of created sessions.
Click on the copy button to copy the session ID to your clipboard
At this time it is possible to create only a single session. However, support for multiple concurrent sessions will be added in the future.
If your Erigon node is running on your local machine, open a new console window in the Erigon folder and run the following command:
Replace YOUR_SESSION_PIN
with the 8-digit PIN allocated to your session during the previous step, for example:
./build/bin/erigon support diagnostics.sessions 15498880
This command will attach the Diagnostics Tool to the Erigon node using the provided session pin.
Once the diagnostics tool is successfully connected to the Erigon node, return to your web browser and reload the page.
This step is necessary to query data from the connected node.
The Diagnostic Tool page will automatically open in your browser at the address .
If your Erigon node is running on a Virtual Private Server (VPS) such as Amazon AWS, you can connect the Diagnostic Tool on your local machine with utility.
Replace YOUR_SESSION_PIN with your session PIN from . For example:
More information about the erigon support
command can be find .
How to connect the Diagnostic Tool to your Erigon node