# POWERPIPE_PORT


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

## Usage 

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

```bash
export POWERPIPE_PORT=7777
```
