Hermsi1337 / docker-ark-server

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

Cannot seem to set a password #59

Closed woeisme closed 2 years ago

woeisme commented 2 years ago

The documentation leaves it very unclear where to set a Server / ServerAdmin password.

I've experimented with setting it in docker-compose.yml or /ark-server/server/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini but neither seems to be working.

it would also be useful to know how to set exclusivejoin (whitelist) on the container.

Hermsi1337 commented 2 years ago

Hey @woeisme,

the server-password or admin-password are meant to be configured via env: ADMIN_PASSWORD / SERVER_PASSWORD

Unfortunately there is a bug in my current img which makes arkamanger not respecting env-variables set.

You may try my refactored img: quay.io/hermsi1337/ark-server:refactor

I'd appreciate your feedback!

Hermsi1337 commented 2 years ago

This should be fixed by #57 ... try using the current latest-img.

Feel free to open if you have any issues (=

Regards

ermerica commented 1 year ago

Hello,

I currently have this issue when using the :latest image. No environment variables are used when loading with the docker-compose script provided.

Thanks!