DeNetPRO
Node
Shell

DeNet Storage is a decentralized cloud storage powered by users and Datakeepers who rent out their disk space. Datakeepers can earn rewards by providing storage capacity and sending proofs of stored data. This repository provides instructions on how to set up a DeNet node, become an online Datakeeper, and start earning rewards for your contribution

Last updated Jul 8, 2026
74
Stars
19
Forks
0
Issues
0
Stars/day
Attention Score
80
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Monetize your computer's storage now!

Table of Contents

- DeNode Manager Desktop - DeNode Manager Web - Command Line Interface (CLI) Node

What is DeNet?

DeNet is a decentralized data storage protocol that unlocks the global potential of unused storage. It connects storage providers with those in need of sovereign decentralized storage.

How It Works:

More details about requirements can be found here

Who is a Datakeeper?

๐Ÿ’ฝ Datakeepers offer their unused storage space to DeNet Storage users, creating mutually beneficial conditions for all without any intermediaries. By utilizing the DeNet Storage Protocol, users pay for the storage they need, while Datakeepers are rewarded for the storage they provide.

Installation Process

Step 1: Make sure that your setup meets the requirements Step 2: Choose the installation option that better suits you

DeNode Manager Desktop

  • Best for: Desktop users, beginners, easy management
  • Features: Graphical interface for node management
  • Installation: Available for Windows, MacOS, and Linux desktop versions
  • Management: Intuitive GUI with real-time monitoring
  • Beginner-friendly: Ideal for users who prefer visual interfaces and point-and-click operations
๐Ÿ’ก Tip: For detailed platform-specific installation instructions, see:
- Windows
- Linux
- MacOS

DeNode Manager Web

  • Best for: Server environments, headless systems, advanced users, and desktop users who want a lightweight solution
  • Features: Web-based interface accessible through browser, suitable for servers without GUI
  • Installation: Available for all supported platforms with additional setup steps for server environments
  • Management: Accessible through web browser at http://localhost:1111
  • Beginner-friendly: Requires basic terminal knowledge for initial setup
โš ๏ธ Important: DeNode Manager Web is suitable for server operating systems (Ubuntu Server, CentOS, etc.) and can be installed on any platform with proper setup. For server environments, additional configuration may be required.
๐Ÿ’ก Tip: For platform-specific instructions, see:
- Windows
- Linux
- MacOS

Command Line Interface (CLI) Node

  • Best for: Server environments, headless systems, advanced users
  • Features: Full functionality via terminal commands
  • Installation: Available for all supported platforms
  • Management: Requires manual configuration and monitoring
  • Beginner-friendly: Not recommended for users unfamiliar with terminal operations
๐Ÿ’ก Tip: For detailed platform-specific installation instructions, see:
- Windows
- Linux
- MacOS

Supported Platforms

DeNet Datakeeper Nodes can be installed on various operating systems depending on your needs and technical requirements:

Available CLI Builds

| Operating System | Architecture | Download Link | |------------------|--------------|---------------------------------------------------------------------------------------------------------------------| | Windows | x8664 | denode-windows-amd64.exe | | Linux | x8664 | denode-linux-amd64 | | Linux | ARM64 | denode-linux-arm64 | | macOS | x8664 | denode-macos-amd64 | | macOS | ARM64 | denode-macos-arm64 |

๐Ÿ“ Note: The DeNet Datakeeper Node CLI is distributed as a standalone binary file without any installation package. Just download the appropriate binary for your system
๐Ÿ“ Note: The DeNet Datakeeper Node CLI is distributed as a standalone binary file without any installation package. Just download the appropriate binary for your system.

Available DeNode Manager Desktop Builds

