Cant connect on local direct conneect

GTA V version? lastest
Up to date? yes
Legit or Pirate copy? legit
Steam/CD/Social Club? steam
Windows version? server 2012
Did you try to delete caches.xml and try again? no
Error screenshot (if any)
System specifications windows server 2012, simple vps
What did you do to get this issue? nothing
What server did you get this issue on? my own server
CitizenFX.log file
[ 531] Started resource sessionmanager
[ 531] Authenticating server license key…
[ 547] Resolved live-internal.fivem.net:30110 to 62.210.162.18:30110
[ 1219] Server license key authentication succeeded. Welcome!
[ 1500] Sending heartbeat to live-internal.fivem.net:30110
[ 0] Initializing Mono
[ 16] Initializing Mono completed
[ 32] Hello!
[ 219] Found new resource fivem in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//fivem
[ 235] Found new resource fivem-awesome1501 in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//fivem-awesome1501
[ 250] Found new resource fivem-map-hipster in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//fivem-map-hipster
[ 250] Found new resource fivem-map-skater in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//fivem-map-skater
[ 250] Found new resource runcode in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//runcode
[ 282] Found new resource race in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gamemodes]/race
[ 282] Found new resource race-test in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gamemodes]/race-test
[ 297] Found new resource channelfeed in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gameplay]/channelfeed
[ 297] Found new resource irc in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gameplay]/irc
[ 313] Found new resource obituary in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gameplay]/obituary
[ 313] Found new resource obituary-deaths in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gameplay]/obituary-deaths
[ 328] Found new resource playernames in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[gameplay]/playernames
[ 328] Found new resource mapmanager in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[managers]/mapmanager
[ 344] Found new resource baseevents in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/baseevents
[ 360] Found new resource chat in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/chat
[ 360] Found new resource hardcap in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/hardcap
[ 360] Found new resource ■■■■■■■ in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/■■■■■■■
[ 375] Found new resource scoreboard in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/scoreboard
[ 375] Found new resource sessionmanager in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/sessionmanager
[ 391] Found new resource spawnmanager in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[system]/spawnmanager
[ 391] Found new resource betaguns in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[test]/betaguns
[ 407] Found new resource gameInit in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[test]/gameInit
[ 407] Found new resource keks in C:/Users\Administrator\Desktop\gta\cfx-server-data-master/resources//[test]/keks
[ 469] Started resource sessionmanager
[ 469] Authenticating server license key…
[ 485] Resolved live-internal.fivem.net:30110 to 62.210.162.18:30110
[ 1094] Server license key authentication succeeded. Welcome!
[ 1203] Sending heartbeat to live-internal.fivem.net:30110

Im trying direct connect to my own server and doesn’t connect. My ports are avaible and server on.
My 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”

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start playernames

sv_scriptHookAllowed 0

change this

#rcon_password yay

sv_hostname “My new FXServer!”

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

remove the # to hide player endpoints in external log output

#sv_endpointprivacy true

server slots limit (must be between 1 and 31)

sv_maxclients 30

license key for server (https://keymaster.fivem.net)

sv_licenseKey removed

Do you have firewall exlusions or the port to your server for a custom port?

Yes, i turned firewall off

dont turn it off, add rules in yoyr firewall for full connection acsess for UDP and TCp for fivem .exe

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