FiveM Server Setup
Complete guide to setting up a FiveM (GTA V multiplayer) server on CoreSynth.
Overview
| Feature | Details |
|---|---|
| Availability | 24/7 |
| Platform | Linux |
| Panel | Control panel |
| Connection | fivem.coresynth.io |
| Voice Chat | TeamSpeak / Custom |
Prerequisites
Required Accounts
-
Cfx.re Account — Required for obtaining license key
- Register at forum.cfx.re
- Enable two-factor authentication
-
GTA: V — Legitimate game copy on Steam, Epic Games, or PlayStation
Getting Started
Step 1 — Create your service
- Log in to CoreSynth Dashboard
- Navigate to Game Servers
- Select FiveM
- Choose location and hardware (recommended: 4-6 GB RAM, 2 CPU cores)
- Complete your order
Note: For 1-32 players, we recommend at least 4 GB RAM and 30 GB disk.
Step 2 — Keymaster Registration
- Log in to Keymaster
- Click New Key
- Fill in the form:
- Server name: Your server name
- IP address: Your CoreSynth server IP
- Template: fxserver (recommended)
- Click Generate License
- Copy the generated license key
Step 3 — Server Configuration
In the control panel, edit server.cfg:
# Basic Configuration
sv_hostname "My FiveM Server"
sets sv_projectName "Your Server Name"
sets sv_projectDesc "Server Description"
max players 32
# License Key
sv_licenseKey "your_license_key_here"
# Network
sv_endpointstickiness 1
sv_maxclients 32
# RCON Password
rcon_password "your_rcon_password"
# Server Tags
sets tags "default"
# Ensure proper endpoint binding
setr con_config_preserve 1Step 4 — Server Start
- In the control panel, click Start
- Monitor console for any errors
- After successful start, connect via F8 console or direct connect
Connecting to Server
Method 1 — Direct Connect
- Launch GTA V with FiveM installed
- Press F8 to open console
- Enter:
connect fivem.coresynth.ioMethod 2 — Server Browser
- In FiveM menu, select Join Game
- Find your server in the list
- Click Connect
Installing Mods and Scripts
Directory Structure
server-data/
├── resources/
│ ├── [esx]/ # ESX Framework
│ ├── [vrp]/ # vRP Framework
│ └── [your-scripts]/ # Custom scripts
├── server.cfg
└── FXServer.exeInstalling a Script
- Download script (.rar, .zip) from FiveM community
- In the control panel, go to File Manager
- Extract contents to
resources/folder - Add script to
server.cfg:
ensure script-name- Restart server
Common Issues
License Verification Failed
Cause: Invalid or missing license key.
Solution:
- Check that
sv_licenseKeyin server.cfg is correct - Verify license key at keymaster.fivem.net
- Restart server
Resource Not Found
Cause: Script is not properly installed or missing from server.cfg.
Solution:
# Check that script folder exists in resources/
# Add to server.cfg:
ensure script-nameServer Not Showing in Browse
Cause: Server not properly configured for public listing.
Solution:
# In server.cfg add:
setr steam_webApiKey "none"
setr onesync_enabled trueServer Crashes on Start
Cause: Missing GTA V data or incorrect configuration.
Solution:
- Verify you have a legitimate copy of GTA V
- Verify game file integrity via Steam/Epic
- Check logs in panel for specific error
Voice Chat Not Working
Cause: Incorrect voice chat settings.
Solution:
# In server.cfg
setr voice_use3dAudio true
setr voice_useSendTargets true
setr voice_defaultCycle 1Recommended Scripts
| Script | Purpose | Framework |
|---|---|---|
| es_extended | Essential Mode framework | ESX |
| vRP | Roleplay framework | vRP |
| ox_core | Modern roleplay framework | Independent |
| fivem-appearance | Character customization | Universal |
| esx_skin | Player skin management | ESX |
Next Steps
- Subdomains — Custom domain setup
- Game Servers — All supported games
Need help? Open a support ticket or ask Alex.
Last updated on