The variables in the table below affect the server's startup command, see <https://tech.palworldgame.com/dedicated-server-guide#settings> and <https://tech.palworldgame.com/community-server-guide>
| MAX_PLAYERS | Change the maximum number of participants on the server. | 32 | 1-32 |
| GAME_PORT | Change the port number used to listen to the server. | 8211 | 1024-65535 |
| ENABLE_MULTITHREAD | Improves performance in multi-threaded CPU environments. | true | true/false |
| IS_PUBLIC | Setup server as a community server. | false | true/false |
| PUBLIC_IP | If not specified, it will be detected automatically. | | all vaild ip address |
| PUBLIC_PORT | If not specified, it will be detected automatically. | | 1024-65535 |
| FORCE_UPDATE | Whether the server should be update each time start. | false | true/false |
The variables in the table below only valid during initialization, if you need to make it valid, please delete `/opt/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` and restart the container.