Serving up server services to get your pals and their Pals on your Palword server.

By Cole Luke

Published: Wednesday, 07 February 2024 at 15:47 PM


On Steam, players can set up a dedicated Palworld server to share their own world with their friends or pals and we’ve got exactly how to do so explained.

A word of warning, however, it takes a fair amount of work, but if you follow our instructions, you should get it set up and running in no time.

Love gaming? Listen to our podcast, One More Life!

We’ll also cover what you can do as an admin with a full list of admin commands and how your friends can connect to your server and vice versa.

You might not necessarily want your server running constantly in the background so we’ve got how to save your server and exit it for when your session needs to come to an end.

There’s a lot of file-fiddling ahead so let’s get straight to getting that server set up!

Palworld dedicated server: How to set up servers explained

A pink Pal in Palworld running and smiling
Palworld.
Pocketpair

Below is every step you need to take in order to get your Palworld dedicated server up and running. Make sure to follow it closely as it’s easily to make mistakes or miss something.

  • Get your IPv4 address by typing ‘ipconfig’ in Command Prompt and copy the IPv4 address
  • Make sure Palworld is downloaded and you have launched it at least once
  • Download the Palworld Dedicated Server app on Steam
  • Right-click Palworld Dedicated Server and select ‘Manage’ then select ‘Browse Local Files
  • Select ‘PalSever’ and run it. A line of code will show up before disappearing
  • Select ‘DefaultPalWorldSettings’ and open it in Notepad and copy all the text from ‘/Script/Pal.PalGameWorldSettings’ to the end and then close Notepad
  • In the PalServer folder, open the Pal folder, then Saved, Config and finally WindowsServer
  • Select ‘PalWorldSettings’ and open it in Notepad
  • This file will be empty and you need to paste /Script/Pal.PalGameWorldSettings‘ with all the additional text
  • There will be a number of things to change in this code, which we have listed, and these require the text to be between quote (“) marks
    • ServerName= – Your desired server name e.g ‘Radio Times Palworld Server’
    • ServerDescription= – An optional description of your server e.g “Radio Times’ official Palworld Server”
    • AdminPassword= – A password needed to enable Admin commands e.g “RadioTimesizdabest”
    • ServerPassword= – The password players will need to join your server e.g “Subscribe2RadioTimes”
    • PublicIP= – The IPv4 address you got from Command Prompt earlier
  • Once all those changes are made, save and close the file
  • Make sure Palworld Server plays nice with your Firewall. Most people will be using Windows Defender with its included Firewall and if you fall into this camp, follow these next steps
  • Search for Windows Powershell then right-click it and select ‘Run as administrator’ and enter the following lines of code courtesy of TroubleChute via Eurogamer:
    • New-NetFirewallRule -DisplayName “Palworld Server” -Direction Inbound -LocalPort 27015,27016,25575 -Protocol TCP -Action Allow
    • New-NetFirewallRule -DisplayName “Palworld Server” -Direction Outbound -LocalPort 27015,27016,25575 -Protocol TCP -Action Allow
    • New-NetFirewallRule -DisplayName “Palworld Server” -Direction Outbound -LocalPort 8211,27015,27016,25575 -Protocol UDP -Action Allow
    • New-NetFirewallRule -DisplayName “Palworld Server” -Direction Inbound -LocalPort 8211,27015,27016,25575 -Protocol UDP -Action Allow
  • Next, you will need to port forward to allow Palworld Server packets to come and go via your router. This step depends entirely on what model of router you have, so you may need to look up the appropriate guide for what router you have
  • Once you have found the port forward tab on your router, you need to port forward the following numbers with a TCP/UDP protocol and potentially your IPv4 address from the Command Prompt:
    • 8211
    • 27015
    • 27016
    • 25575
  • After this, run Palworld Dedicated Server and select ‘Play Palworld Dedicated Server’ then press ‘Play’ which will open up Command Prompt and make sure to leave this open
  • A Windows Firewall pop-up may appear and make sure you allow Palworld Dedicated Server to run
  • After all this, your Palworld server will be good to go

How to join your own Palworld Dedicated Server

Palworld base guide image
Palworld.

Once you’ve done all of the above, you’ll no doubt want to reward all your hard work with actually playing Palworld on your very own server.

Fortunately, it’s plain sailing from here and there are no port forwarding shenanigans. You only need to click a few buttons to get where you want to go.

Below is exactly how to enjoy the fruits of your labour!

  • Launch Palworld and select ‘Join Multiplayer Game
  • Below the server list is a ‘Connect’ button with your IPv4 address followed by the server port :8211
  • Simply press ‘Connect’ and enter your password and you will be in the server
  • To have your friends join your server, copy and paste your IPv4 address with the server port and send it to them to enter the same box on their game
  • Your friend needs to then enter the server password and then they will be able to join