Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[online] Server failed to connected to Steam 3 #5

Closed
1 task done
MrSnake0208 opened this issue Jan 25, 2024 · 3 comments
Closed
1 task done

[online] Server failed to connected to Steam 3 #5

MrSnake0208 opened this issue Jan 25, 2024 · 3 comments
Labels
bug 🐞 Something isn't working

Comments

@MrSnake0208
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Used image version

sha256:8e22ede2229b4149338006cafee5eb2becd278cabcb9cc38c107374a83e9b3d4

Used docker compose file or docker command

docker run
-d
--name enshrouded
--restart=unless-stopped
-p 37304:37304/udp
-p 38304:38304/udp
-v ./game:/opt/enshrouded
-e SERVER_NAME="Yahu Farm"
-e SERVER_PASSWORD="123"
-e UPDATE_CRON="*/30 * * * *"
-e PUID=4711
-e PGID=4711
-e SERVER_PORT=37304
-e SERVER_QUERYPORT=38304
-e SERVER_IP=MyServerIP
-e STEAM_API_PUBLIC_IP=MyServerIP
--env=HTTPS_PROXY="http://172.17.0.4:7890"
--env=HTTP_PROXY="http://172.17.0.4:7890"
--env=https_proxy="http://172.17.0.4:7890"
--env=http_proxy="http://172.17.0.4:7890"
mornedhels/enshrouded-server:latest

What you expected to see, versus what you actually saw

When I set STEAM_API_PUBLIC_IP and SERVER_IP to my server IP, it keeps showing [online] Server failed to connect to Steam 3.

Logs from the container

No response

@MrSnake0208 MrSnake0208 added the bug 🐞 Something isn't working label Jan 25, 2024
@cp-fabian-pittroff
Copy link
Member

SERVER_IP is the ip config inside the enshrouded_server.json. So the network ip to bind to (in most cases you don't have to change that value at all). If you already set the env you have to update the config manually.

path: game/server/enshrouded_server.json

Default value is 0.0.0.0 (bind/listen to all networks)

Pls check if that solves the problem.

@MrSnake0208
Copy link
Author

SERVER_IP is the ip config inside the enshrouded_server.json. So the network ip to bind to (in most cases you don't have to change that value at all). If you already set the env you have to update the config manually.

path: game/server/enshrouded_server.json

Default value is 0.0.0.0 (bind/listen to all networks)

Pls check if that solves the problem.

Thx, I change it to 0.0.0.0 and worked but can't find server like another issue "SERVER_IP"

@cp-fabian-pittroff
Copy link
Member

great, than we use #4 for the other problem.

I will leave this issue open, to remind me to update the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants