
How to Make a Palworld Server in 2026
Create a multiplayer Palworld server in 2026, hosted or on your own PC, explained step by step.
Want to play Palworld with your friends on a dedicated server without relying on peer-to-peer multiplayer? This guide explains how to create your server, the two available options, and how to configure it so everything runs smoothly from day one.
The two ways to create a Palworld server
Before getting started, you need to choose between two radically different approaches. This choice will shape everything else.
Option 1: host with a provider
Option 2: run the server on your PC
Which option should you choose?
Creating a Palworld server with a host (recommended)
This is the simplest and most reliable method. Here's the complete procedure.
Choose your hosting plan
Order and access the panel
Install Palworld Server
Start the server for the first time
PalWorldSettings.ini). Let it run for 2-3 minutes then stop it. This is the step where the config file is created.Configure the server
Pal/Saved/Config/LinuxServer/ and open PalWorldSettings.ini. At a minimum, configure:
- ServerName: the name shown in the server list
- ServerPassword: a password if you want a private server
- AdminPassword: your admin password for in-game commands
- ServerPlayerMaxNum: the max number of players (default: 32, lower it to what you need)ServerName="My Palworld server"
ServerPassword="mypassword"
AdminPassword="adminpass"
ServerPlayerMaxNum=10Restart the server and get the IP
123.45.67.89:8211. This is the address you give to your friends.Connect in-game
/AdminPassword yourpassword.Server online in under 15 minutes
Creating a Palworld server on your own PC
If you still want to try the local installation, here's the procedure.
Install the server files via Steam
Launch the server
Steam/steamapps/common/PalServer/) and run PalServer.exe. A console window opens. Wait for the message [S_API STEAM] SteamAPI_Init() succeeded to confirm the server is online.Configure PalWorldSettings.ini
PalServer/Pal/Saved/Config/WindowsServer/. Set your server name, password and admin password as shown above.Open the network ports
Share your public IP
The limits of a home server
Configuring your Palworld server: the essential settings
Whether you host with a provider or at home, here are the most important settings in PalWorldSettings.ini.
| Setting | Default value | What it does |
|---|---|---|
| ServerName | Default Palworld Server | Name shown in the server list |
| ServerPassword | (empty) | Password to join (private server) |
| AdminPassword | (empty) | Password for admin commands |
| ServerPlayerMaxNum | 32 | Max number of simultaneous players |
| PalSpawnNumRate | 1.0 | Pal spawn rate (0.5 = fewer Pals, 2.0 = more) |
| PalDamageRateAttack | 1.0 | Damage dealt by Pals (1.5 = easy mode) |
| PlayerDamageRateAttack | 1.0 | Damage dealt by players |
| DeathPenalty | All | Penalty on death: None, Item, ItemAndEquipment, All |
| bEnablePlayerToPlayerDamage | False | Enables PvP between players |
| WorkSpeedRate | 1.0 | Work speed of Pals in bases |
| ExpRate | 1.0 | Experience rate (2.0 = x2 XP) |
These settings let you tune the difficulty and gameplay experience to match your group's preferences.
Inviting your friends and managing your server
Give admin access to a friend
Back up and restore progress
Update the server
Useful in-game admin commands
/Shutdown 60 Update in progress — shut down in 60s with a message. /KickPlayer PlayerName — kick a player. /BanPlayer PlayerName — ban. /Save — force an immediate save.Ready to launch your Palworld server?
Take the 2-minute quiz to get a host matched to your needs, or compare every Palworld plan.
Frequently asked questions
Is Palworld free to host?
How many players can you have on a Palworld server?
Can you transfer your progress from co-op mode?
Is my server online if I'm not connected?
Which port does Palworld use for its server?
How do you switch your Palworld server to PvP mode?
PalWorldSettings.ini, set bEnablePlayerToPlayerDamage to True. Restart the server to apply the change. Be aware that PvP increases server load, especially during player-versus-player combat.