LinuxGSM icon indicating copy to clipboard operation
LinuxGSM copied to clipboard

[Bug]: Palworld doesn't appear in server list but it's possible to connect directly with ip

Open bluenor opened this issue 1 year ago • 3 comments

User story

I would like the server appear in server list

Game

Palworld

Linux distro

RedHat 7, Other

Command

command: start

Further information

I have a problem with the Palworld server. I noticed right away, even without entering any parameters in the cfg configuration file, that the server was not visible in any way.

When I enter the ip-address and port in the bottom right hand corner it lets me in but if I search for it it won't let me in.

If I search for it once in the recent servers I find it but if I try to enter from there it won't let me in.

Basically it does not show me the server in the list of servers and only lets me in if I manually enter the ip and port in the bottom right-hand corner.

Relevant log output

Startup Options in Palworld/lgsm/config-lgsm/pwserver/pwserver.cfg

startparameters="EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -queryport=27015 -RCONEnabled=True"

Ports:

ss -tuplwn | grep PalServer-Linux
udp    UNCONN     0      0         *:8211                  *:*                   users:(("PalServer-Linux",pid=4751,fd=42))
udp    UNCONN     0      0         *:27015                 *:*                   users:(("PalServer-Linux",pid=4751,fd=22))
tcp    LISTEN     0      1         *:1985                  *:*                   users:(("PalServer-Linux",pid=4751,fd=43))
tcp    LISTEN     0      128    127.0.0.1:42543                 *:*                   users:(("PalServer-Linux",pid=4751,fd=16))

Steps to reproduce

pwserver start

bluenor avatar Jan 25 '24 14:01 bluenor

This is a known error because there are currently too many servers for the list to handle.

Ceddicedced avatar Jan 25 '24 18:01 Ceddicedced

Are you able to connect to your server using "recent servers"? I noticed serverlist only works if you set the correct publicip & publicport in the gameserver config file aswell.

PlayMTL avatar Feb 03 '24 11:02 PlayMTL

Are you able to connect to your server using "recent servers"? I noticed serverlist only works if you set the correct publicip & publicport in the gameserver config file aswell.

The recent update 1) Made a change to a startup param 2) Fixed the SEARCH

Remove, if used, the EpicApp & app PublicLobby (don't believe the PublicIP is necessary, but haven't cared to re-test since it's showing these days :P ):

##################################
######## Common Settings #########
##################################
# PLACE GLOBAL SETTINGS HERE
## These settings will apply to all instances.

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux
startparameters="-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publiclobby -port=8211 -queryport=8212 rconport=8213 -publicport=8211 -publicip=45.27.239.93"

irobot73 avatar Mar 07 '24 15:03 irobot73