Welcome, Visitor!

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

PalWorld Server in Centos 7

Fraesri

New member
Joined
Jan 29, 2024
Messages
6
Hello, i have a PalWorld Server mounted in a Centos 7 Linux server. After last update my friens and i cant connect to server. I run de update service from steam whit any results.
 

Fraesri

New member
Joined
Jan 29, 2024
Messages
6
I Follow this tutorial :

yum -y install glibc.i686 libstdc++.i686 screen libcurl.i686
yum install glibc-devel.i686
yum install libstdc+±devel.i686
yum -y install glibc.i686 libstdc++.i686 screen libcurl.i686

useradd -m steam
su - steam
mkdir ~/steamcmd
cd ~/steamcmd
wget https://steamcdn-a.akamaihd.net /client/installer/steamcmd_linux.tar.gz
tar -xvzf steamcmd_linux.tar.gz

./steamcmd.sh
login anonymous
app_update 2394010
app_update 1007
quit

mkdir /home/steam/.steam
mkdir /home/steam/.steam/sdk64
cd linux64
cp steamclient.so /home/steam/.steam/sdk64
cd /home/steam/Steam/steamapps/common/PalServer

./PalServer.sh
 

asw825

New member
Joined
Feb 1, 2024
Messages
3
Hey Palworld, I’m facing a similar issue with updates, but in my case, I’ve set up a server on Google Cloud using Ubuntu and I’m looking to update it. How can I resolve this?"
I Follow this :
Steam CMD install
Code:
sudo add-apt-repository multiverse; sudo dpkg --add-architecture i386; sudo apt update sudo apt install steamcmd
install GameEngine
steamcmd +login anonymous +app_update 2394010 validate +quit

install SDK64
Code:
mkdir -p ~/.steam/sdk64/ steamcmd +login anonymous +app_update 1007 +quit cp ~/Steam/steamapps/common/Steamworks\ SDK\ Redist/linux64/steamclient.so ~/.steam/sdk64/
 
Last edited: