floe CLI connects to https://api.floe.one by default. You can point it at any Floe signaling server using the --server flag.
Usage
Both sender and receiver must use the same server:--server value must be the URL of the signaling server, not the web client.
Separating the web client URL
When using--server, the browser link printed by floe send defaults to the same origin as the server. If your web client is hosted at a different URL, override it with --web:
Local testing
To test against a local instance running on the default ports:http://localhost:3000 automatically when using localhost:3001.
See Self-Hosting for instructions on running your own Floe instance.