Home FiveM
🤠

FiveM

Need help with your FiveM server? Explore these articles
Maddox Lewis
By Maddox Lewis
• 4 articles

Guide: Ensuring Your FiveM Server Appears on the Server List

Running a FiveM server sometimes comes with the frustration of it not showing up correctly on the server list. In this guide, we'll address common mistakes that might be causing this issue, such as misconfigured settings, and provide a step-by-step solution to rectify them. By the end of this guide, your server will be accurately listed and easily accessible to players. Considering launching your own community? Get started for free with Q-Fi Cloud, offering tailored solutions for powerful server hosting. Common Issues: - Ensure that your server.cfg file includes the following lines: sets sv_projectName "Server name" sets sv_projectDesc "Some description" - Additionally, make sure that the following line is either commented (#) or removed from your server.cfg to prevent your server from being set as unlisted: #sv_master1 "" If you've implemented the above configurations and your server still doesn't appear on the server list, it's advisable to check your console for any potential listing errors. If you encounter an error message like the following: Server list query returned an error: System.Net.Sockets.SocketException: Connection refused <- System.Net.Http.HttpRequestException: Connection refused (1.2.3.4:30121) Add the following lines to your server.cfg, then restart your server: sv_listingIpOverride "your server's IP (without :30120)" After restarting your server, wait approximately 5 minutes, then check both the online server list and the in-game FiveM server list to verify if your server is listed. Still facing listing issues? If you're still encountering difficulties with listing your FiveM server, please don't hesitate to reach out to our support team by clicking the chat button located in the bottom right corner. We're available to provide further assistance in ensuring your server is properly listed.

Last updated on Sep 28, 2025

Resolving Server Thread Hitch Warnings On Your FiveM Server

When running your FiveM server, you may encounter warnings indicating “server thread hitch” or “sync thread hitch”. These alerts typically arise from poorly optimized scripts that take an excessive amount of time to load. To resolve these issues and optimize your server’s performance, follow the steps outlined below. Step 1: Check Your Server Hardware Ensure your server has sufficient CPU and RAM resources by monitoring Task Manager for usage levels and verifying compatibility with FiveM. Make sure your CPU model is compatible and not underpowered. Step 2: Profile Your Server Scripts using txAdmin To identify the scripts causing hitch warnings, use txAdmin to profile your server scripts: a. Run profiler record 500 to capture profiling data. b. Save the results with profiler save xyz. c. View the results with profiler view xyz. This process will provide a link to analyze resource usage and identify slow-loading scripts. Step 3: Optimize or Disable Unoptimized Scripts Once you’ve identified the problematic script(s), take one of two approaches: a. Optimize the script to reduce its load time. b. Disable the script in your server.cfg file or delete its folder. By optimizing or disabling these scripts, you can resolve thread hitch warnings and improve overall performance for a smoother gameplay experience. Conclusion Diagnosing and resolving server thread hitch warnings is crucial for maintaining optimal FiveM server performance and providing an enjoyable gaming experience for You Community. Regularly optimize your server hardware and scripts to ensure seamless gameplay.

Last updated on Sep 28, 2025

How to Install Mods on Your FiveM Server (Q-Fi Cloud)

