We have one experimental Curation this week.
Palworld Server - Create and manage a multiplayer palworld server.
- Palworld Server
- Experimental curation that requires users to portforward the port 38211 using the udp protocol in order for players outside your network to join
- You can find instructions for how to port forward here for some of the most popular router brands. If your router brand was not there you can search online "How to portforward on a {Router Brand} router" for instructions.
- Most configuration options are included as installation questions but all of them except admin password can be skipped for the default experience.
- You can press the
options button for palworld server to modify the settings later if you choose.
- Login to the Palworld server rest api using the Username
admin
- Info at http://{server-IP-Address}:30443/v1/api/info
- Settings at http://{server-IP-Address}:30443/v1/api/settings
- Player list at http://{server-IP-Address}:30443/v1/api/players
- Read more about the Rest API here
- How to join your palworld server
- Open the Palworld game
- Select
Join Multiplayer Game
- At the bottom of the screen you can enter your server IP address
- When joining locally the IP address will be http://{server-IP-Address}:38211
- When joining from outside the network the IP address will be http://{public-IP-Address}:38211
- You can find your public IP address at the rest api settings page http://{server-IP-Address}:30443/v1/api/settings
- joining from outside the network does require portforwarding or network proxy
- Read more about Port forwarding here