Monetize your computer's storage now!
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.
- Get a Datakeeper's license
- Install special software on your computer
- Connect to the DeNet network and share your disk space
- Store user and business data
- Get rewarded directly from storage users
More details about requirements can be found here
💽 Datakeepers offer their unused storage space to DeNet Storage users, creating a 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.
Step 1: Make sure that your setup meets the requirements
Step 2: Choose the installation option that better suits you
- 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
- Determine your computer's architecture (x86_64 or ARM64)
- Download the appropriate file from the Available Desktop Builds section
- Install the application:
- Windows: Double-click the downloaded .exe file and follow the prompts
- macOS: Double-click the .dmg file and drag the app to Applications folder
- Linux: Install with appropriate package manager command
- Launch the Desktop Node Manager and configure your 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:
DeNet Datakeeper Nodes can be installed on various operating systems depending on your needs and technical requirements:
| Operating System | Architecture | Download Link |
|---|---|---|
| Windows | x86_64 | denode-windows-amd64.exe |
| Linux | x86_64 | denode-linux-amd64 |
| Linux | ARM64 | denode-linux-arm64 |
| macOS | x86_64 | 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
| Operating System | Architecture | Download Link | Package Format | Installation Command |
|---|---|---|---|---|
| Windows | x86_64 | DeNode_Manager_1.0.4_x64-setup.exe | Installer | Double-click to install |
| macOS | x86_64 | DeNode_Manager_1.0.4_x64.dmg | Disk Image | Open .dmg file and drag to Applications |
| macOS | ARM64 | DeNode_Manager-1.0.4-arm64.dmg | Disk Image | Open .dmg file and drag to Applications |
| Linux | x86_64 | DeNode_Manager_1.0.4_amd64.deb | DEB (Debian/Ubuntu) | sudo dpkg -i DeNode_Manager_1.0.4_amd64.deb then sudo apt install -f |
| Linux | ARM64 | DeNode_Manager_1.0.4_arm64.deb | DEB (Debian/Ubuntu) | sudo dpkg -i DeNode_Manager_1.0.4_arm64.deb then sudo apt install -f |
| Linux | x86_64 | DeNode_Manager-1.0.4-1.x86_64.rpm | RPM (Red Hat/Fedora/CentOS) | sudo rpm -ivh DeNode_Manager-1.0.4-1.x86_64.rpm |
| Linux | ARM64 | DeNode_Manager-1.0.4-1.aarch64.rpm | RPM (Red Hat/Fedora/CentOS) | sudo rpm -ivh DeNode_Manager-1.0.4-1.aarch64.rpm |
⚠️ Important: Desktop Node Manager is not available for server operating systems (Ubuntu Server, CentOS, etc.) due to lack of GUI support.
💡 Tip: Use the Desktop Node Manager download page at https://node.denet.app/ to conveniently download the specific application version.
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
x86_64, you have x86_64 architecture - If it shows
aarch64, you have ARM64 architecture
-
DEB packages (ending in
.deb) are used for Debian, Ubuntu, and other Debian-based Linux distributions- Install with:
sudo dpkg -i package.debthensudo apt install -f
- Install with:
-
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
- Install with:
💡 Tip: If you're unsure what Linux distribution you're using, run
cat /etc/os-releasein your terminal to find out.