Overview FiveM “mods” usually fall into a few common types: - Resources (scripts, vehicles, maps, UI) that go in your server’s resources folder - Server artifacts (the FiveM server build) - Config changes in server.cfg This guide focuses on installing resources, since that’s what most people mean by “mods.” Before you start - Make a backup of your server (or at least your server.cfg and the resource you’re changing). - Make sure you can access your server files (File Manager / SFTP). - If you’re installing a resource from GitHub, download the Release zip if available (it’s usually cleaner than “Source code”). Step 1: Download the mod/resource 1. Download the resource as a .zip. 2. Open the zip and check the folder structure. Important: Confirm it’s a valid resource A proper FiveM resource folder should contain a manifest file: - fxmanifest.lua (most common), or - __resource.lua (older) If you don’t see one of those in the main folder, the resource may be packaged incorrectly. Step 2: Upload the resource to your server 1. Unzip the download on your computer. 2. Locate your server’s resources directory. 3. Upload the resource folder into resources. Folder naming rules (super important) - Avoid spaces and special characters. - Keep it simple: myresource, qb-hud, custom_cars. Common mistake: double-folder installs Sometimes the zip extracts like this: - someMod-main/someMod/fxmanifest.lua Your server needs the folder that directly contains the manifest: - resources/someMod/fxmanifest.lua If the manifest is one folder deeper, move the inner folder up. Step 3: Add the resource to your server.cfg Open your server.cfg and add one of the following: Option A (recommended): ensure Add this near your other resources: - ensure resourceFolderName Example: - ensure qb-hud Option B: start You can also use: - start resourceFolderName ensure is generally preferred because it will restart the resource if it stops. Step 4: Restart the server (or the resource) Full restart (best for first-time installs) Restart your FiveM server from your panel. Quick restart (advanced) If you have console access: - refresh - ensure resourceFolderName Step 5: Verify it loaded Check your server console/logs for errors. Signs it worked - No red errors on startup - The script/feature appears in-game Signs something’s wrong - “Could not find resource …” (folder name mismatch) - “No such file … fxmanifest.lua” (wrong folder level) - Dependency errors (missing framework/library) Dependencies (very common) Many resources require other resources to be installed first (examples: ox_lib, qb-core, es_extended). If the resource page lists dependencies: 1. Install dependencies first (same process as above). 2. Make sure dependencies are started before the resource in server.cfg. Installing vehicle mods (quick notes) Vehicle packs are usually resources too. - Upload to resources - ensure it in server.cfg Some vehicles require extra steps (like adding entries to a framework’s vehicle shop or shared data). Follow the resource’s readme for those parts. Installing map/MLO mods (quick notes) Maps/MLOs are also typically resources. - Upload to resources - ensure it in server.cfg If it’s a replacement map, it may need to load early. If you’re unsure, place it near the top of your ensured resources. Troubleshooting Resource won’t start - Confirm the folder name in server.cfg matches the folder in resources exactly. - Confirm fxmanifest.lua is in the top level of that folder. - Check for missing dependencies. Server starts but mod doesn’t work in-game - Read the mod’s setup steps (some require config edits, SQL, or framework integration). - Check console for warnings. Still stuck? Send us: - The name/link of the resource - A screenshot or copy of the console error - Your resource folder structure (what’s inside the folder) We’ll help you get it running.

Last updated on Jan 07, 2026

How to Set Up Your FiveM Server Icon (Server Logo)

Overview Your FiveM server icon is the small image players see next to your server name in the server list. Setting it up is quick, but it must follow FiveMs file rules. What youll need - An image you want to use as your server icon - Access to your server files (File Manager / SFTP) - Access to edit your server.cfg Step 1: Create the icon file FiveM expects a PNG file named exactly: - server.png Recommended icon specs - File type: PNG - Size: 96x96 pixels (recommended) - Background: Optional (transparent is fine) Common issues to avoid - Wrong filename (example: server (1).png or server.PNG) - Wrong format (JPG/WebP wont work) - Huge image size (keep it small and simple) Step 2: Upload server.png to the correct folder 1. Open your servers main directory (the same folder where server.cfg is located). 2. Upload server.png into that folder. Important server.png must be in the root of the server (next to server.cfg), not inside resources. Step 3: Add the icon line to your server.cfg Open server.cfg and add this line (or update it if its already there): - load_server_icon server.png Step 4: Restart your FiveM server Restart the server from your panel so the icon reloads. Step 5: Confirm its working - Check your server in the FiveM server list. - If you use a server listing site or a Discord status bot, it may take a few minutes to refresh. Troubleshooting The icon doesnt show up Try these quick checks: - Confirm the file is named exactly server.png - Confirm its a PNG file - Confirm its uploaded in the same folder as server.cfg - Confirm server.cfg includes: load_server_icon server.png - Restart the server (not just the resource) Still not showing? Send us: - A screenshot of where server.png is located in your file manager - A copy of the load_server_icon line from your server.cfg Well help you get it displaying properly.

Last updated on Jan 07, 2026