I have my server listening to my main ip# so others can sign in. How do I set it up so it will also listen to the server's own ip# so I can sign into my shard on my home network.

This just got me curious on how to do.
 
Connect: Server host to Server: 127.0.0.1
Connect: Local network user to Server: usually 192.168.x.x
Connect: Outside user to Server: external ip

If i understand correctly, you want to connect from a computer next to the host computer in the same house?
If so, that would be the 192.168.x.x one.
 
yes, that and allow people from outside my network to connect also.
people can connect just fine outside my network.
but I want to use the house pc ip#

why? just because.

Because I think the owner should be able to.
 
Last edited:
Then, in your server console you should see a:
01:04:06 Listening: 192.168.X.X:2593
In razor just enter that address, and the right port, and that's it.

Use 127.0.0.1 if you are connecting on the same computer the server is running.
 
Only thing you need to change if you want people to access your server by the external IP is to allow the ports in the router and any firewall you have. Make it route to your server in the router too.
 
Back