Full-stack deployment to a clean Ubuntu VPS — built, configured, and live in one session.
This deployment set up a complete Ubuntu VPS from scratch. Nginx was installed and configured to serve a three-page static site on port 80: a polished Home page (Mission Control landing with live system info), a live Dashboard with real-time server metrics, and an interactive Server Defender game. The entire site uses vanilla HTML/CSS/JS — zero frameworks. A Node.js API on port 8090 reads real-time metrics from /proc/meminfo, /proc/loadavg, df, and uptime — serving them as JSON. All pages poll this API automatically (every 5-30 seconds) to show live numbers instead of static values.