Leave a ⭐ if you like this Repository
CFX Resolver is a sleek and interactive Python utility that lets you inspect FiveM servers using a cfx.re/join invite code, enabling fast retrieval of detailed server information directly from the official FiveM backend.
The program provides a clean CLI interface with a beautiful animated logo, fast server lookup, and structured data extraction for analysis and informational use.
Caution
This tool is intended for personal and educational use only. Do not use it to exploit, abuse, or automate unauthorized actions against any server or service. The author and contributors are not responsible for any misuse of this code.
- 🔎 Server Lookup — Quickly retrieve any FiveM server using its invite code.
- 📊 Full Server Details — Includes hostname, player count, max players, gamemode, and map.
- 🧠 Advanced Data Extraction — Pulls additional server metadata such as:
- Project name & description
- Tags & locale
- Server flags (private, premium, script hook settings, etc.)
- Owner information (name, ID, avatar, profile)
- Voting statistics (upvotes, burst power)
- 👥 Live Player List — Displays player ID, name, ping, and identifiers.
- 💾 Auto Save Output — Automatically exports results into a structured
.txtfile. - 🌈 Aesthetic CLI — Gradient animated startup logo and colored terminal output.
- Run the tool (
python main.py). - Enter the server invite code:
https://cfx.re/join/XXXXXX - The tool will:
- Query the FiveM API
- Parse server JSON data
- Extract additional metadata using regex
- Display results in the terminal
- Save output to a file
✅ Fully automatic — no setup required.
- 🐍 Python 3.9+
- 📦 Dependencies:
pip install requests colorama pystyle- 🌐 Internet connection
├─ assets/ ➔ Screenshots of the Program in action
│ └─ preview.png ➔ A screenshot of the Program running
├─ LICENSE ➔ License file
├─ README.md ➔ Read me file
└── main.py ➔ Main program logic and CLI
- Uses the FiveM server API:
https://servers-frontend.fivem.net/api/servers/single/<id> - Parses:
- JSON response (
Dataobject) - Raw response text (regex extraction for extended metadata)
- JSON response (
- Combines structured + unstructured parsing for maximum coverage.
Distributed under the MIT License. See LICENSE for more information.
This project is unofficial and not affiliated with Cfx.re, FiveM, or Rockstar Games. It only interacts with publicly available server data.
This project is made for learning, analysis, and informational purposes only. Use responsibly — avoid abuse or excessive automated requests.
"Make Public Information Visible"
