Skip to content

Instantly share code, notes, and snippets.

@steezeburger
Last active January 30, 2024 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steezeburger/015a0b2ffb567ee075e210efc3f16df6 to your computer and use it in GitHub Desktop.
Save steezeburger/015a0b2ffb567ee075e210efc3f16df6 to your computer and use it in GitHub Desktop.

Dedicated Palworld Server with WSL

Not super detailed, just jotting things down as I go.

Reverse Proxy on cloud VPS (DO for now)

  • More secure, not exposing local DMZ to world
  • Will allow me to also connect to my server with the same ip as friends (damn nat loopback)

Rathole solution to get around NAT:

  • https://github.com/rapiz1/rathole
  • ensure to map ports 8211/udp and 27015/udp if running via docker image
  • enable incoming udp connections for above ports
  • might need to enable outgoing connection on 2333?
  • server.toml
  • client.toml

todos

  • add password protection probably?
  • x - run via service or docker-compose to harden it a bit
  • x - turn off dmz, port forwarding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment