paldb.gg
English

Palworld server settings

All 120 of them, with the default the game actually ships. The in-game menu shows a fraction of this list — the rest only exist if you edit the file, and several of the most useful ones (how many bases a guild gets, what you drop on death, whether raids happen at all) are in that hidden majority.

Where to put them

The file you edit is Pal/Saved/Config/LinuxServer/PalWorldSettings.ini on Linux, or WindowsServer in place of LinuxServer. Editing DefaultPalWorldSettings.ini does nothing — it is a sample, and the file says so in its own first line. Every value below is that sample’s default.

Difficulty and rates

SettingDefault
DifficultyNone
RandomizerTypeNone
RandomizerSeed(empty)
bIsRandomizerPalLevelRandomFalse
DayTimeSpeedRate1
NightTimeSpeedRate1
ExpRate1
PalCaptureRate1
PalSpawnNumRate1
WorkSpeedRate1
CollectionDropRate1
CollectionObjectHpRate1
CollectionObjectRespawnSpeedRate1
EnemyDropItemRate1
ItemWeightRate1
EquipmentDurabilityDamageRate1
ItemCorruptionMultiplier1
MonsterFarmActionSpeedRate1
PalEggDefaultHatchingTime1

Damage

SettingDefault
PalDamageRateAttack1
PalDamageRateDefense1
PlayerDamageRateAttack1
PlayerDamageRateDefense1
BuildObjectHpRate1
BuildObjectDamageRate1
BuildObjectDeteriorationDamageRate1

Survival and regeneration

SettingDefault
PlayerStomachDecreaceRate1
PlayerStaminaDecreaceRate1
PlayerAutoHPRegeneRate1
PlayerAutoHpRegeneRateInSleep1
PalStomachDecreaceRate1
PalStaminaDecreaceRate1
PalAutoHPRegeneRate1
PalAutoHpRegeneRateInSleep1

Death and penalties

SettingDefault
DeathPenaltyItem
bPalLostFalse
bHardcoreFalse
bCharacterRecreateInHardcoreFalse
bCanPickupOtherGuildDeathPenaltyDropFalse
bEnableNonLoginPenaltyTrue
BlockRespawnTime5
RespawnPenaltyDurationThreshold0
RespawnPenaltyTimeScale2

Bases and building

SettingDefault
BaseCampMaxNum128
BaseCampWorkerMaxNum15
BaseCampMaxNumInGuild4
MaxBuildingLimitNum0
bBuildAreaLimitFalse
bEnableDefenseOtherGuildPlayerFalse
bInvisibleOtherGuildBaseCampAreaFXFalse
bAllowEnemyCampSpawnNearBaseCampFalse
bEnableBuildingPlayerUIdDisplayFalse
BuildingNameDisplayCacheTTLSeconds60

Items on the ground

SettingDefault
DropItemMaxNum3000
PhysicsActiveDropItemMaxNum-1
DropItemMaxNum_UNKO100
DropItemAliveMaxHours1
bActiveUNKOFalse

Guilds and players

SettingDefault
GuildPlayerMaxNum20
bAutoResetGuildNoOnlinePlayersFalse
AutoResetGuildTimeNoOnlinePlayers72
GuildRejoinCooldownMinutes0
AutoTransferMasterCheckIntervalSeconds3600
AutoTransferMasterThresholdDays14
MaxGuildsPerFrame10
CoopPlayerMaxNum4
ServerPlayerMaxNum32

PvP

SettingDefault
bIsPvPFalse
bEnablePlayerToPlayerDamageFalse
bEnableFriendlyFireFalse
bAdditionalDropItemWhenPlayerKillingInPvPModeFalse
AdditionalDropItemWhenPlayerKillingInPvPModePlayerDropItem
AdditionalDropItemNumWhenPlayerKillingInPvPMode1
bDisplayPvPItemNumOnWorldMap_BaseCampFalse
bDisplayPvPItemNumOnWorldMap_PlayerFalse

Travel and world

SettingDefault
bEnableFastTravelTrue
bEnableFastTravelOnlyBaseCampFalse
bIsStartLocationSelectByMapFalse
bEnableInvaderEnemyTrue
SupplyDropSpan180
EnablePredatorBossPalTrue
bExistPlayerAfterLogoutFalse

Stat upgrades

SettingDefault
bAllowEnhanceStat_HealthTrue
bAllowEnhanceStat_AttackTrue
bAllowEnhanceStat_StaminaTrue
bAllowEnhanceStat_WeightTrue
bAllowEnhanceStat_WorkSpeedTrue

Server, network and admin

SettingDefault
bIsMultiplayFalse
ServerNameDefault Palworld Server
ServerDescription(empty)
AdminPassword(empty)
ServerPassword(empty)
PublicPort8211
PublicIP(empty)
RCONEnabledFalse
RCONPort25575
RESTAPIEnabledFalse
RESTAPIPort8212
Region(empty)
bUseAuthTrue
BanListURLhttps://b.palworldgame.com/api/banlist.txt
bShowPlayerListFalse
ChatPostLimitPerMinute30
CrossplayPlatforms(Steam,Xbox,PS5,Mac)
bAllowClientModTrue
LogFormatTypeText
bIsShowJoinLeftMessageTrue
AutoSaveSpan30
bIsUseBackupSaveDataTrue
ServerReplicatePawnCullDistance15000
ItemContainerForceMarkDirtyInterval1
PlayerDataPalStorageUpdateCheckTickInterval1
DenyTechnologyList(empty)
bAllowGlobalPalboxExportTrue
bAllowGlobalPalboxImportFalse

Input and chat

SettingDefault
bEnableAimAssistPadTrue
bEnableAimAssistKeyboardFalse
bEnableVoiceChatFalse
VoiceChatMaxVolumeDistance3000
VoiceChatZeroVolumeDistance15000

The settings people actually come looking for

BaseCampMaxNumInGuild is the real answer to “how many bases can I have” — it defaults to 4, and the 128 in BaseCampMaxNum is a server-wide ceiling that people regularly mistake for a personal one.

AdminPassword ships empty, which means the admin commands do not work at all until you set one — the most common reason RCON appears to be broken on a fresh server.

CrossplayPlatforms defaults to all four platforms, which is the file-level reason crossplay works without configuring anything.

What is sourced here and what is not

The setting names and the default values are verbatim from DefaultPalWorldSettings.ini as shipped with the dedicated server — that half of this page is a transcription, and it is exact.

The grouping and the “what it does” notes are ours, written from the setting names and from behaviour, and they are not in the file. Where a name was not self-explanatory enough to describe confidently, the note is left blank rather than filled with a plausible guess — a blank cell is more useful than a wrong sentence sat next to an exact number, borrowing its credibility.

Extracted from Palworld’s game files on (build 4797106687).