2024-01-19 22:51:58 +08:00
# Palworld
### Steam Description
Fight, farm, build and work alongside mysterious creatures called "Pals" in this completely new multiplayer, open world survival and crafting game!
### Authors / Contributors
< table >
< tr >
< td align = "center" >
< a href = "https://github.com/Ballaual" >
< img src = "https://avatars.githubusercontent.com/u/38478976" width = "50px;" alt = "" / > < br / > < sub > < b > Alexander Ballauf< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900216079" title = "Codes" > 💻< / a >
< a href = "https://github.com/parkervcp/eggs/commits?author=Ballaual" title = "Maintains" > 🔨< / a >
< / td >
< td align = "center" >
< a href = "https://github.com/QuintenQVD0" >
< img src = "https://avatars.githubusercontent.com/u/67589015" width = "50px;" alt = "" / > < br / > < sub > < b > QuintenQVD0< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1899999796" title = "Codes" > 💻< / a >
< td align = "center" >
< a href = "https://github.com/hackles" >
< img src = "https://avatars.githubusercontent.com/u/30584261" width = "50px;" alt = "" / > < br / > < sub > < b > heckler< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900043987" title = "Contributor" > 💡< / a >
< / td >
< / td >
< td align = "center" >
< a href = "https://github.com/danny6167" >
< img src = "https://avatars.githubusercontent.com/u/388231" width = "50px;" alt = "" / > < br / > < sub > < b > Daniel Barton< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900100992" title = "Codes" > 💻< / a >
< / td >
< td align = "center" >
< a href = "https://github.com/Rodhin" >
< img src = "https://avatars.githubusercontent.com/u/13395074" width = "50px;" alt = "" / > < br / > < sub > < b > Rodhin< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900153550" title = "Codes" > 💻< / a >
< / td >
< td align = "center" >
< a href = "https://github.com/B0rbor4d" >
< img src = "https://avatars.githubusercontent.com/u/33213807" width = "50px;" alt = "" / > < br / > < sub > < b > B0rbor4d< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900213758" title = "Contributor" > 💡< / a >
< / td >
< td align = "center" >
< a href = "https://github.com/Simsz" >
< img src = "https://avatars.githubusercontent.com/u/12779829" width = "50px;" alt = "" / > < br / > < sub > < b > Zach< / b > < / sub >
< / a >
< br / >
< a href = "https://github.com/parkervcp/eggs/issues/2669#issuecomment-1899954711" title = "Contributor" > 💡< / a >
< / td >
< / tr >
< / table >
## Known Issues / FAQ
1) The server won't show up in the Community-Server tab.< br >
2024-01-20 18:38:56 +08:00
-> As there are so many people creating dedicated servers you might load a few times more servers (Press the "show next 200 server" button).< br >
-> You might press the button for a while until you are able to find your server.< br >
-> Temporary workaround: Start your server without password and join via IP. After that set a password and restart it.< br >
Now you should able to find your server in the recent tab.
2024-01-19 22:51:58 +08:00
2024-01-20 18:38:56 +08:00
2) When joining a password protected server by IP i can't enter a password.< br >
-> As of now (release day - January 19th 2024) you are not able to join a password protected server by IP.< br >
-> This will be fixed in a upcoming patch/update.
2024-01-19 22:51:58 +08:00
3) The server does not show up in the steam server list.< br >
-> This is currently and might never be supported.
2024-01-20 18:38:56 +08:00
4) The server has a huge memory leak.< br >
-> Seems to be an issue that they are aware of.< br >
-> Workaround: Schedule a server restart every 6h. You might edit the value according to your system!
2024-01-19 22:51:58 +08:00
## Recommended server settings
### RAM
2024-01-20 18:38:56 +08:00
Referring to the [official documentation ](https://tech.palworldgame.com/dedicated-server-guide ) you should use at least 16GB of RAM for your server to run smoothly.< br >
### CPU
Intel / AMD processor with at least 4 cores.
2024-01-19 22:51:58 +08:00
### Storage
As of January 19th 2024 the server requires about 5GB of storage capacity. This might extend with further content/updates.
## Server Ports
Note: RCON is disabled by default.< br >
You can enable it inside the cofig (/home/container/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini)< br >
| Port | Default |
| --------------- | ------- |
2024-01-20 18:38:56 +08:00
| Game | 8211 |
2024-01-19 22:51:58 +08:00
| RCON (optional) | 25575 |
The ports can be changed. Dont forget to edit your config file...