snippetbashTip
Palworld — Create and start a headless Palworld server. More information: <https://docs.palworldgame.com/settin
Viewed 0 times
palworldcreatecommandheadlessstartandcli
linux
Problem
How to use the
Palworld command: Create and start a headless Palworld server. More information: <https://docs.palworldgame.com/settings-and-operation/arguments/>.Solution
Palworld — Create and start a headless Palworld server. More information: <https://docs.palworldgame.com/settings-and-operation/arguments/>.Start the server with default settings:
{{path/to}}/PalServer.shStart the server with a specific port and set a maximum player count:
{{path/to}}/PalServer.sh -port={{8211}} -players={{1..32}}Start a public lobby server:
{{path/to}}/PalServer.sh -publiclobbyStart the server with performance optimizations for multi-threaded CPUs:
{{path/to}}/PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDSStart the server with a specific public IP and port for community servers:
{{path/to}}/PalServer.sh -publicip={{ip_address}} -publicport={{port}}Code Snippets
Start the server with default settings
{{path/to}}/PalServer.shStart the server with a specific port and set a maximum player count
{{path/to}}/PalServer.sh -port={{8211}} -players={{1..32}}Start a public lobby server
{{path/to}}/PalServer.sh -publiclobbyStart the server with performance optimizations for multi-threaded CPUs
{{path/to}}/PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDSStart the server with a specific public IP and port for community servers
{{path/to}}/PalServer.sh -publicip={{ip_address}} -publicport={{port}}Context
tldr-pages: linux/Palworld
Revisions (0)
No revisions yet.