FiveM Server Status Checker
Enter a FiveM server IP or domain (optionally with port) to check whether it’s online and view basic server information.
Embed FiveM Server Checker on Your Website
Add this free FiveM server checker to your website or dashboard. Just copy the iframe below — it works instantly without setup.
Free • No signup • Safe iframe
How It Works
Enter a FiveM server address such as play.example.com or add a port like fivem.example.com:30120. The tool will check:
- ✅ server is online
- ❌ server is offline or unreachable
- 🧭 basic server details where available
Why Check FiveM Server Status?
When a FiveM server is offline, players cannot connect, roleplay sessions stop, and ongoing gameplay is interrupted. Checking server status helps quickly identify issues and avoid connection attempts to unavailable servers. For roleplay communities running long-term storylines, even short outages can disrupt scheduled events and frustrate dedicated players.
This tool is useful for server owners, administrators, and players who want to verify whether a FiveM server is reachable before joining. It is also valuable for community staff coordinating events, content creators planning streams, and developers troubleshooting custom resources.
Common Reasons a FiveM Server Goes Offline
FiveM servers run heavy custom resource bundles and depend on the Cfx.re infrastructure, which means they have a unique set of failure modes:
- Resource crash: A custom Lua, JavaScript, or C# resource has thrown an unhandled error and brought the server down. The most common cause of FiveM downtime by far.
- Resource update mismatch: A recently updated resource is incompatible with the current FiveM artifact version, causing the server to fail on startup.
- Memory exhaustion: Heavy modpacks with many resources, MLOs, and custom scripts consume large amounts of RAM. Out-of-memory crashes are common on smaller VPS plans.
- Database disconnection: Most serious FiveM servers depend on MySQL or MariaDB. If the database goes down or runs out of connections, the server stops working even though the FiveM process is still running.
- Cfx.re infrastructure outage: FiveM relies on Cfx.re for authentication and the public server list. When Cfx.re has an outage, players cannot join even though the server itself is fine.
- Artifact update required: Cfx.re released a new server artifact and your server is on an old version. New clients may refuse to connect.
- License key expired or revoked: Your FiveM server license key was suspended or expired. The server will start but will not appear in the public list.
- DDoS attack: Popular roleplay servers are frequent DDoS targets, especially during peak hours and event nights.
- Hosting provider outage: Game hosting services occasionally have network or hardware issues affecting all customers on a node.
Diagnosing FiveM Connection Problems
When players cannot connect to your FiveM server, work through this checklist to find the issue quickly:
- Check externally with this tool. If the server responds, the problem is on the player's side or device-specific.
- Check the server console for resource errors. The most common issue is a recently updated resource throwing errors. Look at the latest entries in the FiveM console output.
- Verify the IP and port. FiveM defaults to port 30120. Custom servers may use other ports.
- Check Cfx.re status. If Cfx.re is having authentication issues, no FiveM server can be joined regardless of its individual health. Check status.cfx.re.
- Confirm the server appears in the public list. If your server is missing from the FiveM server browser, your license key may be invalid or your server may not be reachable from Cfx.re's discovery service.
- Check the database connection. If the FiveM process is up but resources fail to load, your MySQL database may be down or rejecting connections.
- Review recent changes. If the server stopped working after a recent resource update, configuration change, or restart, revert the change as a first step.
- Restart the server. A clean restart often resolves transient issues that would take hours to diagnose otherwise.
- Check the FiveM artifact version. If you are running an outdated server build, update to the latest stable artifact from the FiveM downloads page.
Continuous Monitoring for FiveM Server Owners
For roleplay communities and serious FiveM servers, continuous monitoring is essential. Players in active RP scenes do not have patience for unannounced downtime, and a server that goes offline at the wrong moment can lose dozens of regulars overnight.
With UptyBots, you can configure a port-based monitor for your FiveM server that:
- Connects to your FiveM server's port every 1 to 5 minutes.
- Verifies the server actually responds to a connection request.
- Sends instant alerts via email, Telegram, or webhook when the server goes down.
- Tracks long-term uptime that you can publish to your community.
- Provides an embeddable status widget for your community website or Discord.
Most FiveM server owners only find out about an outage when frustrated players post in Discord. Continuous monitoring flips that — you know about the problem in seconds, not minutes, and can respond before your community even notices.
Frequently Asked Questions
What is the default FiveM server port?
The default FiveM server port is 30120. Custom hosting providers and self-hosted servers may use different ports — check your server.cfg for the endpoint_add_tcp and endpoint_add_udp directives to confirm.
Why does my server appear online here but not in the FiveM server browser?
The server browser requires that your server can register with Cfx.re's master list. If your license key is invalid, your firewall blocks outbound connections to Cfx.re, or you have not set sv_master1 correctly, your server will be unreachable through the public list even though direct connections still work.
My players see "couldn't load resource" errors. Is the server down?
No — the server itself is up, but a specific resource is failing to start. Check the server console for the resource name, then look at its log output. Common causes include syntax errors in newly updated scripts, missing dependencies, or database connection failures inside the resource.
Is this checker free?
Yes. The FiveM Server Status Checker is completely free, with no signup or limits. For continuous monitoring with alerts, sign up for a free UptyBots account.
Can I use this to check both txAdmin and the underlying FiveM server?
Yes — but separately. Check the FiveM server on its game port (default 30120), and check txAdmin on its web port (default 40120). They are separate services and can fail independently.