Skip to content

How to Change Guild Settings on Your Palworld Server

You can adjust the maximum number of guild members, bases, and workers.

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. Adjust guild settings
    Maximum players per guild:

    GuildPlayerMaxNum=20
    GuildPlayerMaxNum=20

    Maximum bases per guild:

    BaseCampMaxNumInGuild=4
    BaseCampMaxNumInGuild=4

    Maximum workers per base:

    BaseCampWorkerMaxNum=15
    BaseCampWorkerMaxNum=15
  5. Start the server
    Start your server.

All parameters

ParameterDefaultDescription
GuildPlayerMaxNum20Maximum players per guild
BaseCampMaxNumInGuild4Maximum bases per guild
BaseCampWorkerMaxNum15Maximum workers per base

Warning

High values for BaseCampWorkerMaxNum can affect server performance.