Skip to main content

Palworld: Palworld Server Configuration

This guide was created with the following products:

(Details may vary with products from different providers but the main concepts remain the same)

Introduction

Palworld servers come with a wide range of configuration parameters that you can customise to your likings. In this guide, we will explore all of the currently available configuration parameters and explain each in more detail.

Setup Palworld server in just a MINUTE!

Setup Palworld server in just a MINUTE!

Feel like you understand better when you see things in action? We’ve got you! Dive into our video that breaks it all down for you. Whether you're in a rush or just prefer to soak up information in the most engaging way possible!

Accessing your Configuration File

Firstly, you will have to access your configuration file in order to edit any parameters. There are multiple ways to edit this file.

Via Webinterface

The most user-friendly method is by heading over to the Settings section on your game server's webinterface and searching for the appropriate settings there, as seen below:

Server Configuration Options

Enable Xbox Mode

tip

We have a separate Palword (Xbox) game version now available on our Gameservers, which sets this up automatically for you! Check out our Game Change guide to learn how to easily switch your game. Make sure to backup your saves as always.

Palworld dedicated servers now come with the ability to change and function as an Microsoft Store/Xbox dedicated server to allow Xbox players and Microsoft Store PC players to play on their own server together.

note

Cross-play between Steam & Microsoft Store/Xbox game versions is still not possible. Your server can either be set to work for Steam or for Microsoft Store/Xbox.

Access the PalWorldSettings.ini file on your server and add the following snippet to enable Xbox mode:

[/Script/Pal.PalGameWorldSettings]
OptionSettings=(AllowConnectPlatform=Xbox)

Save the file and the next time you launch the server it will be in Xbox mode.

info

On Xbox consoles, you cannot connect directly via the IP Address therefore if you plan to play on Xbox consoles, you will have to make your dedicated server public.

You should also set a server name that can be easily found, view our Server Configuration guide on how to do this.

Important Server Settings

These are server configuration options which are essential for customising your server's listing, protecting it through passwords and more internal settings.

tip

We do not recommending changing the Port or IP settings, as these are automatically configured by the game server. Changing the IP/Port values may potentially break your game server!

Parameter NameExampleDescription
ServerPlayerMaxNum4The max amount of players that can join the server (max 32)
ServerNameZAP-Hosting Docs TestYour server's name
ServerDescriptionThis is a server that we are testing onYour server's description
AdminPasswordctRQvhPAWVHqThe Admin Password used for admin commands
ServerPasswordiLoveZAP!2024Lock the server behind a password (private)
PublicPort8211 (default)The public port the server runs on
PublicIP123.123.123.123Public IP the server runs on
RCONEnabledtrueToggle the use of RCON
RCONPort8222Port number to be used for RCON

After you complete your changes, make sure to save the file where appropriate and restart your server. The next time your server starts up, it will use the settings that you have provided.

Gameplay Configuration Settings

These are less important server configuration options, mostly for altering the gameplay and progression aswell as the map and world that you are playing in.

Parameter NameDescription
DayTimeSpeedRateSet the time speed during the day
NightTimeSpeedRateSet the time speed during the night
ExpRateSet the rate at which you gain experience (XP)
PalCaptureRateRate at which you capture Pals
PalSpawnNumRatePal appearance rate
PalDamageRateAttackDamage from pals multipiler
PalDamageRateDefenseDamage to pals multipiler
PlayerDamageRateAttackDamage from player multipiler
PlayerDamageRateDefenseDamage to player multipiler
PlayerStomachDecreaceRatePlayer hunger depletion rate
PlayerStaminaDecreaceRatePlayer stamina reduction rate
PlayerAutoHPRegeneRatePlayer auto HP regeneration rate
PlayerAutoHpRegeneRateInSleepPlayer sleep HP regeneration rate
PalStomachDecreaceRatePal hunger depletion rate
PalStaminaDecreaceRatePal stamina reduction rate
PalAutoHPRegeneRatePal auto HP regeneration rate
PalAutoHpRegeneRateInSleepPal sleep health regeneration rate (in Palbox)
BuildObjectDamageRateDamage to structure multipiler
BuildObjectDeteriorationDamageRateStructure determination rate
CollectionDropRateGetherable items multipiler
CollectionObjectHpRateGetherable objects HP multipiler
CollectionObjectRespawnSpeedRateGetherable objects respawn interval
EnemyDropItemRateDropped Items Multipiler
DeathPenaltyDeath penalty (None/Item)
GuildPlayerMaxNumMax player of Guild
PalEggDefaultHatchingTimeTime(h) to incubate massive egg

After you complete your changes, make sure to save the file where appropriate and restart your server. The next time your server starts up, it will use the settings that you have provided.