<div dir="ltr"><div>By default Wildfly only binds to localhost (127.0.0.1), and is not reachable via any external network interfaces.<br></div><div><br></div><div>Running in domain mode is an advanced Wildfly topic, so I suggest you check Wildfly documentation:</div><div> </div><div><a href="https://docs.jboss.org/author/display/WFLY9/Interfaces+and+ports">https://docs.jboss.org/author/display/WFLY9/Interfaces+and+ports</a></div><div><a href="https://docs.jboss.org/author/display/WFLY9/Domain+Setup">https://docs.jboss.org/author/display/WFLY9/Domain+Setup</a><br></div><div><br></div><div><br></div><div>A quick way to bind to all the network interfaces in standalone mode is to use -b 0.0.0.0 as a parameter to standalone.sh. But that doesn&#39;t work for domain mode AFAIK.</div><div><br></div></div>