Accepting Remote Machines Requests

By default, Squore server will only accept requests coming from the server itself, localhost.

In order to access Squore from other machines located on the network, usually necessary in a production environment, you must configure the bind address.

It is possible to specify it directly at installation, see Installing Squore Server. But also afterward, by executing the following command while Squore Server is running:

<SQUORE_HOME>/bin/sqadm wildfly network --bind-address addr

Where:

  • addr, is the WildFly bind address (default is 127.0.0.1).

Using 0.0.0.0 will allow connections from any machine. But it is possible to restrict the accepted range of machine’s IP addresses by specifying a more restrictive interface.

See sqadm wildfly network manpage to know more.