arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

issuing commands to servers #1079

Closed Nytridr closed 4 years ago

Nytridr commented 4 years ago

is there any way to issue commands, like restart to all the servers with out having to wait for each server to go through the process? trying to avoid having to open multiple putty sesstions to do all of them. The @all is great but sometimes I just do not feel like waiting, if you know what I mean.

klightspeed commented 4 years ago

arkmanager rconcmd @ALL saveworld rconcmd @ALL doexit should save the world on all servers then restart (an exit that arkmanager did not directly initiate will be treated as an unexpected exit, and will cause the server to be restarted). Note however that this will not take into account any changes to the config files.

Nytridr commented 4 years ago

neat, ty klightspeed