mrphil2105 / TF2-Server-Manager

A simple tool that creates and manages your Team Fortress 2 servers.
GNU General Public License v3.0
23 stars 10 forks source link

Server only running on a local network. #22

Closed screwrufflelol closed 1 year ago

screwrufflelol commented 1 year ago

I am running a server, but when I send the IP/port, no one can connect. We believe this is because it is a local server. Can anyone help?

beyluta commented 1 year ago

This could be a lot of things...

  1. You gave the wrong ip address: You must give your public ip instead of your private/local ip address.

  2. You forgot to port forward: If you want your friends to join your server, you must allow the correct port in your firewall settings. This should be done locally by allowing the port to pass through the Windows Firewall. And also allow the port to be accessible from the internet by allowing the port through your router settings.

  3. Wrong default port: Another program might be using the port that you wanted to use for your server. Usually srcds handles this by bumping up the port by +1. So the default port would go from 27015 to 27016