Skip to content

Palworld Dedicated Server Settings Generator

Configure your Palworld dedicated server settings with an easy-to-use form. Adjust PalWorldSettings.ini/WorldOption.sav parameters, apply presets, and download the generated config file.

How to Use

  1. Adjust settings using the form above. Each field has a tooltip with a description.

  2. Apply a preset (Vanilla, Easy, Hardcore, or PvP) as a starting point, then fine-tune.

  3. Export the config: copy the generated INI text, download it as PalWorldSettings.ini, or download WorldOption.sav. To edit existing settings, import your current PalWorldSettings.ini or WorldOption.sav first, then tweak and download.

  4. Deploy to the server (stop the server first):

    • PalWorldSettings.iniPal/Saved/Config/LinuxServer/ (or WindowsServer/)
    • WorldOption.sav → the world save folder Pal/Saved/SaveGames/<WorldID>/

    If WorldOption.sav already exists, the game reads it and ignores the INI — replace the SAV (or delete it) for INI changes to take effect (see FAQ below).

FAQ

Where is PalWorldSettings.ini located?

The file is located at Pal/Saved/Config/<Platform>Server/PalWorldSettings.ini inside your Palworld server installation directory. <Platform> is Linux for Linux servers or Windows for Windows servers.

What is WorldOption.sav? How does it relate to PalWorldSettings.ini?

WorldOption.sav is a binary file that stores the same server settings. It is generated automatically when you create or modify a world through the in-game settings UI, and is located in the world save folder (Pal/Saved/SaveGames/<WorldID>/WorldOption.sav).

Priority: If WorldOption.sav exists, the game reads settings from it and ignores PalWorldSettings.ini. This means editing the INI file will have no effect until you delete the SAV file. If you want to manage settings purely via PalWorldSettings.ini, delete WorldOption.sav and restart the server.

You can use this tool to import an existing WorldOption.sav, modify the settings, then download the updated SAV file to put back.

What does the Difficulty setting do?

Setting Difficulty=None means the game uses the custom rate values you specify in the rest of the settings. Setting it to Normal or Difficult applies preset multipliers that override some of your custom rates.

Can I change settings while the server is running?

No. You must stop the server, edit PalWorldSettings.ini or replace WorldOption.sav, save the file, and then restart the server for changes to take effect.

What is RCON and should I enable it?

RCON (Remote Console) allows you to execute server commands remotely. It is useful for server administration but should be secured with a strong admin password. Set RCONEnabled=True and configure RCONPort if you need remote management.