Palworld

Palworld

View Stats:
DragoQC Jan 20, 2024 @ 9:19pm
Server Hosting Problem
Hello,
I'm currently trying to host my own private server but im blocked and stuck after installing everything and after everything has been copied.
Heres the two Guide i followed :
https://tech.palworldgame.com/dedicated-server-guide#linux
https://developer.valvesoftware.com/wiki/SteamCMD

If someone ran in those error and wanna help it would be appreciated.

With that, the server dosent start and i get those error :

steam@PalWorld:~/.steam/SteamApps/common/PalServer$ ./PalServer.sh
Shutdown handler: initalize.
Increasing per-process limit of core file size to infinity.
setrlimit() failed with error 22 (Invalid argument)
- Max per-process value allowed is 0 (we wanted infinity).
dlopen failed trying to load:
steamclient.so
with error:
steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Loaded '/home/steam/.steam/sdk64/steamclient.so' OK. (First tried local 'steamclient.so')
CAppInfoCacheReadFromDiskThread took 7 milliseconds to initialize
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
Setting breakpad minidump AppID = 2394010
[S_API FAIL] Tried to access Steam interface SteamUser021 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface STEAMAPPS_INTERFACE_VERSION008 before SteamAPI_Init succeeded.
[S_API FAIL] Tried to access Steam interface SteamNetworkingUtils004 before SteamAPI_Init succeeded.
< >
Showing 1-6 of 6 comments
wisdomme Jan 21, 2024 @ 5:26am 
Same here
borsTi2k Jan 21, 2024 @ 5:34am 
I think your server is fine. Mine looks the same and it works.
Maybe you forgot to add the ports for Palword and Steam to your firewall?

That was my problem. It need open ports for Palword (whatever you set... 8211 is default) and dont forget the Steam port (27015).

But I dont know if you need to open "upd" and "tcp" ports (all I read is udp). I have both added and it works after that.
DragoQC Jan 22, 2024 @ 4:07am 
well it was working i just didnt had the same thing shown as in the guide...

also i dont know if they are going to update this for upgrading it cause you know by hosting minecraft server you have a place to input commands but not with this. you dont know the amount of player connected like never.

And i had another problem i couldnt close the ssh session without ending the server. i need to let open a Virtual Machine that is ssh inside the server to let it open.If someone know how to let this happen it could be nice.
borsTi2k Jan 22, 2024 @ 5:02am 
You can use "screen" to let the server open without an active shell session (there are other methods, but I think thats enough for that).
You can set up an admin password to use commands ingame as an admin (still, there are limited commands for now).
You can enable rcon to use a separate shell to connect and use commands without the need to be ingame.

Try ARRCON. It's a good rcon client.
Last edited by borsTi2k; Jan 22, 2024 @ 5:04am
Hurrson Jan 25, 2024 @ 1:07pm 
Turn the script into a service.

>cd /etc/systemd/system
>sudo vim palserver.service

- paste this:

[Unit]
Description=palserver
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User={your_user}
ExecStart=/bin/bash /{path_to_PalServer.sh}

[Install]
WantedBy=multi-user.target

-save and exit vim

>sudo systemctl start palserver.service
>sudo systemctl enable palserver.service (enables it to start automagically when the server reboots)
Last edited by Hurrson; Jan 25, 2024 @ 1:08pm
Duck Apr 17, 2024 @ 4:20pm 
save and exit vim

The final boss.
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Jan 20, 2024 @ 9:19pm
Posts: 6