VPS hosting "Killed"

I bought VPS hosting:

  • CPU: 2.4Ghz
  • RAM: 1Gb
  • HDD: 20Gb
  • MONTHLY INTERNET TRAFFIC: 1000Gb
    I’m using Ubuntu operating system. I installed fivem server filles for LINUX.
    I ran the server using the run.sh file. The server starts with no errors, but, after 10 seconds the server stops with message “Killed” in terminal. Why?
    (~160 resources in use on server)

Provide your server.cfg as well as the entire output from the console, please.

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"

set es_enableCustomData 1
set mysql_connection_string "server=127.0.0.01;database=essentialmode;userid=Mihai;password=Mihai.2004"
set sv_licenseKey "467ns6egbrfbib72yftjfcynf9ed13v3"

### ESSENTIAL ####
start scoreboard
start customchat
start es_admin2
start es_camera
start esplugin_mysql
start essentialmode
start es_extended
start fivem
start hardcap
start mapmanager
start mysql-async
start ■■■■■■■
start sessionmanager
start spawnmanager

#### Basics ####
start baseevents
start bob74_ipl
start commands
start coloredhud
start cron
start deleteveh
start fivem-map-skater
start idoverhead
start instance
start Material_Load-Loading-Screen
start NoDriveBy
start outlawalert
start PvP
start skinchanger
start streetLabel
start xmas
start VK_main
start wk_vehdamage
start markertp

#### ESX ####
start new_banking
start esx_addonaccount
start esx_phone
start esx_addoninventory
start esx_AdvancedFuel
start esx_aiomenu
start esx_ambulancejob
start esx_animations
start esx_barbershop
start esx_basicneeds
start esx_billing
start esx_carwash
start esx_clotheshop
start esx_datastore
start esx_deliveryjob
start esx_dmvschool
start esx_drugs
start esx_eden_garage
start esx_firejob
start esx_holdup
start esx_identity
start esx_petshop
start esx_joblisting
start esx_jobs
start esx_license
start esx_lscustom
start esx_mask
start esx_mecanojob
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_policejob
start esx_property
start esx_realestateagentjob
start esx_service
start esx_shops
start esx_sit
start esx_skin
start esx_society
start esx_status
start esx_taxijob
start esx_truckerjob
start esx_vehicleshop
start esx_voice
start esx_weashops
start esx_brinksjob
start esx_gopostal
start esx_holdupbank
start esx_airlines
start esx_optionalneeds
start esx_mafia
start esx_rebel
start esx_coffee
start esx_securityjob
start esx_pizza
start esx_slotmachine
start esx_bennys
start esx_garbagejob
start esx_tattoosShops
start esx_ranger
start esx_traffic
start esx_clip
start esx_unicornjob
start esx_bus
start esx_dockshop
start esx_coastguard
start esx_lsd-master
start esx_turtle
start esx_irish
start esx_rodriguez
start esx_rpchat
start esx_pearl
start esx_bishops
start esx_lawyer
start esx_bountyhunter
start esx_litter
start esx_dismay
start esx_truck
start esx_grove

#### Cars ####
start 2014_CHP_BMW
start cars
start pdmegapack
start EMSPack
start sfjrp_bcsopack
start doomsday_vehicles
start viktoraddoncars
start Captain14_LSPD
start unmarked
start sfjrp_bcso
start pol718
start polaventa
start pack1

#### Other Addons ####
start carhud
start guns
start handsup
start hospital
start Jailer
start knockout
start LEOAnimations
start lux_vehcontrol
start peds
start pointing
start pv-tow
start vengine
start wk_wrs
start vehcontrol
start PTTPoliceRadio
start disclaimer
start missionrow
start welcome
start marker
start eden_jail
start timesync
start starPursuit
start speedo
start clothes
start hat
start drop
start elm
start brock
start eden_accesories
start nos
start COLOR
start chopshop
start CarCommand
start ferrary
start huracan
start i8
start 1310
start tesla-x

sv_scriptHookAllowed 0

# change this
rcon_password 31126

sv_hostname "Color ZOne"

# nested configs!
#exec server_internal.cfg

# loading a server icon (96x96 PNG file)
load_server_icon myLogo.png

# convars for use from script
set temp_convar "hey world!"

# disable announcing? clear out the master by uncommenting this
#sv_master1 ""

