Hermsi1337 / docker-ark-server

Dockerize your ARK server - configurable via env
https://hub.docker.com/r/hermsi/ark-server/
MIT License
112 stars 36 forks source link

Is there a way to add -crossplay flag so users from Epic can join? #13

Closed leemmcc closed 2 years ago

leemmcc commented 3 years ago

Getting this up and running was pretty easy, but I can't figure out the proper way to add the -crossplay flag so epic users can join as well (or only).

Hermsi1337 commented 3 years ago

Right now there is no way to adjust start-parameters.. but that's a pretty good idea...

I will take care of this asap

Hermsi1337 commented 3 years ago

Hey @leemmcc, can you try to use the current latest tag? latest-1629797564

You should now be able to add command: -crossplay to your docker-compose.yml.
This flag is then passed to arkmanager run which then adds the flag to the ark-server.

Let me know if that works for you (=

theryanb commented 3 years ago

Hey, firstly thanks for you share. I have the same problem, i did what you said but my friend cant see the server on epic game lobby. Maybe i have misplaced « command: -crossplay » in the docker-compose.yml. I dit that:

version: '3'

services: server: restart: always container_name: ark_server image: hermsi/ark-server:latest-1629797564 volumes:

Hermsi1337 commented 3 years ago

Hey @theryanb, I did some more research on this.. Could you try the following ?

command: --arkopt,--crossplay
halkeye commented 2 years ago

Btw i had success with crossplay with. (battleye will kick epic players every like 5 min)

    command: --arkopt,-crossplay --arkopt,-NoBattlEye
Hermsi1337 commented 2 years ago

I'll close this issue. Feel free to re-open as soon as you're experiencing issues.