You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Launched server should always be running in the background, otherwise the application will not work, check the status using ***denode-manager.sh*** script
44
+
2. You shouldn't use both CLI and GUI at the same time, otherwise you will get an undefined application behaviour
1. Launched server should always be running in the background, otherwise the application will not work, check the status using ***denode-manager.sh*** script
44
+
2. You shouldn't use both CLI and GUI at the same time, otherwise you will get an undefined application behaviour
1. Download the appropriate archive for your system from https://github.com/DeNetPRO/Node/releases
7
+
### Windows
8
+
```
9
+
denode-manager-win-amd64.msi
10
+
```
11
+
12
+
### Step 1: Install And Run
13
+
1. Use .msi installer
14
+
15
+
### Step 2: Open Application Interface in Browser
16
+
1. Open browser and go to http://localhost:1111
17
+

18
+
19
+
## Notes:
20
+
1. Launched server should always be running in the background, otherwise the application will not work, check the status using the application's interface
21
+
2. You shouldn't use both CLI and GUI at the same time, otherwise you will get an undefined application behaviour
@@ -70,6 +71,19 @@ By utilizing the DeNet Storage Protocol, users pay for the storage they need, wh
70
71
-**Linux**: Install with appropriate package manager command
71
72
4.**Launch the Desktop Node Manager** and [configure](./guides/configuring-manager.md) your node
72
73
74
+
## Web Node Manager
75
+
-**Best for**: Server environments, headless systems, advanced users, and desktop users who want a lightweight solution
76
+
-**Features**: Web-based interface accessible through browser, suitable for servers without GUI
77
+
-**Installation**: Available for all supported platforms with additional setup steps for server environments
78
+
-**Management**: Accessible through web browser at http://localhost:1111
79
+
-**Beginner-friendly**: Requires basic terminal knowledge for initial setup
80
+
81
+
> ⚠️ **Important**: Web Node Manager 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.
82
+
83
+
> 💡 **Tip**: For platform-specific instructions, see:
> 📝 **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
103
117
104
118
## Desktop Node Manager
105
119
106
120
### Available Desktop Builds
107
121
108
-
| Operating System |[Architecture](#how-to-choose-the-right-architecture)| Download Link |[Package Format](#package-format-explanation)| Installation Command |
|**Windows**| x86_64 |[DeNode_Manager_1.0.5_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_x64-setup.exe)| Installer | Double-click to install |
111
-
|**macOS**| x86_64 |[DeNode_Manager_1.0.5_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_x64.dmg)| Disk Image | Open .dmg file and drag to Applications |
112
-
|**macOS**| ARM64 |[DeNode_Manager-1.0.5-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_x64.dmg)| Disk Image | Open .dmg file and drag to Applications |
113
-
|**Linux**| x86_64 |[DeNode_Manager_1.0.5_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_amd64.deb)| DEB (Debian/Ubuntu) |`sudo dpkg -i DeNode_Manager_1.0.5_amd64.deb` then `sudo apt install -f`|
114
-
|**Linux**| ARM64 |[DeNode_Manager_1.0.5_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc11/DeNode_Manager_1.0.5_arm64.deb)| DEB (Debian/Ubuntu) |`sudo dpkg -i DeNode_Manager_1.0.5_arm64.deb` then `sudo apt install -f`|
|**Windows**| x86_64 |[DeNode_Manager_1.0.6_x64-setup.exe](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_x64-setup.exe)| Installer | Double-click to install|
125
+
|**macOS**| x86_64 |[DeNode_Manager_1.0.6_x64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_x64.dmg)| Disk Image | Open .dmg file and drag to Applications|
126
+
|**macOS**| ARM64 |[DeNode_Manager-1.0.6-arm64.dmg](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_x64.dmg)| Disk Image | Open .dmg file and drag to Applications|
127
+
|**Linux**| x86_64 |[DeNode_Manager_1.0.6_amd64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_amd64.deb)| DEB (Debian/Ubuntu) |`sudo dpkg -i DeNode_Manager_1.0.6_amd64.deb` then `sudo apt install -f`|
128
+
|**Linux**| ARM64 |[DeNode_Manager_1.0.6_arm64.deb](https://github.com/DeNetPRO/Node/releases/download/v4.0.1-rc12/DeNode_Manager_1.0.6_arm64.deb)| DEB (Debian/Ubuntu) |`sudo dpkg -i DeNode_Manager_1.0.6_arm64.deb` then `sudo apt install -f`|
> 📝 **Note**: Web Node Manager is distributed as a zip or msi file that requires additional setup steps compared to Desktop Node Manager. It's suitable for both desktop and server environments.
147
+
122
148
### How to Choose the Right Architecture
123
149
124
150
When downloading the DeNet Node Binary Build, it's important to select the version that matches your computer's processor architecture:
@@ -148,3 +174,16 @@ To determine your system architecture:
148
174
149
175
> 💡 **Tip**: If you're unsure what Linux distribution you're using, run `cat /etc/os-release` in your terminal to find out.
| Server Compatibility | ✅ Fully compatible | ❌ Not compatible |
185
+
| Resource Usage | Lower | Higher |
186
+
| Accessibility | Accessible from any device with browser | Limited to desktop |
187
+
188
+
> 📝 **Note**: The Web Node Manager is ideal for server environments where GUI support is not available, while Desktop Node Manager provides a more user-friendly experience for desktop users.
0 commit comments