# FLOWPIPE_PORT


# FLOWPIPE_PORT
Specifies the TCP port on which `flowpipe server` will listen for connections from clients. The default is `7103`.  This value can only be set when the server is started.

## Usage 

When `flowpipe server` runs, listen on port 7777:

```bash
export FLOWPIPE_PORT=7777
```
