ShatteredArchive – Local Setup Required

You reached shatteredarchive.dev, but your local development environment is not fully configured.

The ShatteredArchive Docker environment uses local development domains such as:

game-client.shatteredarchive.dev
game-server.shatteredarchive.dev
web-client.shatteredarchive.dev
web-server.shatteredarchive.dev

These domains must be mapped to 127.0.0.1 on your machine before Docker services will resolve correctly.

Fix (One-Time Setup)

Windows (Admin PowerShell)

pnpm setup:hosts:win

macOS / Linux

sudo pnpm setup:hosts:nix

After running the setup, restart Docker and reload this page.

Documentation

Full setup instructions are available in the repository: