Common Issues
Transferring Scripts
Log In to Cfx.re Portal:
Access your Cfx.re Portal account.
Navigate to Purchased Assets:
Once logged in, go to the "Granted Assets" page to view a list of your purchased resources.
Locate the Transfer Option:
Find the button labeled "Transfer to another account" next to the script you wish to transfer.
Initiate the Transfer:
Click the "Transfer to another account" button, which will direct you to a new page.
Complete the Transfer:
Enter the username of the account to which you want to transfer the script, and finalize the transfer.
If you encounter any issues or need further assistance, please let us know.
You lack the required entitlement
There could be several reasons for the issue you're experiencing:
Script Purchased with a Different FiveM Account: If you bought the script with a different FiveM account than the one associated with your server, it will not work correctly. Please refer to our Transfer Resource Guide for instructions on how to resolve this.
Server Restart Required: If you haven't restarted your server after purchasing the script, please do so. Restarting is often necessary for changes to take effect.
Incorrect System Time: Your operating system’s time might be out of sync with the real time. To check and correct this, visit Time.is and select the location of your server. If there is a discrepancy of more than one minute, adjust your system time accordingly to resolve the issue.
If you have addressed these possibilities and are still encountering problems, please reach out for further assistance.
Error: syntax error near '<\1>'
There are two primary reasons why this error might occur:
File Transfer Method Issues:
Using FileZilla: If you used FileZilla to transfer the script, it may have disrupted the script's structure. We recommend using WinSCP for file transfers, as it preserves the script’s integrity.
Dragging and Dropping via Remote Desktop: If you dragged and dropped files individually using Remote Desktop, this can also damage the script. Instead, upload the zip file directly to the server and unzip it there, rather than moving files one by one.
Outdated Server Version:
Your server needs to be running version 4752 or higher. To check your server version, enter the
version
command into your server console.
Additional Notes:
Binary Transfer Mode in FileZilla: If you are using FileZilla, ensure you are uploading files in binary mode. You may need to re-upload the entire resource with this setting enabled.
By addressing these issues, you should be able to resolve the error. If problems persist, further assistance may be required.
Outdated Artifacts
Linux:
Download the latest recommended artifact from this page.
Stop your server.
Delete the
cache
andalpine
folders.Unzip the
fx.tar.xz
file using the command:tar -xf fx.tar.xz
.Start the server and use the
version
command 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
version
command to check that the update was applied.
Last updated