Palworld Xbox Dedicated Server Docker set up guide Palworld has been released in early access! But how do you start an Xbox
Palworld has just been released, but how do you start a server to play with your friends? This guide will show you how to set up a Palworld Dedicated Server using SteamCMD and get you on your way to playing Palworld!
The following steps will guide to through the SteamCMD installation:
To make sure that you’ve done everything correctly, please do the following:
cd C:\steamcmd
steamcmd
If an output is shown as the example above, good job! You’ve now got SteamCMD up and running! For now exit this window by typing:
quit
exit
Now you’ve got SteamCMD up and running; it is time to prepare the folder. This step is quite simple.
Now you are almost ready to start your server. We will use two batch scripts for this guide, one to install/update and the other to run the server.
"C:\steamcmd\steamcmd.exe" +login anonymous +force_install_dir "C:\Palworld" +app_update 2394010 validate +quit
@echo off
PalServer.exe -port=8211 -players=32
Now all files are in order and we are ready to move forward and start the server!
Now, if you’ve done everything correctly, your folder should now look like this:
Now we are ready to change some server settings.
Now the server is running! Let’s move forward with connecting to the server.
Before you and your friends can connect to the Palworld server, you’ll need to make changes to your firewall to allow connections on specific ports.
By default, a Palworld server uses the following ports:
Default Port (UDP only) | Port Usage | Description |
---|---|---|
8211 | Game Port | This port must be opened for client connections. |
27015 | Steam Port | This port has to be opened for steam communication. |
Now you can add these port exceptions to the firewall by hand, but let’s not; that takes way too much time. Let’s do something different:
netsh advfirewall firewall add rule name="Palworld Port 27015" dir=in action=allow protocol=UDP localport=27015
netsh advfirewall firewall add rule name="Palworld Port 8211" dir=in action=allow protocol=UDP localport=8211
And now your firewall has been magically configured!
Now, let’s move forward by port forwarding. Before doing that, you would want to set a static IP address on your computer.
After you’ve done that, you can move forward with the actual port forwarding:
First, you’ll need to know what the IP addresses of your computer and router are. This can be done by doing the following:
You’ll see some information about the network settings:
You’ll want to make a note of the “Default Gateway” & IPv4 address; in my case, it is:
You’ll need to enter this address in your browser and log in to your router. Visit this site to find your specific model and were to find the Port Forward settings.
Once you’ve navigated to the Port Forwarding rules, please enter the following information:
Rule Name | IP Address | Port Range | Protocol |
---|---|---|---|
Palworld SteamPort | -Your IPv4 Address- | 27015 | UDP |
Palworld GamePort | -Your IPv4 Address- | 8211 | UDP |
Now hit save, and your Palworld server is open to the public!
But your friends still don’t know where to find you. For that, you’ll need your public IP address. You can use a site like www.whatismyip.com to get your public IP address.
Woohoo! You’ve made it to the last step! You’re in the home stretch.
Now you can finally boot up your game.
Once in the main menu, click on Dedicated Server and then the “Join” on the bottom of the screen.
That’s it! You now have a running Palworld server using SteamCMD!
You may also like:
Palworld Xbox Dedicated Server Docker set up guide Palworld has been released in early access! But how do you start an Xbox
Palworld Port Forwarding Guide Palworld has been released in early access! But how do you start a server to play with your
Cookie | Duration | Description |
---|---|---|
__gads | The __gads cookie, set by Google, is stored under DoubleClick domain and tracks the number of times users see an advert, measures the success of the campaign and calculates its revenue. This cookie can only be read from the domain they are set on and will not track any data while browsing through other sites. | |
_ga | The _ga cookie, installed by Google Analytics, calculates visitor, session, and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors. | |
_gid | Installed by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously. | |
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
13 Comments on Palworld Dedicated Server Set up Guide
i did everything in this guide, and my friends still cannot connect. Connection Timed Out. i checked the port while the server is up, and port checker says its closed. any idea?
Where do you go to increase the amount of RAM this server is going to use. I would like to allocate more ram since I am having more and more people joining but I seem to crash more and more and I believe it to be because of lack of RAM.
Hi Bryce, the server is known to have a memory leak, that is probably why you are running in to this issue. At the moment the server should assign all available memory.
HI i got eveyryhing set up. Port checker says its ok but my friends still got “Connection Timed Out”
Followed the steps. Friends can join. Thank you for the detailed post. Many other sites did not have steps that worked.
Does my IP address have to be static? I changed my IP, subnet mask and default gateway. But when the instructions say click "obtain dns server automatically" and thats greyed out.
Yes, if it is not static it can change every time you restart your computer. If you have to set a DNS server manually, you can use cloudflare's DNS servers: 1.1.1.1 & 1.0.0.1
I followed every step and did everything right, even when I check the ports at the end, they are all open but still my friends only get 'connection timed out' every time 🙁
Hi Nhoques, that probably means that either the firewall is still closed or the port forward has not been successful. You can check out my port forwarding guide for that: https://tice.tips/gaming/palworld-port-forward/
What do you do to update the server if following these steps? There was a recent update and now the server won't run anymore. I don't want to lose my friends and I's progress if possible.
You would just need to shut down the server and run the install_server.bat again
Hello, I find your guide much more organized than others. Unfortunately, even after looking at both of your guides below, I'm still unable to have people join. I sent you a steam invite
https://tice.tips/gaming/palworld-port-forward/#comment-51
https://tice.tips/gaming/palworld-server/#comment-25
Basically, friends get the "connection times out message".
Many thanks for your help in advance!
Due to the overwhelming amount of messages that resulted from me this, I'm not able to help everyone individually, you can join my discord if you are looking for help https://discord.gg/nSsy5eagx8