Common Issues
Transferring Scripts
- Log in to your Cfx.re Portal account.
- Go to the "Granted Assets" page to view your purchased resources.
- Click "Transfer to another account" next to the script you want to transfer.
- Enter the username of the receiving account and finalize the transfer.
You lack the required entitlement
Common causes:
- Script purchased with a different FiveM account: If the script was bought on a different account than the one your server uses, it won't work. See the Transfer Resource Guide above.
- Server restart required: Restart your server after purchasing the script.
- Incorrect system time: Your OS clock may be out of sync. Check against Time.is for your server's location; if it's off by more than a minute, correct the system time.
Error: syntax error near <\1>
Two common causes:
- File transfer method:
- FileZilla: Transfers can corrupt the script unless done in binary mode. Either enable binary mode and re-upload the entire resource, or use WinSCP instead.
- Drag-and-drop via Remote Desktop: Moving files individually can damage the script. Upload the zip to the server and unzip it there instead.
- Outdated server version: Your server must run artifact 4752 or higher. Run the
versioncommand in your server console to check.
Outdated Artifacts
Linux:
- Download the latest recommended artifact from this page.
- Stop your server.
- Delete the
cacheandalpinefolders. - Unzip the
fx.tar.xzfile using the command:tar -xf fx.tar.xz. - Start the server and use the
versioncommand to verify that the update was successful.
Windows:
- Download the latest recommended FXServer artifact from this page.
- Stop your server.
- Remove the old server folder.
- Replace it with the newly downloaded version.
- Start the server and use the
versioncommand to check that the update was applied.