# want to only allow players authenticated with a third-party provider like Steam?
#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 slots limit (default to 30)
sv_maxclients 32

Console output:

INFO: No channel links found in configuration file.
Resolved live-internal.fivem.net:30110 to 178.32.9.100:30110
Found new resource disclaimer in /UTFIVE/resources//disclaimer
Found new resource fivem in /UTFIVE/resources//fivem
Found new resource chopshop in /UTFIVE/resources//chopshop
Found new resource guns in /UTFIVE/resources//guns
Found new resource missionrow in /UTFIVE/resources//missionrow
Found new resource bob74_ipl in /UTFIVE/resources//bob74_ipl
Found new resource NoDriveBy in /UTFIVE/resources//NoDriveBy
Found new resource timesync in /UTFIVE/resources//timesync
Found new resource Material_Load-Loading-Screen in /UTFIVE/resources//Material_Load-Loading-Screen
Found new resource pol718 in /UTFIVE/resources//pol718
Found new resource PTTPoliceRadio in /UTFIVE/resources//PTTPoliceRadio
Found new resource PvP in /UTFIVE/resources//PvP
Found new resource carhud in /UTFIVE/resources//carhud
Found new resource doomsday_vehicles in /UTFIVE/resources//doomsday_vehicles
Found new resource speedo in /UTFIVE/resources//speedo
Found new resource polaventa in /UTFIVE/resources//polaventa
Found new resource idoverhead in /UTFIVE/resources//idoverhead
Found new resource customchat in /UTFIVE/resources//customchat
Found new resource vehcontrol in /UTFIVE/resources//vehcontrol
Found new resource pointing in /UTFIVE/resources//pointing
Found new resource fivem-map-hipster in /UTFIVE/resources//fivem-map-hipster
Found new resource deleteveh in /UTFIVE/resources//deleteveh
Found new resource coloredhud in /UTFIVE/resources//coloredhud
Found new resource hospital in /UTFIVE/resources//hospital
Found new resource viktoraddoncars in /UTFIVE/resources//viktoraddoncars
Found new resource instance in /UTFIVE/resources//instance
Found new resource unmarked in /UTFIVE/resources//unmarked
Found new resource outlawalert in /UTFIVE/resources//outlawalert
Found new resource mysql-async in /UTFIVE/resources//mysql-async
Found new resource pv-tow in /UTFIVE/resources//pv-tow
Found new resource xmas in /UTFIVE/resources//xmas
Found new resource brock in /UTFIVE/resources//brock
Found new resource es_carwash in /UTFIVE/resources//es_carwash
Found new resource fivem-map-skater in /UTFIVE/resources//fivem-map-skater
Found new resource Jailer in /UTFIVE/resources//Jailer
Found new resource streetLabel in /UTFIVE/resources//streetLabel
Found new resource nos in /UTFIVE/resources//nos
Found new resource pdmegapack in /UTFIVE/resources//pdmegapack
Found new resource 2014_CHP_BMW in /UTFIVE/resources//2014_CHP_BMW
Found new resource starPursuit in /UTFIVE/resources//starPursuit
Found new resource wk_wrs in /UTFIVE/resources//wk_wrs
Found new resource marker in /UTFIVE/resources//marker
Found new resource vengine in /UTFIVE/resources//vengine
Found new resource fivem-awesome1501 in /UTFIVE/resources//fivem-awesome1501
Found new resource handsup in /UTFIVE/resources//handsup
Found new resource VK_main in /UTFIVE/resources//VK_main
Found new resource wk_vehdamage in /UTFIVE/resources//wk_vehdamage
Found new resource EMSPack in /UTFIVE/resources//EMSPack
Found new resource welcome in /UTFIVE/resources//welcome
Found new resource eden_accesories in /UTFIVE/resources//eden_accesories
Found new resource hat in /UTFIVE/resources//hat
Found new resource COLOR in /UTFIVE/resources//COLOR
Found new resource Captain14_LSPD in /UTFIVE/resources//Captain14_LSPD
Found new resource peds in /UTFIVE/resources//peds
Found new resource drop in /UTFIVE/resources//drop
Found new resource clothes in /UTFIVE/resources//clothes
Found new resource skinchanger in /UTFIVE/resources//skinchanger
Found new resource BrigSteamScoreBoard in /UTFIVE/resources//BrigSteamScoreBoard
Found new resource async in /UTFIVE/resources//async
Found new resource es_extended in /UTFIVE/resources//es_extended
Found new resource markertp in /UTFIVE/resources//markertp
Found new resource cars in /UTFIVE/resources//cars
Found new resource pack1 in /UTFIVE/resources//pack1
Found new resource CarCommand in /UTFIVE/resources//CarCommand
Found new resource commands in /UTFIVE/resources//commands
Found new resource elm in /UTFIVE/resources//elm
Found new resource sfjrp_bcso in /UTFIVE/resources//sfjrp_bcso
Found new resource cron in /UTFIVE/resources//cron
Found new resource eden_jail in /UTFIVE/resources//eden_jail
Found new resource LEOAnimations in /UTFIVE/resources//LEOAnimations
Found new resource sfjrp_bcsopack in /UTFIVE/resources//sfjrp_bcsopack
Found new resource lux_vehcontrol in /UTFIVE/resources//lux_vehcontrol
Found new resource knockout in /UTFIVE/resources//knockout
Found new resource essentialmode in /UTFIVE/resources//essentialmode
Found new resource betaguns in /UTFIVE/resources//[test]/betaguns
Found new resource gameInit in /UTFIVE/resources//[test]/gameInit
Found new resource keks in /UTFIVE/resources//[test]/keks
Found new resource race-test in /UTFIVE/resources//[gamemodes]/race-test
Found new resource race in /UTFIVE/resources//[gamemodes]/race
Found new resource mapmanager in /UTFIVE/resources//[managers]/mapmanager
Found new resource esx_clotheshop in /UTFIVE/resources//[esx]/esx_clotheshop
Found new resource esx_securityjob in /UTFIVE/resources//[esx]/esx_securityjob
Found new resource esx_traffic in /UTFIVE/resources//[esx]/esx_traffic
Found new resource esx_shops in /UTFIVE/resources//[esx]/esx_shops
Found new resource esx_realestateagentjob in /UTFIVE/resources//[esx]/esx_realestateagentjob
Found new resource esx_identity in /UTFIVE/resources//[esx]/esx_identity
Found new resource esx_license in /UTFIVE/resources//[esx]/esx_license
Found new resource esx_policejob in /UTFIVE/resources//[esx]/esx_policejob
Found new resource esx_menu_dialog in /UTFIVE/resources//[esx]/esx_menu_dialog
Found new resource esx_taxijob in /UTFIVE/resources//[esx]/esx_taxijob
Found new resource esx_rebel in /UTFIVE/resources//[esx]/esx_rebel
Found new resource esx_AdvancedFuel in /UTFIVE/resources//[esx]/esx_AdvancedFuel
Found new resource esx_petshop in /UTFIVE/resources//[esx]/esx_petshop
Found new resource esx_deliveryjob in /UTFIVE/resources//[esx]/esx_deliveryjob
Found new resource esx_litter in /UTFIVE/resources//[esx]/esx_litter
Found new resource esx_truckerjob in /UTFIVE/resources//[esx]/esx_truckerjob
Found new resource esx_gopostal in /UTFIVE/resources//[esx]/esx_gopostal
Found new resource esx_carwash in /UTFIVE/resources//[esx]/esx_carwash
Found new resource esx_service in /UTFIVE/resources//[esx]/esx_service
Found new resource esx_society in /UTFIVE/resources//[esx]/esx_society
Found new resource esx_aiomenu in /UTFIVE/resources//[esx]/esx_aiomenu
Found new resource esx_pearl in /UTFIVE/resources//[esx]/esx_pearl
Found new resource esx_barbershop in /UTFIVE/resources//[esx]/esx_barbershop
Found new resource esx_menu_list in /UTFIVE/resources//[esx]/esx_menu_list
Found new resource esx_grove in /UTFIVE/resources//[esx]/esx_grove
Found new resource esx_slotmachine in /UTFIVE/resources//[esx]/esx_slotmachine
Found new resource esx_animations in /UTFIVE/resources//[esx]/esx_animations
Found new resource new_banking in /UTFIVE/resources//[esx]/new_banking
Found new resource esx_billing in /UTFIVE/resources//[esx]/esx_billing
Found new resource esx_datastore in /UTFIVE/resources//[esx]/esx_datastore
Found new resource esx_status in /UTFIVE/resources//[esx]/esx_status
Found new resource esx_vehicleshop in /UTFIVE/resources//[esx]/esx_vehicleshop
Found new resource esx_voice in /UTFIVE/resources//[esx]/esx_voice
Found new resource esx_drugs in /UTFIVE/resources//[esx]/esx_drugs
Found new resource esx_weashops in /UTFIVE/resources//[esx]/esx_weashops
Found new resource esx_mecanojob in /UTFIVE/resources//[esx]/esx_mecanojob
Found new resource esx_addoninventory in /UTFIVE/resources//[esx]/esx_addoninventory
Found new resource esx_mafia in /UTFIVE/resources//[esx]/esx_mafia
Found new resource esx_tattoosShops in /UTFIVE/resources//[esx]/esx_tattoosShops
Found new resource esx_jobs in /UTFIVE/resources//[esx]/esx_jobs
Found new resource esx_holdupbank in /UTFIVE/resources//[esx]/esx_holdupbank
Found new resource esx_skin in /UTFIVE/resources//[esx]/esx_skin
Found new resource esx_lsd-master in /UTFIVE/resources//[esx]/esx_lsd-master
Found new resource esx_rodriguez in /UTFIVE/resources//[esx]/esx_rodriguez
Found new resource esx_turtle in /UTFIVE/resources//[esx]/esx_turtle
Found new resource esx_addonaccount in /UTFIVE/resources//[esx]/esx_addonaccount
Found new resource esx_dismay in /UTFIVE/resources//[esx]/esx_dismay
Found new resource esx_sit in /UTFIVE/resources//[esx]/esx_sit
Found new resource esx_basicneeds in /UTFIVE/resources//[esx]/esx_basicneeds
Found new resource esx_dockshop in /UTFIVE/resources//[esx]/esx_dockshop
Found new resource esx_optionalneeds in /UTFIVE/resources//[esx]/esx_optionalneeds
Found new resource esx_garbagejob in /UTFIVE/resources//[esx]/esx_garbagejob
Found new resource esx_firejob in /UTFIVE/resources//[esx]/esx_firejob
Found new resource esx_lawyer in /UTFIVE/resources//[esx]/esx_lawyer
Found new resource esx_bus in /UTFIVE/resources//[esx]/esx_bus
Found new resource esx_truck in /UTFIVE/resources//[esx]/esx_truck
Found new resource esx_joblisting in /UTFIVE/resources//[esx]/esx_joblisting
Found new resource esx_mask in /UTFIVE/resources//[esx]/esx_mask
Found new resource esx_phone in /UTFIVE/resources//[esx]/esx_phone
Found new resource esx_irish in /UTFIVE/resources//[esx]/esx_irish
Found new resource esx_coffee in /UTFIVE/resources//[esx]/esx_coffee
Found new resource esx_pizza in /UTFIVE/resources//[esx]/esx_pizza
Found new resource esx_bountyhunter in /UTFIVE/resources//[esx]/esx_bountyhunter
Found new resource esx_bishops in /UTFIVE/resources//[esx]/esx_bishops
Found new resource esx_brinksjob in /UTFIVE/resources//[esx]/esx_brinksjob
Found new resource esx_clip in /UTFIVE/resources//[esx]/esx_clip
Found new resource esx_property in /UTFIVE/resources//[esx]/esx_property
Found new resource esx_holdup in /UTFIVE/resources//[esx]/esx_holdup
Found new resource esx_dmvschool in /UTFIVE/resources//[esx]/esx_dmvschool
Found new resource esx_unicornjob in /UTFIVE/resources//[esx]/esx_unicornjob
Found new resource esx_menu_default in /UTFIVE/resources//[esx]/esx_menu_default
Found new resource esx_airlines in /UTFIVE/resources//[esx]/esx_airlines
Found new resource esx_bennys in /UTFIVE/resources//[esx]/esx_bennys
Found new resource esx_ranger in /UTFIVE/resources//[esx]/esx_ranger
Found new resource esx_eden_garage in /UTFIVE/resources//[esx]/esx_eden_garage
Found new resource esx_ambulancejob in /UTFIVE/resources//[esx]/esx_ambulancejob
Found new resource esx_lscustom in /UTFIVE/resources//[esx]/esx_lscustom
Found new resource esx_coastguard in /UTFIVE/resources//[esx]/esx_coastguard
Found new resource esx_rpchat in /UTFIVE/resources//[esx]/esx_rpchat
Found new resource spawnmanager in /UTFIVE/resources//[system]/spawnmanager
Found new resource hardcap in /UTFIVE/resources//[system]/hardcap
Found new resource ■■■■■■■ in /UTFIVE/resources//[system]/■■■■■■■
Found new resource scoreboard in /UTFIVE/resources//[system]/scoreboard
Found new resource chat in /UTFIVE/resources//[system]/chat
Found new resource sessionmanager in /UTFIVE/resources//[system]/sessionmanager
Found new resource baseevents in /UTFIVE/resources//[system]/baseevents
Found new resource esplugin_mysql in /UTFIVE/resources//[essentials]/esplugin_mysql
Found new resource es_camera in /UTFIVE/resources//[essentials]/es_camera
Found new resource es_admin2 in /UTFIVE/resources//[essentials]/es_admin2
Found new resource obituary-deaths in /UTFIVE/resources//[gameplay]/obituary-deaths
Found new resource obituary in /UTFIVE/resources//[gameplay]/obituary
Found new resource channelfeed in /UTFIVE/resources//[gameplay]/channelfeed
Found new resource irc in /UTFIVE/resources//[gameplay]/irc
Found new resource tesla-x in /UTFIVE/resources//[carpacks]/tesla-x
Found new resource audi a8 in /UTFIVE/resources//[carpacks]/audi a8
Resource loading for audi%20a8 failed:
Could not open resource metadata file /UTFIVE/resources//[carpacks]/audi a8/__resource.lua.
Found new resource huracan in /UTFIVE/resources//[carpacks]/huracan
Found new resource 1310 in /UTFIVE/resources//[carpacks]/1310
Found new resource mclaren in /UTFIVE/resources//[carpacks]/mclaren
Found new resource e46 in /UTFIVE/resources//[carpacks]/e46
Resource loading for e46 failed:
Could not open resource metadata file /UTFIVE/resources//[carpacks]/e46/__resource.lua.
Found new resource i8 in /UTFIVE/resources//[carpacks]/i8
Found new resource ferrary in /UTFIVE/resources//[carpacks]/ferrary
Started resource sessionmanager
Listening on socket failed - libuv error address already in use.
net-tcp-server failed to create server: couldn't listenCould not bind MultiplexTcpServer to 0.0.0.0:30120.
Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
Started resource scoreboard
Started resource customchat
Started resource essentialmode
Started resource es_admin2
Started resource es_camera
Started resource esplugin_mysql
Started resource es_extended
Started resource fivem
Started resource hardcap
Started resource mapmanager
Loaded MySQLAsync.net, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_425680767
Instantiated instance of script MySQLAsync.MySQLAsync.
Loaded MySqlConnector, Version=0.26.0.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_425680767
Loaded System.Threading.Tasks.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 into ScriptDomain_425680767
Started resource mysql-async
Started resource ■■■■■■■
Started resource spawnmanager
Started resource baseevents
Started resource bob74_ipl
Started resource commands
Started resource coloredhud
CRON STARTED [21:13]
Started resource cron
Started resource deleteveh
Started resource fivem-map-skater
Started resource idoverhead
Started resource instance
Started resource Material_Load-Loading-Screen
Started resource NoDriveBy
Started resource outlawalert
Started resource PvP
Started resource skinchanger
Started resource streetLabel
Started resource xmas
Started resource VK_main
Started resource wk_vehdamage
Started resource markertp
Started resource new_banking
Started resource esx_addonaccount
Started resource esx_phone
Started resource esx_addoninventory
Started resource esx_AdvancedFuel
Started resource esx_aiomenu
Started resource esx_ambulancejob
Started resource esx_animations
Started resource esx_barbershop
Started resource esx_basicneeds
Started resource esx_billing
Started resource esx_carwash
Started resource esx_clotheshop
Started resource esx_datastore
Started resource esx_deliveryjob
Started resource esx_dmvschool
Started resource esx_drugs
Started resource esx_eden_garage
Started resource esx_firejob
Started resource esx_holdup
Started resource esx_identity
Started resource esx_petshop
Started resource esx_joblisting
Started resource esx_jobs
Started resource esx_license
Started resource esx_lscustom
Started resource esx_mask
Started resource esx_mecanojob
Started resource esx_menu_default
Started resource esx_menu_dialog
Started resource esx_menu_list
Started resource esx_policejob
Started resource esx_property
Started resource esx_realestateagentjob
Started resource esx_service
Started resource esx_shops
Started resource esx_sit
Started resource esx_skin
Started resource esx_society
Started resource esx_status
Started resource esx_taxijob
Started resource esx_truckerjob
Started resource esx_vehicleshop
Started resource esx_voice
Started resource esx_weashops
Started resource esx_brinksjob
Started resource esx_gopostal
Started resource esx_holdupbank
Started resource esx_airlines
Started resource esx_optionalneeds
Started resource esx_mafia
Started resource esx_rebel
Started resource esx_coffee
Started resource esx_securityjob
Started resource esx_pizza
Started resource esx_slotmachine
Started resource esx_bennys
Started resource esx_garbagejob
Started resource esx_tattoosShops
Started resource esx_ranger
Started resource esx_traffic
Started resource esx_clip
Started resource esx_unicornjob
Started resource esx_bus
Started resource esx_dockshop
Started resource esx_coastguard
Started resource esx_lsd-master
Started resource esx_turtle
Started resource esx_irish
Started resource esx_rodriguez
Started resource esx_rpchat
Started resource esx_pearl
Started resource esx_bishops
Started resource esx_lawyer
Started resource esx_bountyhunter
Started resource esx_litter
Started resource esx_dismay
Started resource esx_truck
Started resource esx_grove
Started resource 2014_CHP_BMW
Started resource cars
Started resource pdmegapack
Started resource EMSPack
Started resource sfjrp_bcsopack
Started resource doomsday_vehicles
Started resource viktoraddoncars
Started resource Captain14_LSPD
Started resource unmarked
Started resource sfjrp_bcso
Started resource pol718
Started resource polaventa
Started resource pack1
Started resource carhud
Started resource guns
Started resource handsup
Started resource hospital
Jailer by Albo1125 (LUA, FXServer, FiveM).
Started resource Jailer
Started resource knockout
WolfKnight's Crouch Script Loaded.
Started resource LEOAnimations
Started resource lux_vehcontrol
Started resource peds
Started resource pointing
Started resource pv-tow
Started resource vengine
Started resource wk_wrs
Started resource vehcontrol
Started resource PTTPoliceRadio
Started resource disclaimer
Started resource missionrow
Started resource welcome
Started resource marker
Started resource eden_jail
Started resource timesync
Loaded starPursuitServer.net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_838179573
Instantiated instance of script starPursuitServer.starPursuitServer.
Loaded starPursuitShared.net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_838179573
Started resource starPursuit
Started resource speedo
Started resource clothes
Started resource hat
Started resource drop
Started resource elm
Started resource brock
Started resource eden_accesories
Started resource nos
Started resource COLOR
Started resource chopshop
Started resource CarCommand
Started resource ferrary
Started resource huracan
Started resource i8
Started resource 1310
Started resource tesla-x
Could not open myLogo.png for reading.
Authenticating server license key...
Server license key authentication succeeded. Welcome!
cfx> Sending heartbeat to live-internal.fivem.net:30110

Current version: 5.0.0
Updater version: <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Object not found!</title>
<link rev="made" href="mailto:%5bno%20address%20given%5d" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Object not found!</h1>
<p>


    The requested URL was not found on this server.



    If you entered the URL manually please check your
    spelling and try again.



</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:%5bno%20address%20given%5d">webmaster</a>.

</p>

<h2>Error 404</h2>
<address>
  <a href="/">fivem.online</a><br />
  <span>Apache</span>
</address>
</body>
</html>




hitch warning: frame time of 821 milliseconds
Loaded System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 into ScriptDomain_425680767
hitch warning: frame time of 2505 milliseconds
Killed

1 Like

Perhaps change the IP In sever.cfg.

1 Like

Thanks you a lot!

Same problem :frowning:

Are you sure that they have opend that port?

Open a port means what?

Restart the VPS

I tried

I resolved! If you have the same problem, let 0.0.0.0:30120 in the server.cfg!

What do you by let?

This is probably not even relevant anymore as it’s a week old, but I’m guessing it may be a measure from the VPS hoster to kill any high-CPU/Resource usage process automatically. You may want to check if your hoster actually allows gameservers in their TOS/AUP.