Palworld: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
Open firewall | Open firewall | ||
ufw allow 8211/ | ufw allow 8211/udp | ||
Configure Server: | Configure Server: | ||
| Line 42: | Line 42: | ||
Edit Config | Edit Config | ||
vim PalWorldSettings.ini | vim PalWorldSettings.ini | ||
Start Server | Start Server | ||
Revision as of 01:29, 19 July 2026
Steam Server
sudo apt update && sudo apt upgrade -y ; \ sudo apt install software-properties-common -y sudo add-apt-repository -y multiverse ; \ sudo dpkg --add-architecture i386 ; \ sudo apt update && sudo apt install steamcmd -y sudo adduser steam sudo -i -u steam # or sudo -u steam -s ## as steam user ... ## as steam user ... ## as steam user ... screen -S pal echo "export PATH=$PATH:/usr/games" >> ~/.bashrc export PATH=$PATH:/usr/games mkdir PalServer steamcmd +force_install_dir "/home/steam/PalServer" +login anonymous +app_update 2394010 validate +quit
Open firewall
ufw allow 8211/udp
Configure Server:
cd ~/PalServer cp DefaultPalWorldSettings.ini Pal/Saved/Config/LinuxServer/DefaultPalWorldSettings.ini cp DefaultPalWorldSettings.ini Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
ln -s Pal/Saved/Config/LinuxServer/PalWorldSettings.ini PalWorldSettings.ini
Edit Config
vim PalWorldSettings.ini
Start Server
cd ~/PalServer ./PalServer.sh
---
Steamcmd not in path by default (fixed above by adding to path):
Command 'steamcmd' is available in '/usr/games/steamcmd' The command could not be located because '/usr/games' is not included in the PATH environment variable. steamcmd: command not found