Node Management
Monitor and manage your DÆTA node to track performance, check metrics and ensure your node stays up-to-date.
Monitoring Node Status
daeta-node status
Node ID: 12D3KooWA8VXg6ri3xV3io8o5m1qdYKNdkXrtdSVbVQcPwa8VQMs
Status: Online
Uptime: 7d 3h 45m
Storage Used: 756.4 GB / 1.0 TB
Bandwidth Used: 2.3 TB (Up) / 1.7 TB (Down)
Reputation Score: 98.7
Earnings (Last 30 days): 534.21 DÆTA
Access the Prometheus metrics endpoint:
http://YOUR_NODE_IP:9000/metrics
Install Grafana.
Import the DÆTA Node Dashboard (ID: 12345).
Configure data source to your node's Prometheus endpoint.
Updating Node Software
daeta-node version
sudo daeta-node update
sudo systemctl restart daeta-node
Managing Storage
daeta-node storage add --path /mnt/new_drive --size 2TB
daeta-node storage remove --path /mnt/old_drive
daeta-node storage list
Backup and Recovery
daeta-node backup create --output /path/to/backup/location
daeta-node restore --input /path/to/backup/file
Last updated