feydan / satisfactory-server-aws

Automated Satisfactory Dedicated Server management on AWS
MIT License
72 stars 52 forks source link

[Error] Network error "Connection to the host has been lost" #7

Closed marcantoinethimm closed 2 years ago

marcantoinethimm commented 2 years ago

Hi, I installed successfully the server following the instruction but I'm getting every time a network error when trying to join the server. I checked the log and everything seems just fine, the auto-shutdown also works fine and the API is returning that the server is running.

When I try to create the map and start playing it creates the map but doesn't let me connect to the server :

Status of the server, the game seems to be created :

image

When trying to connect :

image

Tell me if you need a particular log.

Thanks in advance

feydan commented 2 years ago

I haven't seen this before when using the server. You could try inspecting the Satisfactory logs when you connect to see if there are errors.

journalctl -u satisfactory.service --since today -f

marcantoinethimm commented 2 years ago

Hi just find out what happened, I was having some mods activated and it seems that the server was blocking my connection because of these mods #

feydan commented 2 years ago

Thanks for the update!