Wireguarding into my postgres : Error listen tcp 127.0.0.1:15432: bind: address already in use

Hi everyone,
I’m having problem in following this guide:

Under ‘Connecting to your instance’, when I’m trying to build the wireguard tunnel, I’m getting back that the node has already something binded on that port.

Is there any way to force the unbinding?

Thank you

This most likely means something else is listening on port 15432 on your local machine. You can try using port 15433 in the fly proxy command instead.

1 Like