What port(s) do I use for port forwarding when making my server, and what do I set them as?
-
What port(s) do I use for port forwarding when making my server, and what do I set them as? do I use the one port that I have for the server or is there specific ports that I need to use?
-
You can use any port you want, just make sure its the same in your rule and your bat file. You only need to forward UDP traffic.
-
Use any port you want.
Recommendations in general are:- Use something above 3000 to not use a port already in-use/system port etc
- Don't use the default port to prevent anything conflicting port if you run the game at the same time
You don't need to use specific ports. Just use a free port that's not gonna be used by another app
-
ok thank you