How do I bind nDisplay Cluster Events to 0.0.0.0 instead of 127.0.0.1?

Hello, I have set the host in my nDisplay 3D configuration to 0.0.0.0, however, when I launch ndisplay it binds to 127.0.0.1. I need the cluster events to be accessible from the local network so other machines can access the cluster events service.

Hi, I’m having the exact same problem.
In your case, you can instead of using 127.0.0.1 just use your external IP address to define the host, that should work.

In my case it’s a bit more annoying because I have two network interfaces, and have to manually bridge/route/proxy one to the other. As for the code, this is hardlocked in nDisplay itself, there’s no way around it besides a custom engine implementation.