mschnitzer / ark-survival-ascended-linux-container-image

A docker/podman container that is able to run an ARK: Survival Ascended on a Linux host.
93 stars 18 forks source link

RCON command execution #2

Closed mschnitzer closed 1 year ago

mschnitzer commented 1 year ago

Admins should be able to execute RCON commands inside the container.

e.g.

docker exec asa-server rcon admincheat saveworld
njakes commented 1 year ago

Is saveworld the only available command for asa-ctrl at this time?

mschnitzer commented 1 year ago

Nope, that was just an example. I don't have a list of all supported ones for ASA though. I suggest to try whatever worked for ASE.

mschnitzer commented 1 year ago

I noted down some more examples in this section of the README: https://github.com/mschnitzer/ark-survival-ascended-linux-container-image#daily-restarts

mschnitzer commented 1 year ago

Closing this issue now, as it was a tracker for a feature that has meanwhile been implemented.

Here's the official documentation of how to execute RCON commands on your server, through the container: https://github.com/mschnitzer/ark-survival-ascended-linux-container-image#executing-rcon-commands

If you experience any issues, feel free to open an issue here.