Setup

Installation

Get SimpleCloud up and running on your server with these installation instructions

Installing SimpleCloud

Installing SimpleCloud is simple with our one-line command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/theSimpleCloud/simplecloud-manifest/HEAD/install.sh)" && sc setup

This command installs the SimpleCloud CLI and immediately runs the setup wizard in a single step.

Starting SimpleCloud

The setup wizard will automatically start SimpleCloud for you. If you need to start it manually, you can use the following command:

simplecloud start cloud

This command initiates the cloud and prepares it for use.

Accessing the Dashboard

SimpleCloud provides a web-based dashboard for managing your Minecraft network. To access it:

simplecloud login dashboard

This command will display a link to access the dashboard.

Verifying Installation

To check that everything is running correctly:

simplecloud status

This command displays the status of all SimpleCloud components.

On this page