Hello, My fxserver wont start.
At first it didn’t accept my license key so i put that in ServerRun.cmd what made it accept the key.
But now it seems to load all resources and start the resource sesssionmanager.
After that just a few No such command e. and s. and a.
After this it accepts the license key and starts sending out heartbeat to live-internal.fivem.net:30110
All ports are open.
Someone knows a solution?
Thanks in advance:)
ServerRun.cmd
cd /d D:\FXServer\server-data
D:\FXServer\run.cmd +exec server.cfg +set sv_licenseKey 1z51x5te212nl7755zupxyn7yx4f8fnj
server.cfg
# 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 chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
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 "My new FXServer!"
# 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 "fcg6gkivs8ahgbcfvqap3tf0t8au2pso"
You have not added any resources according to your config file.
What exactly is not starting?
After finding those resources the should start that doesn’t happen instead it gives the error as shown below
Found new resource fivem in D:/FXServer\server-data/resources//fivem
Found new resource fivem-awesome1501 in D:/FXServer\server-data/resources//fivem-awesome1501
Found new resource fivem-map-hipster in D:/FXServer\server-data/resources//fivem-map-hipster
Found new resource fivem-map-skater in D:/FXServer\server-data/resources//fivem-map-skater
Found new resource runcode in D:/FXServer\server-data/resources//runcode
Found new resource race in D:/FXServer\server-data/resources//[gamemodes]/race
Found new resource race-test in D:/FXServer\server-data/resources//[gamemodes]/race-test
Found new resource channelfeed in D:/FXServer\server-data/resources//[gameplay]/channelfeed
Found new resource irc in D:/FXServer\server-data/resources//[gameplay]/irc
Found new resource obituary in D:/FXServer\server-data/resources//[gameplay]/obituary
Found new resource obituary-deaths in D:/FXServer\server-data/resources//[gameplay]/obituary-deaths
Found new resource playernames in D:/FXServer\server-data/resources//[gameplay]/playernames
Found new resource mapmanager in D:/FXServer\server-data/resources//[managers]/mapmanager
Found new resource baseevents in D:/FXServer\server-data/resources//[system]/baseevents
Found new resource chat in D:/FXServer\server-data/resources//[system]/chat
Found new resource chat-theme-gtao in D:/FXServer\server-data/resources//[system]/chat-theme-gtao
Found new resource hardcap in D:/FXServer\server-data/resources//[system]/hardcap
Found new resource ■■■■■■■ in D:/FXServer\server-data/resources//[system]/■■■■■■■
Found new resource scoreboard in D:/FXServer\server-data/resources//[system]/scoreboard
Found new resource sessionmanager in D:/FXServer\server-data/resources//[system]/sessionmanager
Found new resource spawnmanager in D:/FXServer\server-data/resources//[system]/spawnmanager
Found new resource betaguns in D:/FXServer\server-data/resources//[test]/betaguns
Found new resource gameInit in D:/FXServer\server-data/resources//[test]/gameInit
Found new resource keks in D:/FXServer\server-data/resources//[test]/keks
Found new resource webpack in D:/FXServer\server-data/resources//[system]/[builders]/webpack
Found new resource yarn in D:/FXServer\server-data/resources//[system]/[builders]/yarn
Started resource sessionmanager
No such command e.
No such command e.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command s.
No such command a.
No such command a.
No such command a.
No such command s.
No such command s.
No such command s.