27 years ago my job was hosting hundreds of websites (CBS News, among them) on Sun hardware just like that. It baffles me that anyone would consider this a question at all.
Were those websites supporting SSL connections, much less TLS 1.2? That would be my question on hardware that old. (In this case, it looks like they offload TLS to Cloudflare, so the machine itself isn't doing any encryption/decryption.)
> It baffles me that anyone would consider this a question at all.
Thank you for saying this. I read this article a few days ago and felt the same: it's a 64-bit gigahertz-class RISC purporse designed internet server with a gig of RAM, running a current OS released less than 4 months ago.
OF COURSE it can host a website. A hundred active ones at once, I should think.
Same here, I was more of a big iron UNIX guy on those days, the Linux server we had at the office was for hosting MP3 files and as Quake server for the occasional LAN parties.
Aix, HP-UX and Solaris, alongside Windows NT/2000 were our production server operating systems.
These old SPARCs are beloved by their developers for their ability to uncover obscure low-level bugs due to the platform's strictness.
Everyone else has adequately pointed out SPARC boxes basically ran the Internet back in the day. It wasn't uncommon to have a single box hosting an entire university department: email, web serving, application server, login shell, etc.
It’s also Theo’s favourite architecture, afaik he was mostly working on SPARC back on NetBSD before the fork. I’d expect it to well supported for a while longer, even if practically no one else uses it.
The whole dot.com boom when every company on earth scrambled to host their website... pretty much all of them on Sun hardware. Thus the insane run up of SUNW share price prior to the bust.
Of course, and it works well too. When I moved houses from solar wind to solar + mains I switched my e450 off, this is only 4 years ago; it works fine. I love that machine ; it looks the part and it's indestructible. My company in the early 2000s was running on sparcstation 5s, a lot of them (they were giving them away by that time); I have them all in my garage and they all work still.
> Network isolation: The Cloudflare tunnel creates an outbound-only connection, so no inbound ports are exposed on my home network
While inbound ports are not exposed you're still responding to incoming traffic so theoretically if someone can find a zero day in httpd nothing is anymore "network isolated" then if you had port 80 exposed to the world.
Slightly off topic, but: is it just me or does it become uninteresting to read things like this when the whole process is basically “so then I asked Claude this, and then I asked it this, and then this…”
I guess it takes away the intrigue of the project because anyone could do this (ask ai), and the only thing human left about it is the creativity of the idea itself. There’s not much merit to the effort.
Edit: nothing against the author or anything, it’s fun to do projects like this.
But I always kinda likened AI output to your kids’ artwork - to you it’s the best. To someone else, it doesn’t have as much impact.
I agree. I thought this was really interesting until I got to the point of them needing to fire up an assistant to write basic Apache config - ok fine maybe they were just introducing the assistant - but the next paragraph they were talking about using multiple agents for this despite not knowing why. I gave up at that point, it's not even slightly interesting for me
Someone got a website to be served from some airbuds so a Sparc server, which is literally where we served websites from in the 90s, should be pretty easy
Author here: Thank you for posting this link! And I see the sentiment: "Of course it can, it was built for that"! And I fully agree! My clickbaity title was meant to be in the spirit of 2026. Exposing an older server (although not an old OS) to the internet and all it's nasties was not something I would lightly do. But this old Netra does a good job!
I guess the Cloudflare tunnel is a bit of cheating here, but I did not feel comfortable exposing something running at home. So CF came in clutch.
As for the hardware, yeah 1GB of RAM on a 2001 server, kits it out nicely! But even with that, I tried to limit what is running there so the server would actually work smoothly. (I even compiled a few Rust binaries, and yeah that took ages).
My old hardware collection has plenty of other candidates for hosting a website. So expect more!
My sarcasm detector came defective from the factory, and I've always struggled with getting it to work effectively.
So, if you aren't being sarcastic: 20 years ago, place I worked had a Sun Fire 15K. They supported max 576GB of RAM. Don't remember how much ours had, it probably wasn't a maxxed out config, but I'm sure it was a lot more than 1GB. The machine cost over $1 million dollars.
Cloudflare Tunnels are awesome, dude. My blog is hosted on one and it's great how much you can configure on top of Cloudflare. I'm like the biggest enthusiast based on their feature set and how much they make free. Easy to convert me when I get to try even putting personal websites on their authentication flow.
I don't think it's necessarily a dumb question; yes SPARC machines were used all over the web in the 90's and 2000's, but the web has changed a lot in the last twenty years. If nothing else, I could see not being able to find a recent-enough TLS package being an issue.
I realize that reading through the article that they did get OpenBSD working on there and yeah if you can get a modern OS on there it will probably work fine, but I don't think the core question of "Can my SPARC server host a website?" is dumb.
This is what websites ran on back in 2001! It doesn't seem like much of a stretch to host a website on one, especially one that resembles a 2001-era site.
You're welcome to not read, but as someone who grew up in a certain era, it's pretty cool to see the old things. The webpage he's serving reminds me of all sorts of early internet things, where the knowledge was real and we were just pushing it onto this new thing. The actual site: https://sparc.rup12.net/ has a vibe similar to https://johnlind.tripod.com/, which is incredible. The knowledge is timeless.
> Best viewed with Netscape Navigator 4.0 or higher
Why would anyone not think a Sparc server could host a web site?
An old IBM PC or even a Commodore 64 can host a web site. I think there’s a few online. I’ve seen them before.
I’ve seen a lot of younger “cloud native” age developers who have these insane distorted ideas about how much power is needed to do simple things. You’d be shocked at how much traffic a modern mid range laptop can handle with efficient software. The Ethernet card you can plug into it would probably be the bottleneck, since I’m not sure if they make USB-C cards faster than 5gbps.
A mid range laptop will also handle hundreds of gigs in a SQL database just fine.
It’s more subtle to me: I’ll never say no to retrocomputing (especially what you need to open yourself to the public internet without getting pwned), but “use a low end VPN and save $$$$!” is a bit old now.
dmd|16 days ago
LeFantome|16 days ago
And why do you think that machine is called a Netra?
Uvix|16 days ago
lproven|16 days ago
Thank you for saying this. I read this article a few days ago and felt the same: it's a 64-bit gigahertz-class RISC purporse designed internet server with a gig of RAM, running a current OS released less than 4 months ago.
OF COURSE it can host a website. A hundred active ones at once, I should think.
pjmlp|16 days ago
Aix, HP-UX and Solaris, alongside Windows NT/2000 were our production server operating systems.
tokyobreakfast|16 days ago
These old SPARCs are beloved by their developers for their ability to uncover obscure low-level bugs due to the platform's strictness.
Everyone else has adequately pointed out SPARC boxes basically ran the Internet back in the day. It wasn't uncommon to have a single box hosting an entire university department: email, web serving, application server, login shell, etc.
cyberpunk|16 days ago
rurban|15 days ago
jjav|16 days ago
The whole dot.com boom when every company on earth scrambled to host their website... pretty much all of them on Sun hardware. Thus the insane run up of SUNW share price prior to the bust.
anonzzzies|16 days ago
cube00|16 days ago
While inbound ports are not exposed you're still responding to incoming traffic so theoretically if someone can find a zero day in httpd nothing is anymore "network isolated" then if you had port 80 exposed to the world.
latchkey|16 days ago
monkpit|16 days ago
I guess it takes away the intrigue of the project because anyone could do this (ask ai), and the only thing human left about it is the creativity of the idea itself. There’s not much merit to the effort.
Edit: nothing against the author or anything, it’s fun to do projects like this.
But I always kinda likened AI output to your kids’ artwork - to you it’s the best. To someone else, it doesn’t have as much impact.
dwedge|16 days ago
sitzkrieg|16 days ago
zzzeek|16 days ago
ruptwelve|14 days ago
As for the hardware, yeah 1GB of RAM on a 2001 server, kits it out nicely! But even with that, I tried to limit what is running there so the server would actually work smoothly. (I even compiled a few Rust binaries, and yeah that took ages).
My old hardware collection has plenty of other candidates for hosting a website. So expect more!
lacoolj|16 days ago
This is the beefiest SPARC I have ever seen. Very cool this is running. Getting this set up is no easy feat if you haven't tried before. Props to OP
skissane|16 days ago
My sarcasm detector came defective from the factory, and I've always struggled with getting it to work effectively.
So, if you aren't being sarcastic: 20 years ago, place I worked had a Sun Fire 15K. They supported max 576GB of RAM. Don't remember how much ours had, it probably wasn't a maxxed out config, but I'm sure it was a lot more than 1GB. The machine cost over $1 million dollars.
arjie|16 days ago
gregatragenet3|20 days ago
(Source: guy who hosted websites on sparc's in 1995)
happymellon|19 days ago
UltraSparc smoked Intel at web server response times because it could handle so many more threads for Apache.
tombert|16 days ago
I realize that reading through the article that they did get OpenBSD working on there and yeah if you can get a modern OS on there it will probably work fine, but I don't think the core question of "Can my SPARC server host a website?" is dumb.
fortran77|16 days ago
fred_is_fred|16 days ago
dwedge|16 days ago
wpm|16 days ago
pjmlp|16 days ago
And yes, there are a couple of distributions based on OpenSolaris, one of them powers Oxide infrastructure.
bdcravens|15 days ago
dlcarrier|16 days ago
Also, excellent use of the marquee tag.
unknown|16 days ago
[deleted]
realaaa|15 days ago
actionfromafar|16 days ago
throwaway5465|16 days ago
effnorwood|16 days ago
cebert|16 days ago
0xWTF|16 days ago
> Best viewed with Netscape Navigator 4.0 or higher
I feel young again...
api|16 days ago
An old IBM PC or even a Commodore 64 can host a web site. I think there’s a few online. I’ve seen them before.
I’ve seen a lot of younger “cloud native” age developers who have these insane distorted ideas about how much power is needed to do simple things. You’d be shocked at how much traffic a modern mid range laptop can handle with efficient software. The Ethernet card you can plug into it would probably be the bottleneck, since I’m not sure if they make USB-C cards faster than 5gbps.
A mid range laptop will also handle hundreds of gigs in a SQL database just fine.
nxobject|16 days ago
LeFantome|16 days ago
alexjplant|16 days ago
> "Any headline that ends in a question mark can be answered by the word no."
I'd rather see stuff like this than an LLM spicy take on the front page. JMO, YMMV.
moron4hire|16 days ago