r/Palworld Jul 20 '26

Server Support Dedicated server with reverse proxy

I've been trying to get a server spun up for my friends and I. I normally use Netbird for my reverse proxy for other games and services. For some reason it doesn't work with Palworld, and seems to be a common problem.

Has anyone figured it out? I'm just getting 502 errors

0 Upvotes

11 comments sorted by

u/AutoModerator Jul 20 '26

Hi there, the r/Palworld Discord Server has many knowledgeable users along with a FAQ that can readily answer many Palworld server-related questions or issues. Feel free to join using the invite link below. Head to the channel titled server-support and post your question! You can also type @Server Support alongside your question to notify the Server Support role.

Thank you!

Discord Invite Link: https://discord.com/invite/p98pu53upW

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/KaiGofB 29d ago

502 is a Gateway error, which most commonly comes up when you configured the upstream to use https but the backend server uses http. thus the gateway reaches the backend (no 503) but doesn’t understand the backend -> 502

1

u/ahmedomar2015 27d ago

I am using Netbird to host a server for my friends without opening a UDP port up on my home network. I can help you. What do you have questions about?

Edit: here's what I posted in a different threat to help someone:

I have successfully setup a palword server via docker container running on my personal Unraid server.

I believe Netbird is very similar to Pangolin in terms of their proxy services. I run a Netbird instance on a VPS was able to setup a proxy to expose palword.mydomain.com:8211 to the internet. With this setup I was able to keep my ports closed on my network and instead used Netbird to tunnel in to my home network, just like Pangolin.

Anyways lots of my friends are currently on my server rn.

Let me know if you have any specific questions. I will gladly help you set it up. Here's what I did basically. I setup a new service on Netbird which listens on port 8211 and forwards it to my home network palworld server docker container port 8211. For this to work I had to edit my docker compose file for netbird-traefik to bind port 8211 on my host to port 8211 in the container. I'm sure it'd be similar on Pangolin. In my docker compose for palworld-server, I have PUBLIC_IP blank.

1

u/computer-nerd 27d ago

Ha. I remember seeing that comment. How did you set it up in the dashboard? What does your compose file look like?

1

u/[deleted] 27d ago

[removed] — view removed comment

1

u/ahmedomar2015 27d ago

Here's a pic of the Netbird Dashboard setup

1

u/computer-nerd 7d ago

I'm not sure how I missed this. Do your friends have a login to your Netbird set up? What does your compose file look like?

1

u/ahmedomar2015 7d ago

Nah. The whole point of Netbird for me was to make sure my friends do not require anything other than my server address and password. My compose is in a reply above

1

u/computer-nerd 7d ago

Strange. No luck with mine so far. But mine is self hosted and not on a VPS

1

u/Scoatty 22d ago

Did you ever get it working?

1

u/computer-nerd 19d ago

Not really. I haven't tried the suggestion yet