> For the complete documentation index, see [llms.txt](https://docs.curiostorage.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.curiostorage.org/configuration/listen-address.md).

# Listen Address

By default, all Curio nodes bind to the address "0.0.0.0" on port "12300," ensuring that the Curio API listens on all interfaces. You can change this behavior by specifying an explicit IP address and a different port for Curio to use.

```bash
echo "CURIO_LISTEN=x.x.x.x:12301" >> /etc/curio.env
```

and restart the Curio service

```bash
systemctl restart curio.service
```
