Your Rooms
3 rooms
Upload a .archipelago file to host a room. Players connect via a bare
wss://host:PORT — not a URL path.
Host a New Room
How room hosting works:
The web page at
/room/<id> shows status and logs.
The game connection is a separate bare WebSocket port —
wss://host:PORT — which your AP client connects to directly.
These are different addresses and must not be confused.