Hello, I had a server working a while ago and I recently switched it back from a dedicated to my private server. I have changed the server key however, I am still getting the error as showed in the screenshot. I have also attached my server.cfg.
Please let me know if you need anything else!!
https://gyazo.com/446169470454735a5d1f7be60ba03e08
# You probably don't want to change these!
# 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 keks
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames
start crouch
start cuff-huf
start deletevehicle
start handsup
start vehiclemods
start essentialmode
start es_admin2
start RealisticVehicleFailure
start Captain14_FBI
start Captain14_LSPD
start Captain14_Sheriff
start customvehicles
start custompeds
start 2015mustang
start showid
start heavy
start cvpi
start 320
start camaro
start fuel
start russian
start z06
start ladder
start gokart
start megaram
start demon
start RPDeath
start f150
start hwy
start wk_wrs
start firechief
start lux_vehcontrol
start fireveh
start defender
start panic
start 911
start SimpleJailSystem
start ram
start 65mustang
start spikes
start firescript
start sheriff
start ooc-master
start training
start spikestrips-master
start map
start realtraining
# 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 "Justice Division Roleplay!"
# Nested configs!
#exec server_internal.cfg
# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.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 my license key
this means that the server is not being executed probably aka not being launched from within server-data folder.
Show how you are trying to start your server.
With the run inside the folder…
d0p3t
7
You didn’t follow the instructions correctly. One mistake I see is that you didn’t either git clone or put the server-data files in their own directory.
See http://docs.fivem.net/server-manual/setting-up-a-server/#windows
These are very simple instructions. If you follow them to the tee everything will work fine.
Yes… I figured that was it. However it worked perfectly fine a couple months ago… I will fix it tomorrow.
Ok I have fixed the installation and I am still getting the same problem. I have attached my folders. If you need anything else to help out please let me know.
d0p3t
10
Again, you are not running the server from the correct directory. In your case, cd to the cfx-server-data-master directory and run the server. I know this because I don’t see any cache folder in your server-data folder.
Again, follow these steps. They are very simple and to the point: http://docs.fivem.net/server-manual/setting-up-a-server/#windows
I do have a cache I just deleted it. Just tell me where I need to put everything. https://gyazo.com/f7686a3f07e587b475e04fd8d4b9800c
d0p3t
12
No, that cache folder should be appearing in your cfx-server-data-master folder.
Like I said, you are not running the server from the correct directory.
Ok where should I run it from?
d0p3t
14
It tells you in the link I sent you twice.
I am trying to run it from the cfx-server-data folder and it is not working. That is what they mean “server-data” folder.
system
Closed
17
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.