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
Example output:
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
2. Update Software
sudo daeta-node update
3. Restart Node
sudo systemctl restart daeta-node

Managing Storage

1. Add Storage
daeta-node storage add --path /mnt/new_drive --size 2TB
2. Remove Storage
daeta-node storage remove --path /mnt/old_drive
3. List Storage
daeta-node storage list

Backup and Recovery

1. Create Backup
daeta-node backup create --output /path/to/backup/location
2. Restore from Backup
daeta-node restore --input /path/to/backup/file

Last updated