πŸ“™
Simonfas FiveM
  • ⚠️About Simonfas Fivem
    • πŸ›’Shop
    • πŸ”—Discord
  • πŸ“‘EXTRA
    • ❓Questions
    • 🌐Locales
      • πŸ‡ΊπŸ‡²OX LIB Locales
      • πŸ‡ΊπŸ‡ΈNormal Locales
  • Create A Server
    • Getting Started
      • Download Artifacts
      • Setup TxAdmin
  • πŸ–₯️SCRIPTS
    • 🚢Spawn NPC Copy
      • πŸ“½οΈRelease video
      • πŸ“½οΈOX LIB UPDATE
      • 🟒Green Screen
      • πŸ’ƒAnimation Presets
    • πŸšΆβ€β™€οΈSpawn NPC Copy Sample Version
    • 🏎️Drift Script
      • Notify
    • πŸ§₯Refreshskin
    • 🧰Mechanic
    • πŸ›—Elevator
      • Notify
    • πŸš“Job Garage
      • Notify
    • πŸ“±Stausi Tablet
  • πŸ—’οΈFivem Server Files Rework
    • πŸ‡©πŸ‡°[DK] Devo Network Rework
  • 🀩Coming soon
    • πŸ—ƒοΈEvidence
      • Local Databsase
    • πŸ”Restaurant Job
    • 🌳Lumberjack Job
Powered by GitBook
On this page
  • In your "Artifacts" folder, open the file called "FXServer"
  • Give Access to Private and Public Wifi
  • Then in the opend tab on your browser called "txAdmin", link your cfx account to your server. Use the PIN from the FXServer file, if its not automated.
  • Authorize txAdmin
  • Put in your Discord ID/User ID and a backup password. Then Press Register
  • Then press "Next"
  • Then write your server name
  • Then select a Deployment Type (I would recommed Popular Recipes too)
  • In Popular Recipe press on the template/core u want to play with.
  • In this case: "ESX Legacy"
  • Then select the Data Location
  • Press "Change Path"
  • Type in the location for your server folder and press "Save"
  • Then Press "Go to Recipe Deployer"
  • Then Press "Next"
  • Then type in your "License Key" from your keymaster and press "Run Recipe"
  • When its done, then press "Next"
  • In the set tags, setup tags to your server
  • In the sv_hostname "" and sv_projectName, set in the server name without the "ESX Legacy Server" Text
  • sv_maxclients is how many player slots you want, for a development server type in 10
  • locale is your "Country Tag" ex. american (en-US) or french (fr-FR) or danish (da-DK)
  1. Create A Server
  2. Getting Started

Setup TxAdmin

Step 3

PreviousDownload ArtifactsNextSpawn NPC Copy

Last updated 3 months ago

In your "Artifacts" folder, open the file called "FXServer"

Give Access to Private and Public Wifi

Authorize txAdmin

Put in your Discord ID/User ID and a backup password. Then Press Register

Then press "Next"

Then write your server name

Then select a Deployment Type (I would recommed Popular Recipes too)

In Popular Recipe press on the template/core u want to play with.

In this case: "ESX Legacy"

Then select the Data Location

Press "Change Path"

Type in the location for your server folder and press "Save"

Then Press "Go to Recipe Deployer"

Then Press "Next"

When its done, then press "Next"

Then u will get a file like this:

# # # # # # # # # # # # # # # # # # # # # # # # # # #
#    ___ _____  __  _    ___ ___   _   _____   __   #
#   | __/ __\ \/ / | |  | __/ __| /_\ / __\ \ / /   #
#   | _|\__ \>  <  | |__| _| (_ |/ _ \ (__ \ V /    #
#   |___|___/_/\_\ |____|___\___/_/ \_\___| |_|     #
#                                                   #
#     Discord: https://discord.esx-framework.org/   #
#     Website: https://esx-framework.org/           #
#     CFG Docs: https://aka.cfx.re/server-commands  #
# # # # # # # # # # # # # # # # # # # # # # # # # # #


# Editable Settings
# -----------------
# You can edit the following:

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

# Set Tags
sets tags "default, esx, esx legacy, official, roleplay"

# Optional Editable Settings
# --------------------------
# You may edit the following:

sv_licenseKey ""
sv_hostname "MyServerName | ESX Legacy Server"
sets sv_projectName " MyServerName | [ESX Legacy]"
sets sv_projectDesc "The official recipe of the most popular FiveM RP framework, containing Jobs, Housing, Vehicles & more!"
set mysql_connection_string "mysql://root@localhost/ESXLegacy_8245BC?charset=utf8mb4"
load_server_icon esxLogo.png
sv_maxclients 48
sets locale "root-AQ" 
sv_enforceGameBuild 3258
set resources_useSystemChat true

# System Administrators
# ---------------------
# Add system admins

add_principal group.admin group.user
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow
add_principal identifier.fivem:782308 group.admin #Simonfas
add_principal identifier.discord:252803235864117248 group.admin #Simonfas

# pma-voice Config
# ----------------
setr voice_enableRadioAnim 1
setr voice_useNativeAudio true
setr voice_useSendingRangeOnly true

# security-convars
# ----------------
sv_enableNetworkedSounds false
sv_enableNetworkedScriptEntityStates false
sv_enableNetworkedPhoneExplosions false
sv_filterRequestControl 2

# ESX Language (edit to change the language of ESX)
# -----------------------------------------------------------
## Umcomment to set your own locale,
## if not, it will use the language you have selected in txAdmin.
#setr esx:locale "en"

# Default & Standalone Resources
# ------------------------------
ensure chat
ensure hardcap
ensure oxmysql

# ESX Legacy Core
# ----------
ensure [core]

# ESX Addons
# ----------
ensure [standalone]
ensure [esx_addons]

In the set tags, setup tags to your server

In the sv_hostname "" and sv_projectName, set in the server name without the "ESX Legacy Server" Text

sv_maxclients is how many player slots you want, for a development server type in 10

locale is your "Country Tag" ex. american (en-US) or french (fr-FR) or danish (da-DK)

Then in the opend tab on your browser called , link your cfx account to your server. Use the PIN from the FXServer file, if its not automated.

Then type in your "License Key" from your and press "Run Recipe"

"txAdmin"
keymaster