in case you live under a rock
in dear remembarance, myrient has officially shut down on April 1st 2026, but you may ask: what is myrient? it shut down, so.. what about it?

as alexey described himself, he single-handley hosted ~390tb, and why is this a problem? shouldn’t be a problem if you can use a search engine, or ask the wizards that sit in the chatgpt box on how to obtain rom x for emulator y in the language z, feel free to explore the web archive yourself if you’re not convinced of the maddening size & availability
tl;dr a glimpse of what myrient provided
- nintendo (nes-wii u)
- sony (ps1-ps3)
- sega
- ^ about every rev (update/patch), region (eu, us, jp, kr, au, hk, tw)
- insiders, leaks, 4chan crap yadayada you name it

the plan
weirdly enough, just a week or two before the announcement above, i began downloading a bunch of stuff, due to some weird instinct, no clue honestly. and when the announcement released, everyones download was capped to at best 50 kib for a week straight :D
30 days until the end of the most actively, reliably maintained go-to source of retro related content. to preserve a local copy, i formatted my useless ubuntu drive to store the data & added a symlink - git does not handle symlinks, hence it will not be present in the repo!
here’s the approach:
- nginx backend server listing
- static front end
- keep the looks (went wrong, performance 📉)
- api for whatever reason, fun to have
- subdomain name matching my 3 letter dns vah.wtf
in the meantime of learning nginx & procrastinating on the styles, i let wget with the necessary files/dirs i would like to preserve in the background
the nginx configuration was fairly simple, as i didn’t touch anything inside /etc/nginx/nginx.conf and mainly replaced /etc/nginx/sites-enabled/default with /etc/nginx/sites-available/emu.vah.wtf
|
|
a cloudflare tunnel then resolved my local ip to a cloudflare ip with a reverse proxy to safely host it with a ssl/tls connection
you’re more than welcome to visit the site (source)
502/1033 tunnel error?
since the data still lives on my computer & not a pi or some sort of external server, downloads are unfortunately not possible without my approval first. don’t get me wrong, i will gladly turn the server on whenever i can
i didn’t really think of why to create this article, i was just fairly proud of the process :>