Endpoint problem in server.cfg

I am having a problem turning on the server. It worked for two weeks without a problem and now it keeps restarting. I discovered that the endpoint_add_tcp command in server.cfg is not working. on Github and on the forum I was looking for solutions and none of them works for me or I’m just stupid and I don’t know how to do it.



Edit 1:
I changed config.json “fxServerPort”: “30120”
and
“publicIP”: “xxxxxxxxx”
and now this error has changed to ss below:

change it to

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

1 Like

Including the problem that I have typed in server.cfg
image