Cam`t connect to my server

Hey Community,

I`ve set up a Server with help of How to setup a RedM Server

Now i`ve the Problem, that i can connect to server, but in loading screen my game said there is no connection to Rockstar servers (0x0000123).

On my Root the ports are open

my server.cfg:

Only change the IP if you’re using a server with multiple network interfaces, otherwise change the port only.

endpoint_add_tcp “x.x.x.x:30120”
endpoint_add_udp “x.x.x.x:30120”

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 “testserver”

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 “de-DE”

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

Set your server’s hostname

sv_hostname “testserver”

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 “censored”

License key for your server (https://keymaster.fivem.net)

sv_licensekey “censored”

Console after starting:

./run.sh +exec server.cfg +set gamename rdr3
Creating script environments for _cfx_internal
Found new resource monitor in /server-files/alpine/opt/cfx-server/citizen//system_resources//monitor
Found new resource webadmin in /server-files/alpine/opt/cfxserver/citizen//system_resources//webadmin
Couldn’t find resource sessionmanager-rdr3.
Creating script environments for monitor
Started resource monitor
Couldn’t find resource spawnmanager.
Couldn’t find resource mapmanager.
Couldn’t find resource basic-gamemode.
Authenticating server license key…
cfx> Server license key authentication succeeded. Welcome!
fff
cccc ff xx xx rr rr eee
cc ffff xx rrr r ee e
cc ff xx … rr eeeee
ccccc ff xx xx … rr eeeee

Authenticated with cfx.re Nucleus: https://xxx-ypeyym.users.cfx.re/
– [server notice: hostname_rework]
You don’t have sv_projectName/sv_projectDesc set.
These variables augment sv_hostname and fix your server name being cut off in th e server list.
Use sets sv_projectName .. and sets sv_projectDesc .. to set them.

– [server notice: tebex_not_set]

Monetize your server using Tebex! Visit https://tebex.io/fivem for more info.

Sending heartbeat to https://servers-ingress-live.fivem.net/ingress

“Unable to connect to Rockstar game services” - RedM Server Development / Server Support - Cfx.re Community

Seems working … but now i have an endless loading screen without an error :frowning:

Solved:

Added Canary to citizenfx.ini

Screenshots?

wich screens you want? my Problem is solved … this one actually xD

Of how you fixed the errors. Mine still keep coming up ive tryed everything lol bouta yeet my head threw a wall here soon lmao

for Step 1 do you have a redm server by a provider or self hosted?

if self hosted you have to start the server from /server-files/ (in my case : start — ImgBB )

for step 2 the infinte scrren

you have to add “UpdateChannel=canary” (canary — ImgBB) in your citizenfx.ini (found on c:\Users\yourname\AppData\Local\RedM\RedM Application Data\CitizenFX.ini) → citizenfx — ImgBB