NolimitHost
Last updated: July 23, 2026
Palworld gives server owners a wide range of options for customizing gameplay. Nearly every major mechanic can be adjusted through the server's configuration file. This guide explains how that file works and how to change your settings safely.
PalWorldSettings.ini is the main configuration file for your server, located at Pal/Saved/Config/LinuxServer/PalWorldSettings.ini. Palworld places nearly every configurable option inside a single OptionSettings= entry in that file:
[/Script/Pal.PalGameWorldSettings]
OptionSettings=(Difficulty=None,DayTimeSpeedRate=1.000000,NightTimeSpeedRate=1.000000,ExpRate=1.000000,PalCaptureRate=1.000000)
Important rules:
SettingName=Value| Setting | Example |
|---|---|
| Server Name | ServerName="My Palworld Server" |
| Server Password | ServerPassword="YourPasswordHere" |
| Admin Password | AdminPassword="AdminPasswordHere" |
| Maximum Players | ServerPlayerMaxNum=16 |
| Difficulty | Difficulty=None |
| Experience Rate | ExpRate=2.000000 |
| Pal Capture Rate | PalCaptureRate=1.500000 |
| Day Speed | DayTimeSpeedRate=1.000000 |
| Night Speed | NightTimeSpeedRate=1.000000 |
| Egg Hatch Time | PalEggDefaultHatchingTime=1 |
Pal/Saved/Config/LinuxServer/PalWorldSettings.ini.OptionSettings=(...) line.This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.