# 启动RCON命令 docker exec palworld-dedicated-server rconcli ${命令} # 例子:查看玩家 docker exec palworld-dedicated-server rconcli showplayers # 例子:查看服务器信息 docker exec palworld-dedicated-server rconcli info RCON Command list CommandDescription /AdminPassword Obtain administrative privilege...
Palworld Console Commands List To use all these commands, you need to be a server administrator. To accomplish this, use the command /AdminPassword [password]. List of all Console Commands All Console Commands Command Description /Shutdown {Seconds} {MessageText} Shuts the server down after the...
For a full list of commands go to:https://tech.palworldgame.com/server-commands Creating a backup To create a backup of the game's save at the current point in time, use the command: dockerexecpalworld-server backup This will create a backup at/palworld/backups/ ...
Change your docker run command to this: docker run -d \ --name palworld-server \ -p 8211:8211/udp \ -p 27015:27015/udp \ -v ./palworld:/palworld/ \ --env-file .env \ --restart unless-stopped \ --stop-timeout 30 \ thijsvanloef/palworld-server-docker:latest Kubernetes All ...
Change your docker run command to this:docker run -d \ --name palworld-server \ -p 8211:8211/udp \ -p 27015:27015/udp \ -v ./palworld:/palworld/ \ --env-file .env \ --restart unless-stopped \ --stop-timeout 30 \ thijsvanloef/palworld-server-docker:latest...
Change your docker run command to this: docker run -d \ --name palworld-server \ -p 8211:8211/udp \ -p 27015:27015/udp \ -v ./palworld:/palworld/ \ --env-file .env \ --restart unless-stopped \ --stop-timeout 30 \ thijsvanloef/palworld-server-docker:latest Kubernetes All ...
1. We must do a few things before we can install the Palworld server on our Ubuntu machine. The first is to ensure we have an up-to-date operating system to work off. You can update the package list cache and upgrade any out-of-date packages by using the following command. sudo apt...
4. Our first step after installing Docker is to create a directory to store our Palworld server’s Compose file and its data. To create this directory, use the command below within the terminal. sudo mkdir -p /opt/stacks/palworld/dataCopy Using the “-p” option tells the mkdir command...
Once the server installs, run thecd .\steamapps\common\PalServercommand. Finally, type ‘PalServer.exe’ and press enter to run the dedicated server. Note:You can change server settings through the SteamCMD commands. I.E.: If you want to change the port, type ‘port=8211’ and replace...
Hi, console commands / table is working on multiplayer (dedicated server) Top ericomachado0 Noobzor Posts: 10 Joined: Thu Jan 25, 2024 11:47 pm Reputation: 0 Re: Palworld (STEAM) 0 Post by ericomachado0 » Fri Jan 26, 2024 1:31 pm Hello, I couldn't get the console to ...