Guide Set up your Palworld server

How to Set Up Palworld Server: Settings & INI

Game Hosting Offers

In this guide, we will see how to modify the configuration of your Palworld adventure. These settings will allow you to create a unique gaming experience. To do this, you first need the best Palworld host, capable of supporting all your customizations.

In summary: Configuration is done via the file PalWorldSettings.ini located in the folder /Pal/Saved/Config/WindowsServer/.

⚠️ IMPORTANT: Make sure your server is OFF via the Hosterfy panel when you modify the configuration. If you modify the file while the server is running, your changes will be overwritten on restart and lost.

I. Copying the initial configuration file

To begin, copy the content of the file DefaultPalWorldSettings.ini located at the root of your server. If you have already performed this operation previously, you can skip to chapter II.

Then go to the folder /Pal/Saved/Config/WindowsServer and open the file named PalWorldSettings.ini.

Finally, delete all content and paste the previously copied content.

It is important to ensure:
  • Do not add extra blank lines.
  • Do not add line breaks between different configurations.
  • Keep quotes, commas, and parentheses.

II. Exhaustive list of server parameters

Your Palworld server configuration file contains many parameters. Here is the complete list and their meaning, categorized by theme.

1. Server Identity and Connection

NameDescriptionDefault Value
ServerNameServer NameHOSTERFY.COM - Palworld Server
ServerDescriptionServer Description""
ServerPasswordServer Password""
AdminPasswordAdmin Password for the server""
PublicIPServer Public IP Address""
PublicPortPublic Port used by the server8211
RegionServer Region""
ServerPlayerMaxNumMaximum number of players on the server32
AllowConnectPlatformAllowed platform to connectSteam
bUseAuthEnables authentication on the server (True, False)True
BanListURLURL of the banned players list"https://api.palworldgame.com/api/banlist.txt"
bShowPlayerListDisplays the list of connected players (True, False)False
RCONEnabledEnables RCON access to the server (True, False)False
RCONPortRCON Port""
RESTAPIEnabledEnables REST API for the server (True, False)False
RESTAPIPortPort used by the REST API8212

2. Difficulty, Time, and World

NameDescriptionDefault Value
DifficultyDifficulty Level (None, Easy, Normal, Hard)None
DayTimeSpeedRateDaytime speed rate1.000000
NightTimeSpeedRateNighttime speed rate1.000000
RandomizerTypeType of randomization applied to the world (None, Basic, Advanced)None
RandomizerSeedSeed used for randomization""
SupplyDropSpanSupply drop interval (in minutes)180
EnablePredatorBossPalEnables predator boss Pals (True, False)True
ServerReplicatePawnCullDistanceEntity render distance15000.000000

3. Multipliers (XP, Capture, Rates)

NameDescriptionDefault Value
ExpRateExperience gain rate1.000000
PalCaptureRatePal capture rate1.000000
PalSpawnNumRatePal spawn rate1.000000
CollectionDropRateCollected item drop rate1.000000
CollectionObjectRespawnSpeedRateCollectible object respawn speed rate1.000000
EnemyDropItemRateEnemy item drop rate1.000000
WorkSpeedRatePal work speed rate1.000000
ItemWeightRateModifies item weight1.000000

4. Combat, Damage, and Survival

