Sign inSign up

baba2580/nexly-dashboard

By baba2580

Updated 21 days ago

Nexly Live real-time monitoring dashboard for Aria2 & Rclone

Image
Web servers
Monitoring & observability
0

1.0K

baba2580/nexly-dashboard repository overview

Nexly Live Monitoring Dashboard (baba2580/nexly-dashboard)

A lightweight, cyberpunk-inspired, real-time monitoring dashboard and management interface for Aria2 and Rclone.

Part of the Aria-AriaNg Server turnkey stack.


⚡ Features

  • 📊 Real-Time Traffic Monitor: Live download & upload speed visualizer with dynamic multi-mode graphs (Converge, Diverge, Seismic).
  • 📜 Live Upload Stream: Real-time tailing of active and completed cloud uploads with instant history recall on refresh and one-click log clearing.
  • ☁️ Multi-Cloud Management: Web interface to add, toggle, test, and manage cloud destinations across OneDrive, Google Drive, Dropbox, S3, WebDAV, etc.
  • ⚙️ Direct Rclone Config Editor: Live in-browser rclone.conf editor with syntax validation.
  • 📡 BitTorrent Tracker Health Engine: Automatic tracking and one-click cleanup of dead trackers with top recommended tracker injectors.
  • 💻 Hardware Vitals: Real-time CPU load, memory percentage, disk storage gauges, and service health monitors.
  • 🎨 Multi-Theme Engine: 4 built-in cyberpunk neon themes (Cyan & Pink, Purple & Magenta, Matrix Green, Tron Blue).
  • 📱 Mobile Optimized: Full responsive layout for mobile, tablet, and desktop viewports.

🚀 Quick Start

services:
  dashboard:
    image: baba2580/nexly-dashboard:latest
    container_name: nexly-dashboard
    restart: unless-stopped
    ports:
      - "3000:3000"
    environment:
      - ARIA2_URL=http://aria2-pro:6800/jsonrpc
      - ARIA2_SECRET=your_rpc_secret
      - RCLONE_URL=http://rclone:5572
      - RCLONE_USER=admin
      - RCLONE_PASS=your_password
    volumes:
      - /proc:/host/proc:ro
      - /etc/os-release:/host/os-release:ro
      - ./aria2/upload.log:/logs/upload.log:rw
      - ./downloads:/data:ro
      - ./cloud-destinations.json:/config/cloud-destinations.json:rw
      - ./rclone:/config/rclone:rw

docker run -d \
  --name nexly-dashboard \
  -p 3000:3000 \
  -e ARIA2_URL=http://aria2-pro:6800/jsonrpc \
  -e ARIA2_SECRET=your_rpc_secret \
  -e RCLONE_URL=http://rclone:5572 \
  -e RCLONE_USER=admin \
  -e RCLONE_PASS=your_password \
  -v /proc:/host/proc:ro \
  -v /etc/os-release:/host/os-release:ro \
  -v $(pwd)/aria2/upload.log:/logs/upload.log:rw \
  -v $(pwd)/downloads:/data:ro \
  -v $(pwd)/cloud-destinations.json:/config/cloud-destinations.json:rw \
  -v $(pwd)/rclone:/config/rclone:rw \
  baba2580/nexly-dashboard:latest

Tag summary

Content type

Image

Digest

sha256:eb193bc7d

Size

47.9 MB

Last updated

21 days ago

docker pull baba2580/nexly-dashboard