A lightweight web-based system monitoring dashboard for Linux servers.
wget https://github.com/ReturnFI/Netron/releases/latest/download/netron-0.0.9-linux-amd64.tar.gz && tar -xzf netron-*-linux-*.tar.gz && ./netron --runFor AMD64/x86_64 (most common):
wget https://github.com/ReturnFI/Netron/releases/latest/download/netron-0.0.9-linux-amd64.tar.gztar -xzf netron-*-linux-*.tar.gz./netron --runOpen your browser: http://your-server-ip:8080
# Use port 3000
./netron --run -p 3000
# Use port 9090
./netron --run --port 9090- 📊 Real-time System Stats - CPU, Memory, Processes
- 🌐 Network Monitoring - Interfaces, TCP/UDP connections
- 🚀 Speed Test - Built-in internet speed testing
- 💻 System Information - Hardware details, OS info, virtualization
- 🎯 Single Binary - No dependencies, just download and run
Not sure which version to download?
# Check your architecture
uname -mx86_64→ uselinux-amd64aarch64orarm64→ uselinux-arm64armv7l→ uselinux-armv7armv6l→ uselinux-armv6i386ori686→ uselinux-i386
No configuration needed. No external files. Just one binary.