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