Created
December 18, 2019 21:14
-
-
Save diaverso/d4601dd7251dc160eeca5c3bbdb232f4 to your computer and use it in GitHub Desktop.
server.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only. | |
endpoint_add_tcp "0.0.0.0:30125" | |
endpoint_add_udp "0.0.0.0:30125" | |
ensure spawnmanager | |
ensure mapmanager | |
ensure basic-gamemode | |
# A comma-separated list of tags for your server. | |
# For example: | |
# - sets tags "drifting, cars, racing" | |
# Or: | |
# - sets tags "roleplay, military, tanks" | |
sets tags "roleplay" | |
# A valid locale identifier for your server's primary language. | |
# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR" | |
sets locale "en-US" | |
# please DO replace root-AQ on the line ABOVE with a real language! | |
# Set your server's hostname | |
sv_hostname "AtlantisRD" | |
# Add system admins | |
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 | |
# Hide player endpoints in external log output. | |
sv_endpointprivacy true | |
# Server player slot limit (must be between 1 and 32, unless using OneSync) | |
sv_maxclients 32 | |
# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey) | |
# -> replace "" with the key | |
set steam_webApiKey "none" | |
# License key for your server (https://keymaster.fivem.net) | |
sv_licenseKey (Censure) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dc