- Joined
- Jan 19, 2024
- Messages
- 151
Default ports of Palworld are : PublicPort=8211 , RCONPort=25575. If you want to change it you have to modify the default Palworld server settings.
Open your server’s folder and go to this location:
Open the PalWorldSettings.ini file with your text editor. Find this line:
View attachment 79
PublicPort is your connection port. You join your server 0.0.0.0:8211.
If you want to host a second server in your server you have to change the PublicPort and RCONPort.
You can add +10 or +5 for each ports. Example of new ports:
Let’s add +10
Save the file and restart your Palworld server.
When you join use your new ports. IP:8221
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:
PublicPort=8211,
RCONPort=25575,
PublicPort is your connection port. You join your server 0.0.0.0:8211.
If you want to host a second server in your server you have to change the PublicPort and RCONPort.
You can add +10 or +5 for each ports. Example of new ports:
Let’s add +10
Code:
PublicPort=8221,
RCONPort=25595,
When you join use your new ports. IP:8221
If your PalWorldSettings.ini file is empty please read this topic : Palworld Dedicated Server Settings - Default Settings
If you have a question please ask.
Last edited: