GTA V version?
Up to date?
Legit or Pirate copy?
Steam/CD/Social Club?
Windows version?
Information not available, since this is a server

Did you try to delete caches.xml and try again?
Tried deleting the caches
Error screenshot (if any)


System specifications
Linux VPS, OVH, running Kubuntu Desktop.
What did you do to get this issue?
Did the following commands:

cd /home/fx-server-data/
bash /home/fx-server/run.sh +exec server.cfg

What server did you get this issue on?
My dev server
CitizenFX.log file
n/a
.dmp files/report IDs
n/a

Server.cfg:

# Only change them if you're using a server with multiple network interfaces.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

# These resources will start by default.
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start rconlog
start scoreboard
start playernames

# This allows players to use scripthook based plugins such as lambda menu.
# Set this to 0 to disallow scripthook.
sv_scriptHookAllowed 1

# Uncomment this to enable RCON. Make sure to change the password.
#rcon_password changeme

# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, military, tanks"
sets tags "default"

# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "http://url.to/image.png"
#sets banner_connecting "http://url.to/image.png"

# Set your server's hostname
sv_hostname "San Andreas Republic"

# Nested configs!
#exec server_internal.cfg

# Loading a server icon (96x96 PNG file)
load_server_icon sar.png

# convars which can be used in scripts
set temp_convar "hey world!"

# Uncomment this line if you do not want your server to be listed in the server browser.
#sv_master1 ""

# Want to only allow players authenticated with a third-party provider like Steam?
# Don't forget Social Club is a third party provider too!
#sv_authMaxVariance 1
#sv_authMinTrust 5

# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:110000112345678 group.admin # add the admin to the group

# Hide player endpoints in external log output.
sv_endpointprivacy true

# Server player slot limit (must be between 1 and 32)
sv_maxclients 32

# License key for your server (https://keymaster.fivem.net)
sv_licenseKey #########server key is here##########

Is the server key specified at the bottom of server.cfg?

If so, what happens if you change your start process to:

cd /home/fx-server-data/
../fx-server/run.sh +exec server.cfg

Just get a “no such file or directory” error. Here’s my file structure:
image

Your problem is proabably due to the fact that you have fx-server-data-master inside fx-server-data.

  1. Delete the cache folder.
  2. Move the entire contents of cfx-server-data-master up one directory to fx-server-data. After that, you should have server.cfg and resources folder sitting there.
  3. delete the now empty -master folder.
  4. cd /home/fx-server-data
  5. …/fx-server/run.sh +exec server.cfg

Great, thanks!

If you haven’t fixed it yet do what @schwim said by moving the “resources” folder to “fx-server-data” and put the license key above “start mapmanager” in the server.cfg

Then use this to start your server

cd /home/fx-server-data/
../fx-server-data/run.sh +exec server.cfg

Don’t worry, I’ve got it fixed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.