Jump to content

How to Create ISOLATED CLUSTER?


TOFUDIDO

Recommended Posts

How to Create ISOLATED CLUSTER?

Hi There,


I'm trying to search on internet how can I create an isolated cluster between my ARK Servers, but until now I didn't found nothing who really matters.

If anyone wants to share some knowledge, I will be more than happy to receive this knowledge from you :)

 

Sincerely,

TOFUDIDO

Link to comment
Share on other sites

What do you mean by "isolated" ?

If you want the cluster to be available just for a few people, instead of the whole world, then create a whitelist of your friend's steam IDs, and use "-exclusivejoin"

 

If you mean that you want the cluster to work on your server, but not be able to connect to other servers, then...

-NoTransferFromFiltering -clusterid=MyClusterName -ClusterDirOverride=C:/ClusterDirectoryName

and 

PreventDownloadSurvivors=False
PreventDownloadItems=False
PreventDownloadDinos=False
PreventUploadSurvivors=False
PreventUploadItems=False
PreventUploadDinos=False

 

https://ark.gamepedia.com/Server_Configuration

 

Link to comment
Share on other sites

23 hours ago, TOFUDIDO said:

What I mean by Isolated Cluster is people can only upload and download Dino's, items etc just between my 2 servers.

Do u think is possible?

Yes...

You need this on your command line
-NoTransferFromFiltering -clusterid=MyClusterName -ClusterDirOverride=C:/ClusterDirectoryName

and this in your ini file

PreventDownloadSurvivors=False
PreventDownloadItems=False
PreventDownloadDinos=False
PreventUploadSurvivors=False
PreventUploadItems=False
PreventUploadDinos=False

Official documentation is here  https://ark.gamepedia.com/Server_Configuration

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...