My server used to show on the server list without issue, but it has stopped appearing for unknown reasons. Anyone can direct connect without an issue (k33nrp.com:30120) and the sv_master1 variable is correctly commented out in the server.cfg file (#sv_master1 ""). I also see the heartbeat working correctly using the FiveM log. To confirm the traffic is leaving my network correctly, I set up a packet capture on my router using tcpdump. I do see the traffic on port 30110:
sam@er-x:~$ show interfaces ethernet eth0.0 capture port 30110
Capturing traffic on eth0.0 port 30110 ...
03:13:35.041561 IP 108.94.43.158.30120 > 178.32.9.100.30110: UDP, length 25
I tried running the heartbeat command in the FiveM console a few times, saw the traffic in the packet capture, but still don’t see the server in the list.
Is there anything else I can do to check what is going on?
Thanks for the response! We are Element Club Aurum so we should be able to use colors. Regardless, I did try removing the colors, but the server is not showing in the list still. Any other ideas?
Yes, depending on how your server is being hosted.
Dedicated Server: The server host could be getting ddosed
Home Hosted: Your port forwarding may have stopped making your server local only! (You can find this out by trying to connect to the server yourself!)
Any other way: Your server scripts may not be working. (Check the console and see if there is any bug reports or problems with scripts not working!)
Thanks for the response! Unfortunately these items do not apply, as everyone is able to manually join the server using direct connect, meaning the ports are forwarded and the resources are working as expected.