You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where it is using EpicApp=PalServer to list the server as a community server. This was the method to do so until the most recent PalWorld dedicated server update, which now has the flag -publiclobby instead.
Note that, on the arguments page, players, publicip and publicport are all able to be configured in PalWorldServer.ini, and do not need to be start parameters. While it doesn't list it, queryport is still a start parameter, and necessary when hosting multiple servers to change the steam/query port.
In addition, a configuration from the PalWorldSettings.ini file was migrated to a start parameter (and isn't listed on the tech guide currently). -rcon enables rcon with the default port 25575 -rconport=#### sets the rcon port
The RCON configuration settings in PalWorldSettings.ini file are no longer functional. (RCONEnabled=False,RCONPort=25575)
RCON is optional, and does not need to be enabled to function, but to use RCON now, it requires the arguments on startup
suggested changes:
add
## To enable RCON, provide a port number here. The default port is 25575. The AdminPassword setting in PalWorldServer.ini configures the RCON password, and for elevation in game.
rconport=""
change the startparameters to:
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://tech.palworldgame.com/settings-and-operation/arguments
startparameters="-publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'${rconport:+ -rcon -rconport='${rconport}'}"
Relevant log output
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered:
User story
As a server admin, I want my Palworld Dedicated Server to be listed in the community server, or for RCON to be configurable
Game
Palworld
Linux distro
Ubuntu 22.04
Command
command: start
Further information
In the pwserver _default.cfg file, the following is shown in the start parameters
where it is using
EpicApp=PalServer
to list the server as a community server. This was the method to do so until the most recent PalWorld dedicated server update, which now has the flag-publiclobby
instead.This is seen in both the Configure for community server and Configure the server pages on the tech pages.
https://tech.palworldgame.com/getting-started/deploy-community-server
https://tech.palworldgame.com/settings-and-operation/arguments
Note that, on the arguments page, players, publicip and publicport are all able to be configured in PalWorldServer.ini, and do not need to be start parameters. While it doesn't list it, queryport is still a start parameter, and necessary when hosting multiple servers to change the steam/query port.
In addition, a configuration from the PalWorldSettings.ini file was migrated to a start parameter (and isn't listed on the tech guide currently).
-rcon
enables rcon with the default port 25575-rconport=####
sets the rcon portThe RCON configuration settings in PalWorldSettings.ini file are no longer functional. (
RCONEnabled=False,RCONPort=25575
)RCON is optional, and does not need to be enabled to function, but to use RCON now, it requires the arguments on startup
suggested changes:
add
change the startparameters to:
Relevant log output
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: