Linux command
palworld 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Example
[path/to]/PalServer.sh
Example
[path/to]/PalServer.sh -port=[8211] -players=[16]
Example
[path/to]/PalServer.sh -publiclobby
Example
[path/to]/PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
Example
[path/to]/PalServer.sh -publicip=[ip_address] -publicport=[port]
说明
PalServer.sh runs a dedicated Palworld game server on Linux. Palworld is a multiplayer survival game featuring creature collection and base building. The dedicated server allows hosting persistent worlds for multiple players. The server requires Steam and SteamCMD for installation. Configuration is done through command-line arguments and the PalWorldSettings.ini file.
参数
- -port=_port_
- Server port number (default: 8211)
- -players=_count_
- Maximum player count (1-32)
- -publiclobby
- Make server visible in public server list
- -publicip=_ip_
- Public IP address for community servers
- -publicport=_port_
- Public port for community servers
- -useperfthreads
- Enable performance thread optimizations
- -NoAsyncLoadingThread
- Disable async loading for better stability
- -UseMultithreadForDS
- Enable multi-threading for dedicated server
FAQ
What is the palworld command used for?
PalServer.sh runs a dedicated Palworld game server on Linux. Palworld is a multiplayer survival game featuring creature collection and base building. The dedicated server allows hosting persistent worlds for multiple players. The server requires Steam and SteamCMD for installation. Configuration is done through command-line arguments and the PalWorldSettings.ini file.
How do I run a basic palworld example?
Run `[path/to]/PalServer.sh` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -port=_port_ do in palworld?
Server port number (default: 8211)