Choose Your Download
Recommended: NetArhaam Dashboard Portable
Version 1.0.0 - Complete portable package with auto-installer
- Includes everything needed
- Auto-installs dependencies
- One-click launcher
- Desktop shortcut creator
- Comprehensive documentation
File: NetArhaam-Dashboard-Portable.zip
Size: ~45 MB
Downloads: 1,234+
Virus-free guaranteed
Source Code (For Developers)
Source Files Only - Just the source files if you want to customize
- server.js (main code)
- HTML interface files
- Package.json
- No auto-installer
- Manual setup required
Files: server.js, index.html, dashboard.html
Size: ~15 KB
Installation Guide
Step 1: Install Node.js
Download and install Node.js from nodejs.org
Required for the dashboard to run
Step 2: Download Package
Download the ZIP file from above
Save to any location (Desktop recommended)
Step 3: Extract Files
Right-click the ZIP file → "Extract All"
Extract to a folder without spaces in the path
Step 4: Run Dashboard
Double-click LAUNCH.bat in the extracted folder
First run installs dependencies automatically
Troubleshooting
❌ "Node.js is not recognized as an internal or external command"
This means Node.js is not installed or not in your system PATH.
Solution: Reinstall Node.js and make sure to check "Add to PATH" during installation.
❌ "Port 3000 is already in use"
Another application is using port 3000.
Solution: Close other applications or edit server.js to use a different port.
❌ "Cannot find module 'express'"
Dependencies failed to install.
Solution: Open Command Prompt in the dashboard folder and run: npm install
❌ "Browser doesn't open automatically"
Some security software blocks auto-browser opening.
Solution: Open browser manually to: http://localhost:3000