IP address Question
Go to solution
Solved by Atmos,
First off, you appear to be looking at your local address, not public address.
- Go to google.com, and type "whats my ip" it will provide you with what it thinks your public ip is.
- Then open cmd prompt on the computer you want to run the server on, and type ipconfig and look to see what your default ipv4 address is on the local network.
- Open your router managment panel, go to your port forwarding options and add an exception for that local machine, using the local ip you got from cmd prompt, and forward port 25565 on both UDP and UTC.
- Go to firewall settings on your router, and if you have the capacity to, create 2 new port triggers using these format for inbound port triggers, and outbound port triggers.
- protocol: UDP
source port: any
destination port: single - 25565 - protocol: UTC
source port: any
destination port: single - 25565
- Once you've done that you start the server on the machine you port forwarded for, and give your pupblic ip address from google to people who want to connect, but they will need to add ":25565" to the end of the ip on server address.
I've setup so many game servers im numb to just how hard it was to actually find all that info all those years back. Enjoy
Its the same process for any game server, the only thing that changes is the ports to forward, how many ports will need to be forwarded, and the protocol to forward them for.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now