> ## Documentation Index
> Fetch the complete documentation index at: https://simplecloud.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Run and manage your Minecraft server network from one dashboard or the SimpleCloud CLI.

<Frame>
  <img src="https://github.com/simplecloudapp/branding/blob/main/images/header.png?raw=true" alt="SimpleCloud logo and brand artwork" />
</Frame>

SimpleCloud helps you run a Minecraft server network across one or more machines. Use the dashboard or CLI to create servers, control them, and see their status from one place.

## Get started

Open the SimpleCloud Dashboard and sign in. Its setup wizard gives you the command that installs SimpleCloud on your first machine and connects it to your network.

<Card title="Install SimpleCloud" icon="download" href="/docs/en/manual/setup/installation">
  Connect your first machine and create your first server.
</Card>

## Choose how your servers work

* A **server group** creates replaceable servers from shared settings and files. Use groups for proxies, lobbies, and game modes that may need multiple identical servers or automatic scaling.
* A **persistent server** is one named server that keeps its own world and files. Use it for a long-running server such as an SMP or build server.
* A **serverhost** is a machine on which SimpleCloud runs your Minecraft servers. Add another serverhost when you want to use another machine.

## Learn the essentials

<CardGroup cols={2}>
  <Card title="Server groups" icon="layer-group" href="/docs/en/manual/setup/server-groups">
    Create servers that share a configuration.
  </Card>

  <Card title="Persistent servers" icon="hard-drive" href="/docs/en/manual/setup/persistent-servers">
    Create a server that keeps its world and files.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="/docs/en/manual/setup/dashboard">
    Manage and monitor your network in the browser.
  </Card>

  <Card title="CLI" icon="terminal" href="/docs/en/manual/introduction/architecture/cli">
    Manage your network from the terminal.
  </Card>
</CardGroup>
