Welcome to Avaunt Staking’s Radix Validator Guide
Introduction
This guide is intended for potential Radix node runners who would like to run their own node on the Radix DLT network. The guide will walk you through the steps to build a Node Server and an optional monitoring Webserver using Prometheus and Grafana.
To learn more about Radix and the wonderful things they are building visit the Radix DLT site here
Notes:
The steps included are based on hosting via Amazon Web Services (AWS) but could be transferred to another cloud or physical infrastructure environment.
This guide is based on running software and commands from a Windows Desktop. Some steps may be different on a Linux or MAC OS.
This guide demonstrates one of the many available configurable options for building and running a node and will be based on Docker. There are alternative strategies available and you should research the pros and cons for each setup.
There is a dependency on ensuring you have configured your AWS account, base AWS infrastructure and security groups as required.
Pre-requisites
An AWS account and understanding of how to build instances, configure security groups and firewall rules in the EC2 Dashboard.
Putty and PuttyGen installed on your computer
A basic understanding of Linux commands
An understanding of Docker
Contents
Pre-requisites
High-level Build Configuration
Configure the Node Server
Install Node Exporter
Configuring the webserver with Prometheus & Grafana
Alerting & Monitoring
Optional Configuration
Add the Radix Node Dashboard to Grafana
Last updated