Skip to content

How Do I Change Palworld Server Settings?

Note that some of these settings are currently not implemented and will not do anything if changed.

The new Hardcore options (bHardcore and bPalLost) and Randomizer options require a WorldOption.sav file to be uploaded to home/container/Pal/Saved/SaveGames/0/WorldID. Please note that uploading your own WorldOption.sav will overwrite any settings you change in Startup and a new file will have to be created and uploaded any time you want to change your settings.

When using a dedicated Palworld server, you must change the server settings from the Startup section of the panel.

  1. Go to the AleForge Panel
  2. Head to the Startup page
  3. Find the options in Startup you wish to edit and change them to your desired values

  1. Once you have set up your server, you can go to Console and restart the server to pick up the changes.

Below are all the options and what they will change. The game is a work in progress, so not all settings may work. These settings will becrossed outas we test which ones do and do not work.

OptionDefault ValueDescription
DifficultyNoneAdjusts the overall difficulty of the game
Day Time Speed Rate1.000000Changes how long daytime lasts
Night Time Speed Rate1.000000Changes how long night lasts
Experience Rate1.000000Modifies how much experience you get
Pal Capture Rate1.000000How likely you are to capture Pals
Pal Spawn Rate1.000000How frequently Pals spawn
Pal Damage Rate Attack1.000000How much damage Pals do
Pal Damage Rate Defense1.000000How much damage Pals take
Player Damage Rate Attack1.000000How much damage players do
Player Damage Rate Defense1.000000How much damage players take
Player Stomach Decrease Rate1.000000Rate at which hunger decreases
Player Stamina Decrease Rate1.000000Rate at which stamina decreases
Player Auto HP Regen Rate1.000000How quickly HP will be automatically
restored when hurt
Player Auto HP Regen Rate While Sleeping1.000000How much HP is regenerated
while sleeping
Pal Stomach Decrease Rate1.000000Rate at which Pal hunger decreases
Pal Stamina Decrease Rate1.000000Rate at which Pal stamina decreases
Pal Auto HP Regen Rate1.000000How quickly Pal HP will be automatically
restored when hurt
Pal Auto HP Regen Rate While Sleeping1.000000How much Pal HP is
regenerated while sleeping
Build Object Damage Rate1.000000Damage to objects
Build Object Deterioration Damage Rate1.000000How much damage built
objects will take over time
Collection Drop Rate1.000000Rate at which items are gathered from things
like trees or rocks
Collection Object HP Rate1.000000How much HP breakable world items have
Collection Object Respawn Speed Rate1.000000How quickly obects like trees
respawn
Enemy Drop Item Rate1.000000Frequency enemies will drop items
Death PenaltyNoneChanges what drops on death
bEnableAimAssistPadTrueLets you enable or disable aim assist
bEnableAimAssistKeyboardFalseLets you enable or disable aim assist
Drop Item Max Num3000Max amount of dropped items allowed at one time
Base Camp Max Num128Max amount of bases that can be built at once
Base Camp Worker Max Num15Max amount of worker Pals that can be at a camp
Drop Item Alive Max Hours1.000000How long dropped items will stay spawned
before disappearing
Auto Disband Guild If No Players Are OnlineFalseIf true, a guild will be
disbanded if no players are online
Auto Disband Guild If No Players Are Online Time72.000000How quickly an
inactive guild will be disbanded
Guild Player Max Num20Max guild player number
Pal Egg Default Hatching Time72.000000How long it takes to hatch Pal eggs
Work Speed Rate1.000000How quickly Pals work
Guild Death Penalty Drop PickupFalseWhether players can pick up death
penalty drops from other players that are not in their guild
Non-Login PenaltyTrueWhether players should experience penalties for being
inactive.
Fast TravelTrueWhether players should be able to use fast travel
waypoints.
Start Location Select By MapTrueChoose whether players should be able to
choose their starting location from the map.
Coop Max Players4Max amount of players in a party
RandomizerTypeNoneChanges the randomizer type. Options are None/Region/All
RandomizerSeed
Sets a seed for the randomizer
BuildObjectHPRate1.0Multiplier that changes how much health buildings have
bHardcoreFalseEnables hardcore mode or permadeath
bPalLostFalseMakes your Pals die permanently on death
bBuildAreaLimitFalseAdds a limit to the build area
ItemWeightRate1.0Multiplier that sets the item weight rate
ChatPostLimitPerMinute10Sets the maximum number of posts you can send per
minute
EnablePredatorBossPalTrueEnables predator boss Pals
MaxBuildingLimitNum0Sets a maximum building limit. Leave at 0 to disable
ServerReplicatePawnCullDistance15000.0Sets the maximum distance before
pawns will get culled
EquipmentDurabilityDamageRate1.000000Changes the rate at which equipment
gets damaged
ItemContainerForceMarkDirtyInterval1.000000Changes the interval at which
containers are marked as dirty

