1 Start Future Forge
cd /path/to/future-forge # the game repo
npm start
You should see something like:
Future Forge → http://127.0.0.1:8765 (bound 0.0.0.0)
Friends rooms: ON · WS /ws/rooms
Default port is 8765. Override with PORT if needed
(then point Funnel at the same port).
Local smoke check:
curl -sS http://127.0.0.1:8765/api/health
Expect JSON with "rooms": true when friends multiplayer is enabled.