jammsen / docker-palworld-dedicated-server

Docker container to easily provision and manage Palworld Dedicated Server
https://hub.docker.com/r/jammsen/palworld-dedicated-server
MIT License
907 stars 157 forks source link

Can't log in #46

Closed CleryMenuel closed 7 months ago

CleryMenuel commented 7 months ago

Have you read the Important information text above

Current behavior

mon container demarre correctement mais mon server n'apparait pas sur le jeu et e n'arrive pas a me connecter meme avec l'adresse IP publique IP_PUBLIC:PORT I opened my ports on my router port 49154/UDP. Do I also need to open port 25575? If so, can I change the port? It's been done before and it wasn't working.

Desired behavior

Docker Compose version v2.24.0-birthday.10

Links to screenshots

docker logs Capture d'écran 2024-01-24 041553

compose.yml: Capture d'écran 2024-01-24 041852

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Software setup

Hardware setup

Additional context

No response

ComputersWithTimo commented 7 months ago

@CleryMenuel No, you don't need to forward 25575. Do you get the "no password has been entered" error?

Or does it not connect at all? Do you even have a public IPv4? (this sounds like a home connection and here in Germany a lot of ISPs run a 4to6 tunnel)

To debug, you might need to run a tcpdump on the host. Something like this should work: tcpdump -i ens192 udp port 49154

CleryMenuel commented 7 months ago

I get a timed connection when I try to log in No request from Passwword

For my part, my other services still use IPv4 as a public IP address (I come from France)

Capture d'écran 2024-01-24 124228 I get when trying to log in on Palworld 192.168.1.254 matches my router 192.168.1.60 is the IP address of my server My game is indeed a Steam version

My server doesn't appear in https://www.battlemetrics.com/servers/palworld

UPDATE: I succeeded but now there is a problem with the password I don't have a field to enter my password and it shows me an error. To solve my problem I switched the server to port 8211 but on the WAN side it is 49154 and on the LAN side it is 8211. but here I am with a password error when I type IP_PUBLIC:PORT

I find my server on https://www.battlemetrics.com/servers/palworld but offline maybe because no player and no idea on it

lordimac commented 7 months ago

You cant enter a password when connection to an ip. This is a known bug in Palworld and not from this container. Workaround is trying to connect to another server with password, enter the password and on connection screen say no. Then connect to ip.

CleryMenuel commented 7 months ago

it's works thanks a lot