May 13, 2026
Wii Believe This Server Drama?
Web Server on a Nintendo Wii
A humble Wii is serving a real website, and the internet is weirdly impressed
TLDR: Someone turned a Nintendo Wii into a live web server, and commenters loved that it’s doing the real work instead of being hidden behind a giant web company. The big debate was authenticity: nerds cheered the retro honesty, cracked old-computer jokes, and immediately started dreaming up silly things to run on it.
A Nintendo Wii — yes, the old white game box once used for tennis injuries and living-room bragging rights — is now hosting a real website, and the comments are treating it like a tiny digital underdog story. The setup is gloriously stubborn: the site runs on a lightly powered Wii with very little memory, using a free operating system, with visitors on newer internet connections talking to the console directly. People who still rely on older-style connections get quietly routed through another machine, which already sparked the first mini culture war.
The biggest applause was for the creator’s refusal to hide the project behind a giant modern middleman. One commenter basically said, finally, a “hosted on weird gadget” project that is actually hosted on the weird gadget, not secretly handed off to a big service like Cloudflare. That became the thread’s hottest moral victory: if you say a Wii is serving the site, then the Wii better be doing the serving. Others piled on with retro-computing pride, joking that the console is “more powerful than a Sun sparkstation 5!” — the exact kind of nerd flex that turns a comment section into a high-five circle.
And then came the chaos energy: could this thing run chat servers, goofy web apps, or even bring back old-school Gopher vibes? One commenter simply wrote, “Gopher. Shake hands.” Another reminisced about ancient tools. The overall mood: half impressed, half nostalgic, and fully delighted that someone looked at a dusty game console and thought, you know what, this should be a web host.
Key Points
- •The website is hosted on a Nintendo Wii running NetBSD 10.1 with a 729 MHz PowerPC CPU and 64 MB of usable RAM.
- •The Wii serves the site directly over IPv6, while IPv4 traffic is proxied through another server using Nginx.
- •An initial UGREEN Ethernet adapter with an AX88772A chip failed, but a TP-Link adapter using the Realtek 8153 chip worked in NetBSD.
- •The setup uses pkgsrc packages, a static public IPv6 alias, router configuration, DNS AAAA records, and NetBSD httpd with chroot and virtual host settings.
- •The Wii also runs a Gopher service via geomyidae, and the author plans to add HTTPS and improve IPv4 handling further.