ChronosWS / asma

Ark Server Manager: Ascended
46 stars 4 forks source link

FEATURE: Cluster support #67

Open ChronosWS opened 6 months ago

ChronosWS commented 6 months ago

The following command line options are needed:

-notransferfromfiltering -clusterid=public-cluster-20230917 -ClusterDirOverride="C:\asa-cluster-data"

ClusterId is a shared secret for all servers in the cluster. ClusterDirOverride is the shared directory for common configuration NoTransferFromFiltering prevents users from bringing their own stuff into the server

ChronosWS commented 6 months ago

There are two levels to this feature:

  1. Support the configuration settings
  2. Allow easy association of servers to a specific cluster without needing to copy the settings from one server to another.
ChronosWS commented 6 months ago

First part addressed by pr #66