Palworld

Palworld

View Stats:
bz Jan 19, 2024 @ 1:04am
Dedicated server not working
https://prnt.sc/B0_4DRBrSYho

I am attempting to start a dedicated server on Ubuntu, and it is not working. Any help here would be appreciated thank you!
< >
Showing 61-70 of 70 comments
𐂃𐂃𐂃𐂃 Jan 21, 2024 @ 7:10pm 
Originally posted by TheMagykal:
Did anyone set up their server via GCP? I have my server running, but can't seem to connect to it. I'm running with ./PalServer.sh port=8211, and just connecting with the IP under "External IP Address" in the GCP UI.

So, <ExternalIPAddress>:8211, but I just a "Connection timed out" error.

I've also enabled both HTTP/HTTPS traffic on my VM.

Thanks!

did u put up the firewall rule for the steam itself? TCP 27015,27036 and UDP 8211,27015,27031-27036 those are the ones that i use on the VPC Firewall rules
Hi11Zone Jan 21, 2024 @ 10:51pm 
this is soo dumb and confusing this should of been in game im using a 3rd party serrver and i cnat find Saved/Config/LinuxServer/PalWorldSettings.ini on my pc anywhere
Y_B_A_FOOL Jan 22, 2024 @ 12:00am 
It's borked.

Besides working around the initial launch issues.
Open ports using ufw: "sudo ufw allow 8211"

Testing on the host machine, launching with defaults works.
Testing in a VM on the host machine and connecting using the host OS, launching with defaults works.

Testing with a different port on the host machine, doesn't work.
Testing with a password on the host machine, doesn't work. (game lacks a password input...)
Issues repeat in a VM.

Gonna have to wait on an actual fix and proper in game support. Right now it's locked to default settings and it's not worth wasting your time with the password issue.
Rektum Cleaning Jan 22, 2024 @ 3:11am 
Originally posted by CrankChaos:
./PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
Shutdown handler: initalize.
Refusing to run with the root privileges.

You can fix this by making a new user and rerunning the setup.

sudo adduser username

sudo usermod -aG sudo username

su - username

and then follow the guide.
Kason Jan 23, 2024 @ 12:00am 
I'm not using Ubuntu but I am using Debian.

I followed this guide and it didn't work originally
https://www.youtube.com/watch?v=0TjFLk_lP6c&ab_channel=A1RM4X

However I realised that just before you execute /usr/games/steamcmd +login anonymous +app_update 2394010 validate +quit

You want to execute mkdir ./steam

For whatever reason there is a difference between the states now vs when this video was made, but it doesn't seem to create the ./steam folder where you will (in the next step) make your sdk links.

I had Signal 11 issues before making this adjustment- running fine since making it. Hope this helps someone!
Vangas Jan 23, 2024 @ 6:34am 
Originally posted by TheMagykal:
Did anyone set up their server via GCP? I have my server running, but can't seem to connect to it. I'm running with ./PalServer.sh port=8211, and just connecting with the IP under "External IP Address" in the GCP UI.

So, <ExternalIPAddress>:8211, but I just a "Connection timed out" error.

I've also enabled both HTTP/HTTPS traffic on my VM.

Thanks!

I added 2 more firewall rules, one to allow inbound and the other to allow outbound TCP and UDP connections for port 8211. I then ran the server without arguments and was able to finally connect to the server.
Unicorn_of_Evil Jan 23, 2024 @ 6:42am 
Check out instructions from developer they have updated it for that specific error as it requires you to also install steam sdk64 package through steamcmd

https://tech.palworldgame.com/dedicated-server-guide
Last edited by Unicorn_of_Evil; Jan 23, 2024 @ 6:42am
Originally posted by Hi11Zone:
this is soo dumb and confusing this should of been in game im using a 3rd party serrver and i cnat find Saved/Config/LinuxServer/PalWorldSettings.ini on my pc anywhere

Same problem here, I use the docker way to run server, but I can't find any "steam" or "pal" file in my ubuntu system.
my saved document is still empty, where are the saved file?
Last edited by 新免武藏守藤原玄信完全沒在跟你開玩笑的; Jan 23, 2024 @ 1:17pm
zCrazy Jan 24, 2024 @ 7:20pm 
Hey Gamers I found this here : https://github.com/steamcmd/docker/issues/67

which gets rid of the steamclient.so problem. The usual steamclient.so: cannot open shared object file: No such file.... will come up but thats fine

"The given workaround was:

ln -s /home/your_user/.local/share/Steam/steamcmd/linux64/steamclient.so /home/your_user/.steam/sdk64/
ln -s /home/your_user/.local/share/Steam/steamcmd/linux32/steamclient.so /home/your_user/.steam/sdk32/

For me, it was:

mkdir /home/your_user/.steam/sdk64/
mkdir /home/your_user/.steam/sdk32/
ln -s /home/your_user/.steam/steamcmd/linux64/steamclient.so /home/your_user/.steam/sdk64/
ln -s /home/your_user/.steam/steamcmd/linux32/steamclient.so /home/your_user/.steam/sdk32/

https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers"
Last edited by zCrazy; Jan 24, 2024 @ 7:20pm
AudioForcesTV Jan 31, 2024 @ 6:04am 
Originally posted by CrankChaos:
./PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
Shutdown handler: initalize.
Refusing to run with the root privileges.


the same how to fix it?

have linux ubuntu
< >
Showing 61-70 of 70 comments
Per page: 1530 50

Date Posted: Jan 19, 2024 @ 1:04am
Posts: 70