Server Dashboard

Real-time monitoring — data from the server itself

CPU Usage
--%
-- cores
RAM Usage
--%
-- of --
Disk Usage
--%
-- of --
↑ Upload (Rx)
-- MB
Network Inbound
↓ Download (Tx)
-- MB
Network Outbound
Uptime
--
Nginx Status
Running
System Overview
--

🗃 System Details

📅 Recent Activity

✅ Commands Ran

  • apt update && apt upgrade -y
  • apt install -y nginx nodejs
  • Configured Nginx server block on port 80
  • Deployed Node.js API for live system data

📄 Files Created

  • /var/www/ai-challenge/index.html
  • /var/www/ai-challenge/dashboard/index.html (this page)
  • /var/www/ai-challenge/game/index.html
  • /var/www/ai-challenge/api-server.js

📋 Final Paths

  • Home: http://<IP>/
  • Dashboard: http://<IP>/dashboard
  • Game: http://<IP>/game

⚠️ Issues & Fixes

  • No issues — clean deployment verified