-
I deployed this this using docker compose and it launched without any errors, managed to claim & name the server without any issues. When I tried to connect, using LAN IP did not work as I was getting the Time Out error, so I used public IP which worked for me perfectly and was able to connect to the server, but my friends can't. They still get the Time Out error, but they can see the server and the ping. All ports (7777, 15000 and 15777) are open. Asked in Satisfactory official discord and was told this is possibly happening due to the server listed with IPv4 and responding with IPv6; Normally, to avoid this issue, So is there a way to resolve this issue? Much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @mardeona, please provide your Docker config for the deployment. You can enable |
Beta Was this translation helpful? Give feedback.
Hey @mardeona, yep that's what I needed. Add
SERVERIP=0.0.0.0
under your environment variables