Skip to content

How to Enable Hardcore Mode on Your Palworld Server

In hardcore mode, players cannot respawn and Pals are permanently lost on death.

Warning

Make sure your server is stopped before editing the config file. Changes to the PalWorldSettings.ini will otherwise be overwritten by the game.

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open config file
    Open the file PalWorldSettings.ini at:

    /Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
    /Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
  4. Enable hardcore mode
    Find the following parameters and set them to True:

    bHardcore=True
    bPalLost=True
    bHardcore=True
    bPalLost=True
  5. Start the server
    Start your server.

All parameters

ParameterDefaultDescription
bHardcoreFalsePlayers cannot respawn
bPalLostFalsePals are permanently lost on death

Tip

You can enable the parameters individually, e.g. only bPalLost=True without hardcore mode.