RediCloud
  • 💎Features
  • 🔧Installation
  • Commands
    • Server versions
    • Server version types
    • Java versions
    • Configuration template
    • File templates
    • Module
    • Screen
    • Cluster
    • Version / Updater
    • Server
  • FAQ
    • Minestom support
    • Own server versions
  • Development
    • Compilation / Build
    • Repository
    • API requests
    • Modules
    • Test framework
    • API
      • Server version handlers
      • Connector implemention
      • Server factory
      • Connector api
      • Events
      • Custom player provider
Powered by GitBook
On this page
  • Connect a node to a cluster
  • File template Publication
  • Suspend node
  • Node max memory
  • Other commands
  1. Commands

Cluster

PreviousScreenNextVersion / Updater

Last updated 1 year ago

If you connect several nodes together, this is called a cluster.

Connect a node to a cluster

Just do the normal node setup, like with the first node. Simply specify the same database as from the first node. This will automatically connect the nodes.

File template Publication

See (does the same).

cluster publish <node>

Suspend node

If a node is not running properly you can suspend it. This should stop this node automatically.

cluster suspend <node>

Node max memory

The maximum ram available to the cloud servers of a node can be set as follows (in mb):

cluster edit <node> maxmemory <value>

Other commands

  • cluster list

  • cluster ping <node>

File-template/Publication