Deranged HostingDeranged Hosting

Survival Guide

Palworld

Detailed Palworld dedicated server setup, config, admin, mods, backups, and troubleshooting guide.

Connect & First Checks

Before editing files

  • Use Community Servers or direct IP with the game port from the panel.
  • Set a strong AdminPassword if you plan to use in-game admin commands.
  • If the server is passworded, use ServerPassword for players and AdminPassword for staff.

Files & Folders

Stop server before edits

Pal/Saved/Config/WindowsServer/PalWorldSettings.iniPrimary settings. Often copied from DefaultPalWorldSettings.ini syntax.
DefaultPalWorldSettings.iniReference/default settings. Do not rely on edits here unless your template says so; copy values into the active settings file.
Pal/Saved/SaveGamesWorld, guild, player, and Pal data. Back up before updates/wipes.

Common Settings

High-use values

ServerNamePublic server name.
ServerDescriptionBrowser description.
ServerPasswordPassword players enter to join.
AdminPasswordPassword used with /AdminPassword for admin commands.
PublicIP / PublicPortCommunity server listing values. PublicPort does not change the server listening port; use the panel-assigned ports.
ServerPlayerMaxNumMaximum players who can join. Match purchased slots.
Difficulty / ExpRate / PalCaptureRate / WorkSpeedRateGameplay/rate controls. Change gradually.
bIsMultiplay / bIsPvP / DeathPenaltyMajor rule toggles. Restart after edits.

Admin Setup

Staff access

  • Set AdminPassword in PalWorldSettings.ini or the matching panel field.
  • Join the server and run /AdminPassword yourpassword before using admin commands.
  • Useful commands include /Info, /Save, /Broadcast, /ShowPlayers, /KickPlayer, /BanPlayer, /TeleportToPlayer, /TeleportToMe, /Shutdown, and /DoExit.
  • If RCON or REST API is enabled, keep those ports and passwords private.

Mods & Plugins

Install carefully

  • Palworld modding is loader-dependent. Confirm the mod supports dedicated servers and your current game version.
  • Back up the save before adding gameplay-changing mods.
  • If the server fails after a mod, remove the latest mod and verify clean startup.

Backups, Wipes, Rollbacks

Protect player data

  • Back up Pal/Saved/SaveGames and PalWorldSettings.ini before every update or mod change.
  • Use /Save before stopping if you are doing manual work.
  • For wipes, archive the save folder and generate a fresh world.

Troubleshooting

Common tickets

Admin command deniedRun /AdminPassword with the exact AdminPassword first.
Settings ignoredSyntax in PalWorldSettings.ini is strict. Compare with DefaultPalWorldSettings.ini and check panel startup overrides.
Server not listedPublicIP/PublicPort/listing behavior may lag. Test direct connect first.
Players cannot joinCheck ServerPassword, version, crossplay/platform settings, and max player cap.