I cant Connect ti my own server

I start my server.cmd but after when i go on five m i cant find it. If i go on localhost it says: Failed handshake to server 127.0.0.1:30120 - Failed to connect to 127.0.0.1 port 30120: Connection refused - CURL error code 7 (Couldn’t connect to server).
Can you help me?
I started my server!
In server.cmd i have
Cd\d C:\FXServer\data-master
C:\FXServer\run.cmd +exec server.cfg +set sv_serverkey “MY KEY”

Make sure the IP Endpoints for TCP and UDP in server.cfg have 0.0.0.0:30120 and sv_lan true.

endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

sv_lan true

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.