How to Check If a FiveM Server Is Online Right Now
The fastest way to check a FiveM server's live status and player count without opening the game.
The short answer
Open the server's CFXR page using its join code — it shows whether the server is online, its current player count and its resource list in a couple of seconds, without launching FiveM or waiting on an in-game connection attempt.
Why checking in-game is slow and unreliable
The obvious way to check whether a server is online is to try to join it. That works, but it's a poor status check: launching FiveM takes time, the connect screen can hang for a while before timing out even against a genuinely dead server, and a failed attempt doesn't tell you why it failed. You can't distinguish a full server from an offline one from a network hiccup on your own end just by watching the loading screen.
It also doesn't scale. If you're checking on behalf of a community — deciding which of several partner servers to recommend right now, or verifying your own server came back up after a restart — repeating a full game-client connection attempt for each one is far slower than it needs to be.
Checking status via a resolver page instantly
A resolver looks up the same join code data the game client uses, but does it as a plain request against Cfx.re's public server data — no game client, no connection handshake, no waiting on a loading screen. Paste the server's join code or link into CFXR and its page shows the live player count, the max slot count, the resource list and whether the server currently has a live record at all. If the join code doesn't resolve to anything, that's a strong signal the server process itself is stopped.
Setting up automatic online/offline alerts
Checking manually is fine for a one-off look, but if you want to know the moment a server goes down — your own, or one you depend on — that's what the watchlist is for. Add a server's join code to your watchlist and it gets checked on an ongoing basis, with a notification when its status changes from online to offline or back. That removes the need to periodically re-check by hand.
Reading uptime percentage and the activity heatmap
A single point-in-time check tells you whether a server is up right now, but not whether that's typical. Server pages also show an uptime percentage calculated from historical checks, plus an activity heatmap of player counts over time. A server sitting at 99%+ uptime with a dip this hour is probably a brief restart; a server whose uptime has been trending down over days points at a more persistent problem — worth investigating rather than assuming it'll resolve itself. The heatmap is also useful for spotting a server's normal peak hours, separate from whether it's online or not.
That distinction matters most when a server looks offline right at the moment you check it. A server with a strong uptime history and a dense heatmap that happens to show zero players at 6am is very likely just quiet, not down. A server with patchy uptime and a thin, irregular heatmap showing zero right now is a better candidate for genuinely being offline. Treating a single check as the whole picture is how a normal quiet period gets mistaken for an outage.