Skip to content

Instantly share code, notes, and snippets.

@diaverso
Created December 18, 2019 21:14

Revisions

  1. diaverso created this gist Dec 18, 2019.
    40 changes: 40 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    # 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)