Palworld server settings explained

Palworld's dedicated server has over 60 configurable settings in PalWorldSettings.ini. The defaults are balanced for a slow-paced singleplayer experience. Most multiplayer servers adjust at least a dozen settings to make the game more enjoyable in a group. This guide explains what each important setting does and gives recommended values.

Where to find the config

The settings file is at Pal/Saved/Config/LinuxServer/PalWorldSettings.ini (or WindowsServer on Windows). On the HostValues game panel, open the Files tab and navigate to this path. All settings go inside the [/Script/Pal.PalGameWorldSettings] section on a single line starting with OptionSettings=(...).

XP and progression

SettingDefaultRecommendedWhat it does
ExpRate1.02.0 to 5.0XP multiplier for all actions. Higher means faster leveling.
PalCaptureRate1.01.5 to 2.0Multiplier for catch chance. At 2.0 you need roughly half the spheres.
PalSpawnNumRate1.01.0 to 1.5How many Pals spawn in the world. Higher means more encounters but more server load.

Damage and difficulty

SettingDefaultWhat it does
PlayerDamageRateAttack1.0Damage players deal. Increase for easier combat.
PlayerDamageRateDefense1.0Damage players receive. Decrease for less punishing combat.
PalDamageRateAttack1.0Damage your Pals deal.
PalDamageRateDefense1.0Damage your Pals receive.
DeathPenalty1 (items)0 = drop nothing, 1 = drop items, 2 = drop items and Pals.

Gathering and crafting

SettingDefaultRecommended
CollectionDropRate1.02.0 to 3.0. Resources dropped per node.
CollectionObjectHpRate1.00.5 to 1.0. Node health. Lower means faster gathering.
WorkSpeedRate1.01.5 to 2.0. How fast Pals work at stations.

Breeding and eggs

SettingDefaultWhat it does
PalEggDefaultHatchingTime72.0Hatching time in hours. Set to 1.0 to 5.0 for reasonable times.

Base and guild

SettingDefaultWhat it does
BaseCampMaxNum3Bases per guild. Raise to 5 or more for building-focused servers.
BaseCampWorkerMaxNum15Pals working per base. More Pals = more server load.
GuildPlayerMaxNum20Players per guild.

PvP settings

  • bEnablePlayerToPlayerDamage: true for PvP, false for PvE.
  • bEnableFriendlyFire: whether guild members can hit each other.
  • bIsMultiplay: must be true for multiplayer.

Performance tips

  • Keep PalSpawnNumRate at 1.0 or lower on servers with limited RAM.
  • Lower BaseCampWorkerMaxNum to 10 if you have many guilds.
  • Set DropItemAliveMaxHours to 1.0 to clean up dropped items faster.

Do I need to restart the server after changing settings?

Yes. Settings are read at startup. Save the file, stop the server, and start it again.

Can players override server settings?

No. The server settings override everything. Players cannot change difficulty or rates from their client.

What if I use a wrong value?

The server will either ignore the setting or use the default. It will not crash from an invalid number, but extreme values (XP rate of 1000) will break the progression.

Adjust all settings on your Palworld server through the game panel at HostValues.


Still stuck? Open a support ticket and our team will help you out.

Back to the blog