NameDescriptionDefault Value
DeathPenaltyDeath Penalty (All, Partial, None)All
bEnablePlayerToPlayerDamageEnables player-to-player damage (True, False)False
bEnableFriendlyFireEnables friendly fire (True, False)False
bIsPvPEnables player-versus-player mode (True, False)False
bHardcoreEnables hardcore mode (True, False)False
bPalLostEnables permanent Pal loss on death (True, False)False
bEnableInvaderEnemyEnables invading enemies (True, False)True
PalDamageRateAttackDamage rate inflicted by Pals1.000000
PalDamageRateDefensePal damage resistance rate1.000000
PlayerDamageRateAttackDamage rate inflicted by the player1.000000
PlayerDamageRateDefensePlayer damage resistance rate1.000000
PlayerStomachDecreaceRatePlayer satiety decrease rate1.000000
PlayerStaminaDecreaceRatePlayer stamina decrease rate1.000000
PlayerAutoHPRegeneRatePlayer automatic HP regeneration rate1.000000
PlayerAutoHpRegeneRateInSleepPlayer automatic HP regeneration rate during sleep1.000000
PalStomachDecreaceRatePal satiety decrease rate1.000000
PalStaminaDecreaceRatePal stamina decrease rate1.000000
PalAutoHPRegeneRatePal automatic HP regeneration rate1.000000
PalAutoHpRegeneRateInSleepPal automatic HP regeneration rate during sleep1.000000
bActiveUNKOMode where players become unconscious instead of dying (True, False)False
bEnableAimAssistPadEnables aim assist on controller (True, False)True
bEnableAimAssistKeyboardEnables aim assist on keyboard (True, False)False
bEnableDefenseOtherGuildPlayerEnables automatic defense against players from other guilds (True, False)False

5. Building, Items, and Guilds

NameDescriptionDefault Value
BuildObjectHpRateHP rate of built objects1.000000
BuildObjectDamageRateDamage rate inflicted to built objects1.000000
BuildObjectDeteriorationDamageRateDeterioration damage rate of built objects1.000000
CollectionObjectHpRateHP rate of collectible objects1.000000
DropItemMaxNumMaximum number of items dropped in the world3000
DropItemMaxNum_UNKOMaximum number of items dropped in UNKO mode100
DropItemAliveMaxHoursMaximum duration (in hours) for dropped items to remain active1.000000
bCanPickupOtherGuildDeathPenaltyDropAllows picking up items dropped by other guilds after a death penalty (True, False)False
BaseCampMaxNumMaximum number of base camps per player128
BaseCampWorkerMaxNumMaximum number of workers in a base camp15
BaseCampMaxNumInGuildMaximum number of base camps per guild4
GuildPlayerMaxNumMaximum number of players in a guild20
bAutoResetGuildNoOnlinePlayersAutomatically resets the guild if no players are online (True, False)False
AutoResetGuildTimeNoOnlinePlayersTime (in hours) before automatic guild reset without online players72.000000
PalEggDefaultHatchingTimeDefault Pal egg hatching time (in hours)72.000000
bInvisibleOtherGuildBaseCampAreaFXRenders visual effects in other guild base camp areas invisible (True, False)False
bBuildAreaLimitEnables a limit in building areas (True, False)False
MaxBuildingLimitNumMaximum limit for the number of built buildings0

6. Miscellaneous and System

NameDescriptionDefault Value
AutoSaveSpanAuto-save interval (in minutes)30
ChatPostLimitPerMinuteChat message limit per minute10
bIsMultiplayEnables multiplayer mode (True, False)False
bEnableNonLoginPenaltyEnables non-login penalties (True, False)True
bEnableFastTravelEnables fast travel (True, False)True
bIsStartLocationSelectByMapAllows selecting the starting point via the map (True, False)True
bExistPlayerAfterLogoutAllows players to remain in the world after logging out (True, False)False
bIsUseBackupSaveDataUses backup save data (True, False)True
LogFormatTypeLog Format (Text, JSON)Text

Once your modifications are made, make sure to save the file PalWorldSettings.ini, then start your server from the Hosterfy panel.


FAQ - Advanced Palworld Configuration

How to change Pal egg hatching time?
You need to modify the variable PalEggDefaultHatchingTime. The value is in hours (e.g., set to 0 for immediate hatching).

How to increase the number of Pals in a camp?
Modify the variable BaseCampWorkerMaxNum (default to 15). Be careful, a too high value can impact server performance.

Create your Palworld server!

Create your Palworld server!

Host your own Palworld server and experience epic adventures with your friends, with fluidity and performance without compromise.

Unlimited Slots Easy management Extreme performances Support 24/7 Flexible offers

Post a comment

Name must be between 3 and 25 characters.
Please enter a valid email.
Comment must be between 30 and 500 characters.

Comments

Be the first to comment on this article!