Ark-docker
Ark-docker copied to clipboard
Can't join server
Hi,
I can't join my server. I added the server via steam server list and all setting will be displayed correctly. But when I try to join in ARK, I get the "Joining failed - Connection timeout" error message. I removed the password and disabled BattlEye nothing seems to help.
How can I fix this?
Same Here. Have the same issue. Pls fix
Same Here. Have the same issue. Pls fix @xXValiXx I could fix the problem. I had port problems with docker and ufw. Make sure you route this ports:
- '7777:7777'
- '7777:7777/udp'
- '7778:7778'
- '7778:7778/udp'
- '27015:27015'
- '27015:27015/udp'
- '32330:32330'
Use this Image, it fixed all bugs and it runs perfectly for me:
https://hub.docker.com/r/motey/arkserver
@Wolly300 Thank you so much. I figured it out on my own while searching for the right ports i have to use.
@Wolly300 Thank you so much. I figured it out on my own while searching for the right ports i have to use.
Np. But you should still change the Image.
@Wolly300 i will try that image. Thank you.