#How to fix this Error In Linux Server?
1 messages · Page 1 of 1 (latest)
what
you cannot connect to the official globed server while using a gdps
as said on the error
Its same error if using gd official
what version of globed are you using
The lastest
this error should never appear if you are connecting to the main server and are on the latest version
This
look at server logs
it should better say the issue
likely the website masks the client ip with something random
also
actually
if you add this to the config it would fix the issue, but only for non gdps
for gdps im not sure
About this region is the nether?
How to find that json? Is that config.json or not?
Ok i try 
I can't find it
Can you give me an template this json
it automatically generates one when you start the server
I can ask how to get the address in config?
@prisma lily
?
read the server guide fully
Can you give a docs about central conf json please
Adress what for?
the server
How to get that adress?
i cant tell you because that depends on how you are hosting the game server
getting a vps and finding your ip is out of the scope of globed server
How to fix the ? Ms
did you set up the game server and put the correct ip
? Ms means pings to the server aren't working
I have dockerfile
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y
wget curl ca-certificates libssl3 libstdc++6 unzip &&
apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /server
RUN wget https://github.com/GlobedGD/globed2/releases/download/v1.8.5/globed-central-server-x64 -O central-server &&
wget https://github.com/GlobedGD/globed2/releases/download/v1.8.5/globed-game-server-x64 -O game-server &&
chmod +x central-server game-server
COPY server/central-conf.json .
EXPOSE 4201 4202
CMD ./central-server & ./game-server 0.0.0.0:4202 x7K3VY8kSW9RiKr8VYDbp2WCMpvFpNG1
This correct?
the game server arguments are wrong
you aren't passing the url of the central server
and also idk if docker EXPOSE forwards udp but the port 4202 should be forwarded for both tcp and udp
So how to correct argument in CMD?
So this central expose url https://globed2-production-df93.up.railway.app
So this game server expose
tcp proxy
trolley.proxy.rlwy.net:33787