| Operating System | Architecture | Download Link | Package Format | Installation Command | |------------------|----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------| | Windows | x8664 | DeNodeManager1.0.10x64-setup.exe | Installer | Double-click to install | | macOS | x8664 | DeNodeManager1.0.10x64.dmg | Disk Image | Open .dmg file and drag to Applications | | macOS | ARM64 | DeNode_Manager-1.0.10-arm64.dmg | Disk Image | Open .dmg file and drag to Applications | | Linux | x8664 | DeNodeManager1.0.10amd64.deb | DEB (Debian/Ubuntu) | sudo dpkg -i DeNodeManager1.0.8_amd64.deb then sudo apt install -f | | Linux | ARM64 | DeNodeManager1.0.10arm64.deb | DEB (Debian/Ubuntu) | sudo dpkg -i DeNodeManager1.0.8arm64.deb then sudo apt install -f | | Linux | x8664 | DeNodeManager-1.0.10-1.x8664.rpm | RPM (Red Hat/Fedora/CentOS) | sudo rpm -ivh DeNodeManager-1.0.10-1.x8664.rpm | | Linux | ARM64 | DeNodeManager-1.0.10-1.aarch64.rpm | RPM (Red Hat/Fedora/CentOS) | sudo rpm -ivh DeNodeManager-1.0.10-1.aarch64.rpm |

โš ๏ธ Important: DeNode Manager Desktop is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support.
๐Ÿ’ก Tip: Use the DeNode Manager Desktop download page at https://node.denet.app/ to conveniently download the specific application version.

Available DeNode Manager Web Builds

| Operating System | Architecture | Download Link | |------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------| | Windows | x8664 | denode-manager-win-amd64.zip | | Linux | x8664 | denode-manager-linux-amd64.zip | | Linux | ARM64 | denode-manager-linux-arm64.zip | | macOS | x8664 | denode-manager-darwin-amd64.zip | | macOS | ARM64 | denode-manager-darwin-arm64.zip |

๐Ÿ“ Note: DeNode Manager Web is distributed as a zip or msi file that requires additional setup steps compared to DeNode Manager Desktop. It's suitable for both desktop and server environments.

How to Choose the Right Architecture

When downloading the DeNet Node Binary Build, it's important to select the version that matches your computer's processor architecture:

  • x86_64 (also called AMD64): This is the most common architecture for Intel and AMD processors used in most desktops and laptops
  • ARM64 (also called AArch64): This is used by Apple Silicon (M1, M2, etc.) Macs and some ARM-based Linux devices
To determine your system architecture:

On MacOS:

  • Click the Apple menu and select "About This Mac"
  • Click "More info..."
  • Look for "Chip" or "Processor" - if it says "Apple M1", "Apple M2", etc., you have ARM64; otherwise, you have x86_64
On Linux:
  • Open a terminal and run: uname -m
  • If it shows x8664, you have x8664 architecture
  • If it shows aarch64, you have ARM64 architecture

Package Format Explanation

  • DEB packages (ending in .deb) are used for Debian, Ubuntu, and other Debian-based Linux distributions
- Install with: sudo dpkg -i package.deb then sudo apt install -f
  • RPM packages (ending in .rpm) are used for Red Hat, Fedora, CentOS, and other RPM-based Linux distributions
- Install with: sudo rpm -ivh package.rpm
๐Ÿ’ก Tip: If you're unsure what Linux distribution you're using, run cat /etc/os-release in your terminal to find out.

DeNode Manager Web vs DeNode Manager Desktop

| Feature | DeNode Manager Web | DeNode Manager Desktop | |---------|------------------|----------------------| | Platform Support | All platforms including servers | Desktop platforms only | | Interface | Browser-based | Native GUI | | Installation | Requires additional setup steps | Simple installer | | Server Compatibility | โœ… Fully compatible | โŒ Not compatible | | Resource Usage | Lower | Higher | | Accessibility | Accessible from any device with browser | Limited to desktop |

๐Ÿ“ Note: The DeNode Manager Web is ideal for server environments where GUI support is not available, while DeNode Manager Desktop provides a more user-friendly experience for desktop users.

Guides

Installation

- DeNode CLI - Windows - Linux - macOS - DeNode Manager Desktop - Windows - Linux - macOS - DeNode Manager Web - Windows - Linux - macOS

Configuration

Management & Operations

Networking

General

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท DeNetPRO/Node ยท Updated daily from GitHub