Additional Tips

  • Backup Your Configuration File: Before making significant changes, consider creating a backup of your PalWorldSettings.ini file. This ensures you can revert to the default settings if needed.
  • Check for Updates: Periodically check for updates to the game or server software, as these updates may introduce new settings or adjustments.

If You Use Another Provider

When using a dedicated Palworld server, you must change the server settings from PalWorldSettings.ini.

  1. First, open the panel and select your server
  2. From the console page, stop the server
  3. Now navigate to the file manager and open the file shown below

Pal/Saved/Config/LinuxServer/PalWorldSettings.ini

  1. Once opened, put the block of code below, make the desired edits, and Save Content
  2. Start the server to pick up the changes
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(Difficulty=None,RandomizerType=None,RandomizerSeed="",DayTimeSpeedRate=1.000000,NightTimeSpeedRate=1.000000,ExpRate=1.000000,PalCaptureRate=1.000000,PalSpawnNumRate=1.000000,PalDamageRateAttack=1.000000,PalDamageRateDefense=1.000000,PlayerDamageRateAttack=1.000000,PlayerDamageRateDefense=1.000000,PlayerStomachDecreaceRate=1.000000,PlayerStaminaDecreaceRate=1.000000,PlayerAutoHPRegeneRate=1.000000,PlayerAutoHpRegeneRateInSleep=1.000000,PalStomachDecreaceRate=1.000000,PalStaminaDecreaceRate=1.000000,PalAutoHPRegeneRate=1.000000,PalAutoHpRegeneRateInSleep=1.000000,BuildObjectHpRate=1.000000,BuildObjectDamageRate=1.000000,BuildObjectDeteriorationDamageRate=1.000000,CollectionDropRate=1.000000,CollectionObjectHpRate=1.000000,CollectionObjectRespawnSpeedRate=1.000000,EnemyDropItemRate=1.000000,DeathPenalty=All,bEnablePlayerToPlayerDamage=False,bEnableFriendlyFire=False,bEnableInvaderEnemy=True,bActiveUNKO=False,bEnableAimAssistPad=True,bEnableAimAssistKeyboard=False,DropItemMaxNum=3000,DropItemMaxNum_UNKO=100,BaseCampMaxNum=128,BaseCampWorkerMaxNum=15,DropItemAliveMaxHours=1.000000,bAutoResetGuildNoOnlinePlayers=False,AutoResetGuildTimeNoOnlinePlayers=72.000000,GuildPlayerMaxNum=20,BaseCampMaxNumInGuild=4,PalEggDefaultHatchingTime=72.000000,WorkSpeedRate=1.000000,AutoSaveSpan=30.000000,bIsMultiplay=False,bIsPvP=False,bHardcore=False,bPalLost=False,bCanPickupOtherGuildDeathPenaltyDrop=False,bEnableNonLoginPenalty=True,bEnableFastTravel=True,bIsStartLocationSelectByMap=True,bExistPlayerAfterLogout=False,bEnableDefenseOtherGuildPlayer=False,bInvisibleOtherGuildBaseCampAreaFX=False,bBuildAreaLimit=False,ItemWeightRate=1.000000,CoopPlayerMaxNum=4,ServerPlayerMaxNum=32,ServerName="Default Palworld Server",ServerDescription="",AdminPassword="",ServerPassword="",PublicPort=8211,PublicIP="",RCONEnabled=False,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt",RESTAPIEnabled=False,RESTAPIPort=8212,bShowPlayerList=False,ChatPostLimitPerMinute=10,AllowConnectPlatform=Steam,bIsUseBackupSaveData=True,LogFormatType=Text,SupplyDropSpan=180,EnablePredatorBossPal=True,MaxBuildingLimitNum=0,ServerReplicatePawnCullDistance=15000.000000)