↑ Upload (Rx)
-- MB
Network Inbound
↓ Download (Tx)
-- MB
Network Outbound
✅ 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