Failed handshake to server 127.0.0.1:30110

#srry for my bad English

So my server workt normaly for like 4 days and now im having problems
out of nowhere i get this

Failed handshake to server 127.0.0.1:30110 - Failed to connect to 127.0.0.1 port 30110: Connection refused - CURL error code 7 (Couldn’t connect to server)

idk what to do first that aint my ip and port and second i dont know how do change them
can someone help
im also new do the server stuff
but i have checkt the other posts and things and still no help
they say that portforward and stuff i have done that all cus the server workt like i sayd 4days ago
:frowning:
pls help

Hi, first off 127.0.0.1 is pretty much localhost.

Failed to handshake to server usually happens when the server is not running. Are your server running? If it isn’t. Then start it. If it is running, Do you get any errors?

i start the server up right
then i try joining the server from directconnect i but localhost it dosent find anything -
i also tryd finding the server by my right ip dosent find anything tryd serverlist and still nohting
but it workt before so idk what happend

Any errors?

oky so i just did something i got back in the server but now im seeing
Sending heartbeat to live-internal.fivem.net:30110
o.o what dose that mean

Dont worry about it. It happens often.

When you try to connect. Do you see this? "Connecting: <Your Name>" in console?

yes it shows that im connecting

Any other errors in Console?

nop only loops of
Sending heartbeat to live-internal.fivem.net:30110
Sending heartbeat to live-internal.fivem.net:30110
Sending heartbeat to live-internal.fivem.net:30110

Inside your server.cfg at the top, It should say something like this

# You probably don't want to change these!
# Only change them if you're using a server with multiple network interfaces.
endpoint_add_tcp "0.0.0.0:30110"
endpoint_add_udp "0.0.0.0:30110"

or

# You probably don't want to change these!
# Only change them if you're using a server with multiple network interfaces.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

How does yours look like?

1 Like

mine

You probably don’t want to change these!

Only change them if you’re using a server with multiple network interfaces.

endpoint_add_tcp “0.0.0.0:30110”
endpoint_add_udp “0.0.0.0:30110”

Try to change the ports to 30120

oky give me a sec

oky now it says this
Failed handshake to server 127.0.0.1:30110 - Failed to connect to 127.0.0.1 port 30110: Connection refused - CURL error code 7 (Couldn’t connect to server).
when im trying to connect do the server

Launch fivem > Settings > Localhost port > 30120

Oky i got back in the server but it still says
Sending heartbeat to live-internal.fivem.net:30110
???

1 Like

It supposed to say that. Its like pretty much like your heart. Its send a heartbeat to keep the server up.
If you type heartbeat in console its sends a heartbeat.

yea oky but if i just changed the 30110 do 30120 then why dosent it say that.
srry i just dont get some of this stuff

Weird, It should say it. Have you tried changing your custom port for localhost to 30110?

yes i did