Fivem Sunucu Nasıl Kurulur? Localhost ve Uzak Masaüstü Kurulumu #1

Опубликовано: 31 Март 2026
на канале: # SuperWebSitem
30,356
333

Fivem Sunucu Nasıl Kurulur? Adım Admın Kurulumu Windows #1
Localhost 'a ve Uzak Masaüstü Fivem Roleplay Sunucusu Kurulumu

💡Discord Adresimiz : discord.gg/SbE3dSC3pH

💾 Fivem :
https://fivem.net
💾 Fivem Dökümasyon :
https://docs.fivem.net/docs/
💾 Fivem Server Ayarları :
https://docs.fivem.net/docs/server-ma...
💾 Fivem Server :
https://runtime.fivem.net/artifacts/f...
💾 CFX Sunucu Dosyaları :
https://github.com/citizenfx/cfx-serv...
💾 Steam Api Key :
https://steamcommunity.com/dev/apikey
💾 Fivem Key :
https://keymaster.fivem.net
💾 Hazır Fivem Sunucu : (Sadece key oluştur ve server.cfg dosyasına eklemeniz yeterli olacaktır.)
https://mega.nz/file/oZwV2IzA#fAC3hyS...
💾Örnek Server.cfg interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ensure rconlog
sv_scriptHookAllowed 0
#rcon_password ""
- sets tags "drifting, cars, racing"
sets locale "root-AQ"
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
sv_hostname "FXServer, but unconfigured"
sets sv_projectName "My FXServer Project"
sets sv_projectDesc "Default FXServer requiring configuration"
#load_server_icon myLogo.png
set temp_convar "hey world!"
#sv_master1 ""
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group
set onesync on
sv_maxclients 32
set steam_webApiKey "STEAM-WEB-API"
sv_licenseKey "Fivem-Server-Key"