#How to fix this Error In Linux Server?

1 messages · Page 1 of 1 (latest)

plain nimbus
#

I host linux server based but this response Error i have no idea for this error because i don't know i not mastery in c++ 😅

#

Someone help me 😔

#

Possible in GDPS?

prisma lily
#

you cannot connect to the official globed server while using a gdps

#

as said on the error

plain nimbus
#

Its same error if using gd official

prisma lily
#

what version of globed are you using

plain nimbus
#

The lastest

prisma lily
#

this error should never appear if you are connecting to the main server and are on the latest version

prisma lily
#

it should better say the issue

#

likely the website masks the client ip with something random

plain nimbus
prisma lily
#

also

#

actually

#

if you add this to the config it would fix the issue, but only for non gdps

#

for gdps im not sure

plain nimbus
#

About this region is the nether?

prisma lily
#

that's the default yeah

#

you can change it to whatever

plain nimbus
prisma lily
#

yes

#

well

#

central-conf.json

plain nimbus
#

Ok i try Lobotomy

plain nimbus
prisma lily
#

well

#

that's on you

#

it's in the same folder as the server executable

plain nimbus
prisma lily
plain nimbus
#

@prisma lily

prisma lily
#

read the server guide fully

plain nimbus
#

Can you give a docs about central conf json please

plain nimbus
prisma lily
#

the server

prisma lily
plain nimbus
#

How to get that adress?

prisma lily
#

getting a vps and finding your ip is out of the scope of globed server

prisma lily
#

? Ms means pings to the server aren't working

plain nimbus
# prisma lily did you set up the game server and put the correct ip

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?

prisma lily
#

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

plain nimbus
#

So how to correct argument in CMD?

prisma lily
#

i don't rly know this service

#

can't say

#

idk if it supports tcp and udp