Install Flow
- Download Game API from your Euphoria dashboard (licensed resource required).
- Upload to server or NodeJS container.
- Extract package and wait for dependency install.


Required keys:
PORT=2000PANEL_URL=https://panel.example.com
Expose API behind NGINX reverse proxy and forward traffic to local API process (for example localhost:2000).
Forward standard headers and keep preflight OPTIONS handling enabled for browser calls.
If panel calls fail in-browser, check CORS origin first, then proxy headers, then TLS certificate/domain mismatch.