Client/server version mismatch

Server Artifact Version: LATEST ARTIFACT
Operating System (Windows/Linux): Windows
Error screenshot (if any): https://cdn.discordapp.com/attachments/643437916445605889/724396624159440986/unknown.png
Crash files (if any): NONE, cannot access the server.
Server config (server.cfg):

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:30120”

endpoint_add_udp “0.0.0.0:30120”

add_ace resource.redem command.add_principal allow

add_ace resource.redem command.add_ace allow

These resources will start by default.

stop monitor

stop webadmin

ensure spawnmanager

ensure mapmanager

ensure basic-gamemode

ensure chat

ensure sessionmanager-rdr3

ensure fivem

ensure redm-map-one

set es_enableCustomData 1

set mysql_connection_string “server=127.0.0.1;uid=;password=;database=redemrp”

ensure esplugin_mysql

ensure mysql-async

ensure redem

ensure redem_roleplay

ensure redemrp_identity

ensure redemrp_respawn

This allows players to use scripthook-based plugins such as the legacy Lambda Menu.

Set this to 1 to allow scripthook. Do note that this does not guarantee players won’t be able to use external plugins.

sv_scriptHookAllowed 0

Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password “YOURPASSWORD”

#rcon_password “”

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 “fr-CA”

please DO replace root-AQ on the line ABOVE with a real language! :slight_smile:

Set an optional server info and connecting banner image url.

Size doesn’t matter, any banner sized image will be fine.

#sets banner_detail “https://url.to/image.png

#sets banner_connecting “https://url.to/image.png

Set your server’s hostname

sv_hostname “Le Ranch RP”

Nested configs!

#exec server_internal.cfg

Loading a server icon (96x96 PNG file)

#load_server_icon myLogo.png

convars which can be used in scripts

set temp_convar “”

#sv_master1 “”

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
sv_lan true
sv_endpointprivacy true

onesync_enabled false <— true or false doesn’t change anything

sv_maxclients 32

set steam_webApiKey “HIDDEN”

sv_licenseKey HIDDEN
Path to server files: C:\REDM\server-files
Path to cfx-server-data files: C:\REDM\server-data

Describe your issue Client/Server version mismatch on server connection.
What have you tried?
infos in server window when writing gamename :
“gamename” is “rdr3”
default : “gta5”
type : fx::GameName
EDIT : Tried : Loading up the server without any other scripts except the basic ones in my server.cfg ; Updating MYSQL to the lastest version (was 5.X), updating artifact to the latest version ; Deleted complete cache client/server side.

Tried with 5 different people, we all get the same issue

On the artifacts page, don’t use the latest. There is a blue ‘button’ (it’s actually a link) to the ‘latest’ stable pack. That’s what you use to clear up the mismatch

Using same CFG with Latest Recommended (2430)
But Same 0612debea71e8c6f10df0c0b9962e8d15aecfcf6_2_690x115

how did u resolve this issue man?

Use older Server Arti

What server arti do you use?:slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.