- Joined
- Jan 19, 2024
- Messages
- 151
Palworld server’s default player limit is 32. If you host your own Palworld dedicated server, You can increase that number to 512.
Open your server’s folder and go to this location:
Open the PalWorldSettings.ini file with your text editor. Find this line:
View attachment 78
If you want to your palworld server player limit is 512, change the 32 to 512.
Save the file and restart your Palworld server.
If your PalWorldSettings.ini file is empty please read this topic : Palworld Dedicated Server Settings - Default Settings
If you have a question please ask.
Open your server’s folder and go to this location:
Code:
steamapps\common\PalServer\Pal\Saved\Config\WindowsServer
Code:
ServerPlayerMaxNum=32,
If you want to your palworld server player limit is 512, change the 32 to 512.
Code:
ServerPlayerMaxNum=512,
If your PalWorldSettings.ini file is empty please read this topic : Palworld Dedicated Server Settings - Default Settings
If you have a question please ask.