Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm on PC and was able to join my friends Xbox server with no issues.
start PalServer.exe -ServerName="INSERT SERVER NAME HERE" -port=8221 -players=32 -log -nosteam -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publiclobby
Thank you for your answer but the problem is from the Xbox player : on Xbox console we can't use IP and he doesn't see the server on the list.
Thank you ! We will try it.
Leave the RCONPort blank unless you're using a ARCON, which I assume you're not. For the Normal port you can change it in the ini file in the server config. Make sure what ever port you are using is forwarded on your router.
That site is where you find the server IP.
Navigate to Server Folder:
C:\Program Files (x86)\Steam\steamapps\common\PalServer
Create StartServer.bat:
Right-click in the folder → New → Text Document
Name it: StartServer.bat
Right-click → Edit → Paste the following:
_____________________________________
@echo off
start "" "PalServer.exe" ^
-useperfthreads ^
-NoAsyncLoadingThread ^
-UseMultithreadForDS ^
-publiclobby ^
-port=8211 ^
-players=32 ^
-servername="****SERVER NAME*****" ^
-log
______________________________________
Adjust server name!!!!
Step 2: Port Forwarding (Router Settings)
Forward these UDP ports to your server PC’s local IP:
Port Use
8211 Game port
27015 Server list (query)
Step 3: Launch Your Server
Double-click StartServer.bat
Wait until the console says it's ready
Step 4: Xbox Player Joins
On Xbox/Game Pass:
Go to Multiplayer > Join Multiplayer > Community Servers
Server should be there withing a couple minutes.
Ensure bUseAuth=True and crossplay platforms are set in PalWorldSettings.ini
Happy Catching