A lightweight web-based system monitoring dashboard for Linux servers.
wget https://github.com/ReturnFI/Netron/releases/latest/download/netron-0.0.7-linux-amd64.tar.gz && tar -xzf netron-*-linux-*.tar.gz && ./netron --run
For AMD64/x86_64 (most common):
wget https://github.com/ReturnFI/Netron/releases/latest/download/netron-0.0.7-linux-amd64.tar.gz
tar -xzf netron-*-linux-*.tar.gz
./netron --run
Open 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 -m
x86_64
→ uselinux-amd64
aarch64
orarm64
→ uselinux-arm64
armv7l
→ uselinux-armv7
armv6l
→ uselinux-armv6
i386
ori686
→ uselinux-i386
No configuration needed. No external files. Just one binary.