AWS Dedicated

Currently, im trying to make a fivem server on my AWS bare metal, m5d.metal.

But the issue im having, its not showing up on main list or when i enter the IP in the direct connect box.

I’ve opened all ports via the security groups, with 0.0.0.0.

In my server.cfg i have this at the top:
endpoint_add_tcp “ourip:30120”
endpoint_add_udp “ourip:30120”

ourip is a placeholder for the real ip of the server.
I’ve also tried doing 0.0.0.0 there, still didn’t show up either.

And in console when it is running it is still sending heartbeats aswell.

server thread hitch warning: timer interval of 742 milliseconds
Sending heartbeat to live-internal.fivem.net:30110
Sending heartbeat to live-internal.fivem.net:30110
Sending heartbeat to live-internal.fivem.net:30110
[SAVED] All players
Sending heartbeat to live-internal.fivem.net:30110

Any help is appriciated.

Kind regards.

Can you access the info.json at http://ip:port/info.json?

Also don’t forget to open the ports on your system firewall (Windows Firewall, ufw, iptables) if you have all ports closed by default.

For the server heartbeat to reach FiveM you will also need to open port 30110 outgoing

I have disabled my firewall aswell as opened all ports at AWS

1 Like

Also, it’s a windows machine.

I connect to it via RDP

So can you visit http://ip:port/info.json in the browser on your own PC?

no i cannot.

i can what should i do ?
@d0p3t

i mean i have same problem

Got it to work :slight_smile:

You can close the thread.

How did you end up getting this to work?