· 6 years ago · Mar 28, 2020, 04:44 PM
1# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
2endpoint_add_tcp "0.0.0.0:30120"
3endpoint_add_udp "0.0.0.0:30120"
4
5# These resources will start by default.
6ensure mapmanager
7ensure chat
8ensure spawnmanager
9ensure sessionmanager
10ensure fivem
11ensure hardcap
12ensure rconlog
13ensure scoreboard
14
15start sessionmanager
16restart sessionmanager
17
18start sessionmanager-rdr3
19
20
21# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
22# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
23sv_scriptHookAllowed 0
24
25# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
26#rcon_password ""
27
28# A comma-separated list of tags for your server.
29# For example:
30# - sets tags "drifting, cars, racing"
31# Or:
32# - sets tags "roleplay, military, tanks"
33sets tags "default"
34
35# A valid locale identifier for your server's primary language.
36# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
37sets locale "root-AQ"
38# please DO replace root-AQ on the line ABOVE with a real language! :)
39
40# Set an optional server info and connecting banner image url.
41# Size doesn't matter, any banner sized image will be fine.
42#sets banner_detail "https://url.to/image.png"
43#sets banner_connecting "https://url.to/image.png"
44
45# Set your server's hostname
46sv_hostname "FXServer, but unconfigured"
47
48# Nested configs!
49#exec server_internal.cfg
50
51# Loading a server icon (96x96 PNG file)
52#load_server_icon myLogo.png
53
54# convars which can be used in scripts
55set temp_convar "hey world!"
56
57# Uncomment this line if you do not want your server to be listed in the server browser.
58# Do not edit it if you *do* want your server listed.
59#sv_master1 ""
60
61# Add system admins
62add_ace group.admin command allow # allow all commands
63add_ace group.admin command.quit deny # but don't allow quit
64add_principal identifier.fivem:1 group.admin # add the admin to the group
65
66# Hide player endpoints in external log output.
67sv_endpointprivacy true
68
69# enable OneSync with default configuration (required for server-side state awareness)
70onesync_enabled false
71
72# Server player slot limit (must be between 1 and 32, unless using OneSync)
73sv_maxclients 32
74
75# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
76# -> replace "" with the key
77set steam_webApiKey ""
78
79# License key for your server (https://keymaster.fivem.net)
80sv_licenseKey rtxpd2zdsx97f1v8glg0emzdvynf4uur