Find the public IP information for a FiveM server
Use a code, join link, or public hostname to inspect current FiveM network information without unsafe scanning.
Finding a FiveM server IP should mean inspecting the public endpoint that the server intentionally exposes. It should not mean scanning private networks, guessing management ports, or treating one DNS answer as ownership. cfxfind follows the public route and presents address evidence with its limits.
Choose a reliable starting value
A CFX code is usually the best starting point because it follows the server’s advertised join destination. A known public hostname and port is also valid; a bare private address, localhost name, credential-bearing URL, or arbitrary internal path is blocked before any request. cfxfind resolves only public evidence. A CFX code is checked through the public join service; a server endpoint is then queried through its published JSON routes, while DNS and RDAP describe the public network. Each source keeps its own status, so one successful source never hides a timeout elsewhere.
Distinguish hostname, address, and owner
The canonical endpoint is where a client is directed. DNS addresses show current routing, while RDAP and ASN fields describe registration or network allocation. These fields answer different questions and must not be collapsed into a claim about the operator’s personal identity. Every result is a live snapshot, not a stored server history. Values can change immediately after the check, and a timeout means that a source could not be verified within the deadline. It does not establish that the game server is offline, empty, misconfigured, or permanently unreachable.
Handle proxies and changing DNS
Large communities may use load balancing, protection services, or DNS rotation. Multiple public addresses are therefore normal, and an address can change while the join code stays stable. Save the checked time and re-run the lookup when routing evidence matters. The lookup never needs a player account, server password, RCON credential, or private address. Restricted targets are blocked, sensitive convars are redacted, and only server-local player IDs may appear. Use the evidence for diagnosis, then confirm administrative conclusions with systems you control.
FAQ
Does a missing value prove that the server is offline?
No. Missing data can result from a timeout, a disabled public route, a changed endpoint, or a temporary upstream failure. Read the source status and checked time before drawing a conclusion.
Does cfxfind keep a history of these results?
No. The service returns a current public snapshot and briefly caches successful lookups for performance. It creates no account and stores no lookup history for later profiling.