{"id":17997,"date":"2025-01-01T14:25:52","date_gmt":"2025-01-01T11:25:52","guid":{"rendered":""},"modified":"2026-02-09T05:55:34","modified_gmt":"2026-02-09T02:55:34","slug":"ubuntu-19-fivem-sunucusu-kurma","status":"publish","type":"post","link":"https:\/\/eniyisunucum.com\/bilgi\/ubuntu-19-fivem-sunucusu-kurma\/","title":{"rendered":"Ubuntu 19 FiveM Sunucusu Kurma"},"content":{"rendered":"<p>Ubuntu 19 Fivem Server Kurulumu<\/p>\n<p>\u00d6ncelikle <a href=\"https:\/\/eniyisunucum.com\/fivem-sunucu\">Fivem server<\/a> hizmetiniz yok ise t\u0131klayarak sat\u0131n alabilirsiniz.<\/p>\n<p>Kuruluma Ba\u015flayal\u0131m<\/p>\n<p>\u0130lk olarak i\u015fletim sistemini g\u00fcncellemeniz gereklidir. A\u015f\u015fa\u011f\u0131daki komutlar\u0131 kullanarak i\u015fletim sisteminizi g\u00fcncelleyebilirsiniz.<\/p>\n<pre><code>sudo apt-get update\nsudo apt-get upgrade<\/code><\/pre>\n<p>Kurulum i\u00e7in a\u015f\u015fa\u011f\u0131daki portlara g\u00fcvenlik duvar\u0131 \u00fczerinden izin vermeniz gereklidir.<\/p>\n<ul>\n<li><code>30120<\/code>\u00a0TCP &amp; UDP<\/li>\n<li><code>30110<\/code>\u00a0TCP &amp; UDP<\/li>\n<\/ul>\n<p>Ubuntu 19 \u00fczerinde g\u00fcvenlik duvar\u0131 olarak UFW Kullan\u0131lmaktad\u0131r, UFW ile izin vermek i\u00e7in a\u015f\u015fa\u011f\u0131daki komutlar\u0131 kullanabilirsiniz.<\/p>\n<pre><code>sudo ufw allow 30120\nsudo ufw allow 30110<\/code><\/pre>\n<p>Kurulum<\/p>\n<p>\u0130lk olarak fivem dosyalar\u0131 i\u00e7in bir dosya dizini olu\u015fturmam\u0131z gereklidir.<\/p>\n<pre><code>mkdir ~\/fivem_server \ncd ~\/fivem_server<\/code><\/pre>\n<p>Sonras\u0131nda\u00a0<a href=\"https:\/\/runtime.fivem.net\/artifacts\/fivem\/build_proot_linux\/master\/\" target=\"_blank\" rel=\"nofollow noopener\">https:\/\/runtime.fivem.net\/artifacts\/fivem\/build_proot_linux\/master\/\u00a0<\/a>adresinden size en uygun s\u00fcr\u00fcm\u00fc sunucunuza wget komutu ile y\u00fckleyebilirsiniz.<\/p>\n<p>Dizine gerekli dosyalar\u0131 indirdikten sonra<\/p>\n<pre><code>tar -xvf fx.tar.xz komutu ile t\u00fcm dosyalar\u0131 unrar yapabilirsiniz.<\/code><\/pre>\n<p>Art\u0131k i\u015fimize yaramayaca\u011f\u0131 i\u00e7in fx.tar.xz dosyas\u0131n\u0131 a\u015f\u015fa\u011f\u0131daki komut ile siliniz.<\/p>\n<pre><code>rm fx.tar.xz <\/code><\/pre>\n<p>Sonras\u0131nda cfx-server-data dosyalar\u0131n\u0131 sunucu dosyalar\u0131 klas\u00f6r\u00fcn\u00fcn d\u0131\u015f\u0131ndaki bir klas\u00f6re klonlay\u0131n.<\/p>\n<pre><code>git clone https:\/\/github.com\/citizenfx\/cfx-server-data ~\/fivem_resources<\/code><\/pre>\n<p>Sunucunuz y\u00fcklendi fakat \u015fuan haz\u0131r de\u011fil.<\/p>\n<p>Fivem sitesi \u00fczerinden bir lisans alman\u0131z ve server.cfg dosyas\u0131na eklemeniz gereklidir.<\/p>\n<pre><code>nano ~\/fivem_resources\/server.cfg<\/code><\/pre>\n<p>yukar\u0131daki komutu kullanarak a\u015f\u015fa\u011f\u0131da verece\u011fimiz komut sat\u0131r\u0131n\u0131 ilgili dosyaya yap\u0131\u015ft\u0131r\u0131n.<\/p>\n<pre><code># Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.\nendpoint_add_tcp \"0.0.0.0:30120\"\nendpoint_add_udp \"0.0.0.0:30120\"\n\n# These resources will start by default.\nensure mapmanager\nensure chat\nensure spawnmanager\nensure sessionmanager\nensure fivem\nensure hardcap\nensure rconlog\nensure scoreboard\n\n# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.\n# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.\nsv_scriptHookAllowed 0\n\n# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password \"YOURPASSWORD\"\n#rcon_password \"\"\n\n# A comma-separated list of tags for your server.\n# For example:\n# - sets tags \"drifting, cars, racing\"\n# Or:\n# - sets tags \"roleplay, military, tanks\"\nsets tags \"default\"\n\n# Set an optional server info and connecting banner image url.\n# Size doesn't matter, any banner sized image will be fine.\n#sets banner_detail \"https:\/\/url.to\/image.png\"\n#sets banner_connecting \"https:\/\/url.to\/image.png\"\n\n# Set your server's hostname\nsv_hostname \"FXServer, but unconfigured\"\n\n# Nested configs!\n#exec server_internal.cfg\n\n# Loading a server icon (96x96 PNG file)\n#load_server_icon myLogo.png\n\n# convars which can be used in scripts\nset temp_convar \"hey world!\"\n\n# Uncomment this line if you do not want your server to be listed in the server browser.\n# Do not edit it if you *do* want your server listed.\n#sv_master1 \"\"\n\n# Add system admins\nadd_ace group.admin command allow # allow all commands\nadd_ace group.admin command.quit deny # but don't allow quit\nadd_principal identifier.steam:110000100000000 group.admin # add the admin to the group\n\n# Hide player endpoints in external log output.\nsv_endpointprivacy true\n\n# Server player slot limit (must be between 1 and 32, unless using OneSync)\nsv_maxclients 32\n\n# License key for your server (https:\/\/keymaster.fivem.net)\nsv_licenseKey replaceThisWithYourLicenseKey<\/code><\/pre>\n<p>Sunucuyu ba\u015flatmak.<\/p>\n<p>Sunucuyu ba\u015flatmak i\u00e7in runserver.sh komutunu kullanarak <a href=\"https:\/\/fivem.net\/\" rel=\"nofollow noopener\" target=\"_blank\">fivem<\/a> sunucunuza start verebilirsiniz.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu 19 Fivem Server Kurulumu \u00d6ncelikle Fivem server hizmetiniz yok ise t\u0131klayarak sat\u0131n alabilirsiniz. Kuruluma Ba\u015flayal\u0131m \u0130lk olarak i\u015fletim sistemini g\u00fcncellemeniz gereklidir. A\u015f\u015fa\u011f\u0131daki komutlar\u0131 kullanarak i\u015fletim sisteminizi g\u00fcncelleyebilirsiniz. sudo apt-get update sudo apt-get upgrade Kurulum i\u00e7in a\u015f\u015fa\u011f\u0131daki portlara g\u00fcvenlik duvar\u0131 \u00fczerinden izin vermeniz gereklidir. 30120\u00a0TCP &amp; UDP 30110\u00a0TCP &amp; UDP Ubuntu 19 \u00fczerinde g\u00fcvenlik duvar\u0131 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-17997","post","type-post","status-publish","format-standard","hentry","category-genel"],"_links":{"self":[{"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/posts\/17997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/comments?post=17997"}],"version-history":[{"count":3,"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/posts\/17997\/revisions"}],"predecessor-version":[{"id":18656,"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/posts\/17997\/revisions\/18656"}],"wp:attachment":[{"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/media?parent=17997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/categories?post=17997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eniyisunucum.com\/bilgi\/wp-json\/wp\/v2\/tags?post=17997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}