Auto Configuration
If there is no configuration added the server will use auto configuration. This means that the server will create endpoints on localhost as well as all the IP-addresses that is found on the machine.
The default port is 4502, so when the server starts with auto configuration it may look something like this.
If you look at the red markers the first two marks that the server identified localhost (127.0.0.1) as well as the IP 192.168.1.7.
The next two red markers shows that the server created endpoints for each of the identified IP's.