I want the WildFly console to be accessible from only my PC. The WildFly is running on an Ubuntu based server on rack space. I want to access it with my windows running machine. I tried the following interface with both my public and private IPs:
<inet-address value="${jboss.bind.address.management:192.168.0.100}"/>
but it only allows me to access when I use the following in the management and public interface, which obviously can be a security breach:
<any-address/>
So, how can I allow only one IP?