Servers-ingress-live site:forum.cfx.re Error

I’ve just created a Windows Ec2 from Amazon AWS and started to create my own FXServer, everything ran out greatly till i saw the “servers-ingress-live site:forum.cfx.re” error.
I’ve added the 30120 port for both tcp/ucp inbound/outbound and nothing is working. If anyone has any experiences with amazon aws ec2, please let me know down below or know any fixes.

I’ve tried legit everything I could find on google and none of them helped. please lmk

1 Like

Where does it say that that’s an error? It’s literally just telling you that a heartbeat is being sent so that the server will be on the server list :stuck_out_tongue:

It just won’t show up on the servers list for some reason. I ran it over night and its still not up for me.

Since you are on an Amazon EC2, did you allow 443 and 80 traffic? During the setup process it would have asked you but you may have accidentally not allowed it.

Check your security group or whatever it’s called on AWS:

  • 30120 must be allowed incoming and outgoing on TCP and UDP
  • 443 must be open as well (TCP) - port 80 may also be needed for http traffic, not certain

Yea I did.

Heres my server config

## Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

# These resources will start by default.
exec permissions.cfg
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure ■■■■■■■
ensure scoreboard
start loadingscreen
start spcharger14
start vMenu
# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0

# change this
rcon_password {RCON_PASS}

# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"

# Uncomment this line if you do not want your server to be listed in the server browser
# Do not edit it if you *do* want your server listed
#sv_master1 ""

# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png

# Set your server's hostname
sv_hostname "CSRP Test "

# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group

# Hide player endpoints in external log output.
sv_endpointprivacy true

# Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 32

# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
# -> replace "" with the key
set steam_webApiKey ""

# License key for your server (https://keymaster.fivem.net)
sv_licenseKey blank this out

bruh now im getting this

I’m not talking about your Windows firewall. AWS has their own firewall in front of your machine.

You can check if it’s working by going to http://yourip:30120/info.json. If it returns 200 and shows some JSON, then TCP works fine.

1 Like

Ah thank you. I got past this error. I got another error saying “Failed to getinfo server after 3 attempts” after joining the server on my main pc. Any reason?

nevermind, i got it all to work. thank you man <33

1 Like

i am getting the same problem i have a homehosted server/It has been working perfectly but now my friends cant join and it wont show up on the list.Plz helppp

@d0p3t what do u think …can you help???

@d0p3t what do u think …can you help???

Homehosted has nothing to do with this topic. And as you can see OP set my reply as the solution, so this is the solution to the original question asked.

If you have your own issue, create your own topic. Thanks