DÆTA
  • DÆTA
  • DÆTA Storage
    • Overview
    • Vision
    • Problem Statement
    • Market Opportunity
  • Use DÆTA
    • DÆTA Account
    • DÆTA Client
    • Use DÆTA App
  • Core Concepts
    • Decentralized Storage
    • Storage Nodes
    • Storage Contracts
    • Encryption and Security
  • Node Operations
    • Storage Node
    • Node Management
    • Performance Optimization
  • DÆTA Framework
    • Key Components
      • Users
      • Nodes
      • Satellites
    • Data Flow
    • Redundancy and Data Repair
    • Blockchain Compatibility
    • Third-party Integrations
    • Industry Use Cases
  • DÆTA LVRG
    • Overview
    • Vision
  • Key Features
    • GPT-to-Earn
    • Open Data Marketplace
  • Data Components
    • Datasets
    • Autonomous Agents
  • Data Sovereignty & Decentralization
    • Data Sovereignty
    • Decentralization & Censorship Resistance
  • How to Get Started
    • Install DÆTA LVRG Extension
  • Tokenomics
    • DÆTA Token
    • Utility and Economic Mechanism
    • Staking and Rewards
    • Allocations
  • Resources
    • Roadmap
    • FAQ
    • Glossary
    • Contact
    • Legal Disclaimer
    • Compliance
  • External Links
    • Website
    • Twitter
    • Telegram
    • Discord
    • Blog
    • GitHub
    • Whitepaper
    • Token Audit
    • LVRG Audit
    • LinkTree
Powered by GitBook
On this page
  1. Node Operations

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
PreviousStorage NodeNextPerformance Optimization

Last updated 8 months ago