Hub / Palworld / Dedicated Server

Last updated: 13 July 2026

MultiplayerServerSetup✓ Verified for Palworld 1.0 (July 2026)

Palworld Dedicated Server Setup Guide

Updated July 20269 min readBy the HowToPlayHub team

A dedicated server is the best way to play Palworld with friends — the world stays online around the clock, supports far more players than a co-op invite, and gives you full control over rates, difficulty, and rules. This guide walks through a Windows or Linux install with SteamCMD, the key configuration settings, port forwarding, and how everyone connects.

Quick answer

Install a Palworld dedicated server with SteamCMD using App ID 2394010, then run PalServer.exe (or PalServer.sh on Linux). Forward UDP port 8211 on your router, edit PalWorldSettings.ini for your server name, password, and player cap (up to 32), and join in-game via Join Multiplayer Game by entering your IP and port. A dedicated server keeps the world online even when the host is offline, unlike co-op invite sessions.

01Dedicated Server vs Co-op: Which Do You Need

Palworld offers two multiplayer modes, and picking the right one saves a lot of effort:

If you just want a quick session with up to three friends, co-op is enough. For anything persistent or larger, set up a dedicated server using the steps below.

02Installing the Server with SteamCMD

The Palworld Dedicated Server is a free tool on Steam. The cleanest install uses SteamCMD, the command-line Steam client, with the server's App ID 2394010.

  1. Download SteamCMD from Valve's official developer page and extract it to a dedicated folder (e.g. C:\palserver or ~/palserver).
  2. Launch SteamCMD and log in anonymously with login anonymous.
  3. Set the install directory with force_install_dir followed by your folder path.
  4. Install the server with app_update 2394010 validate.
  5. Wait for the download to finish, then quit.

On Windows the server is also available directly in the Steam library under Tools as 'Palworld Dedicated Server', which is a simpler option if you already have the Steam client installed on the host machine.

03Starting the Server

With the files installed, launch the server executable:

On the very first launch the server generates its configuration files. Stop the server once after that first boot so you can edit the settings file before players join — otherwise your custom settings will not apply cleanly.

04Configuring PalWorldSettings.ini

All server rules live in PalWorldSettings.ini, found under Pal/Saved/Config/ in a platform-specific subfolder (WindowsServer or LinuxServer). Copy the default settings into the [/Script/Pal.PalGameWorldSettings] section and edit the values — editing the wrong default file will not take effect.

Key settings most admins change first:

Save the file and restart the server to apply changes. Keep a backup of a working .ini before large edits — a single malformed line can stop the server from loading the section.

05Port Forwarding and Firewall

For friends outside your network to connect, the host router must forward the server port. Palworld uses UDP port 8211 by default.

  1. Log in to your router's admin page.
  2. Create a port forwarding rule for UDP 8211 pointing to the host machine's local IP.
  3. Allow PalServer.exe (or the Linux process) through the host firewall.
  4. Find your public IP and share it with players as publicIP:8211.
  5. If you run multiple servers, give each a unique PublicPort and forward each one.

Players on the same local network can connect using the host's local IP without any port forwarding. For a hands-off option, many players rent from a game-server host that handles installation and ports automatically — at a monthly cost.

06Joining Your Server

Once the server is running and reachable, connecting is straightforward:

  1. In Palworld's main menu choose Join Multiplayer Game (Dedicated Server).
  2. At the bottom of the community server list, enter the address as IP:Port (for example 203.0.113.5:8211).
  3. Enter the server password if one is set.
  4. Click connect — you will create or load a character on that specific server.
  5. To use admin commands, open chat and authenticate with your AdminPassword, then run commands like /Shutdown, /KickPlayer, or /Broadcast.

Character progress is stored on the server, so the same world and your character persist between sessions regardless of who is online. Back up the Pal/Saved/ folder regularly to protect against corruption or accidental wipes.

FAQ

What is the App ID for the Palworld dedicated server?

The Palworld Dedicated Server App ID on Steam is 2394010. Install it through SteamCMD with the command app_update 2394010 validate after logging in anonymously, or download 'Palworld Dedicated Server' from the Tools section of the Steam library on the host machine.

What port does a Palworld server use?

Palworld dedicated servers use UDP port 8211 by default. Forward that port as UDP on the host's router to the server machine's local IP and allow the server through the firewall. Players then connect using your public IP followed by the port, for example 203.0.113.5:8211. You can change the port in PalWorldSettings.ini, but update the forwarding rule to match.

How many players can join a Palworld dedicated server?

A dedicated server supports up to 32 players, set via the ServerPlayerMaxNum value in PalWorldSettings.ini. This is far higher than a co-op invite session, which is limited to 4 players including the host, which is why dedicated servers are preferred for communities and persistent worlds.

Why are my server settings not applying?

The most common cause is editing the wrong file or section. You must copy the default options into the [/Script/Pal.PalGameWorldSettings] block of PalWorldSettings.ini under Pal/Saved/Config/, not the read-only default settings file, and you must restart the server after saving. Boot the server once first so it generates the config, then stop it, edit, and restart.

Stay in the loop

New & updated guides ship every week. Follow the Atom feed or get notified when new Palworld guides land.

Note: Palworld is in active development and updates (including the 1.0 release) can change Pals, breeding, items, and balance — cross-check current details for your game version.
Was this guide helpful?