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

# For server owners

> Run Ember on your Paper or Folia server.

These pages cover what you need to install Ember and keep it running on your server.

## Get started

<Columns cols={2}>
  <Card title="Installation" icon="download" href="/server-owners/installation">
    Download the jar, drop it into `plugins/`, restart.
  </Card>

  <Card title="Configuration" icon="sliders" href="/server-owners/configuration">
    What's configurable today (and what isn't yet).
  </Card>

  <Card title="Feature flags" icon="toggle-on" href="/server-owners/flags">
    Toggle parts of Ember on or off via `flags.txt`.
  </Card>

  <Card title="Permissions" icon="key" href="/server-owners/permissions">
    Every permission node Ember defines, and what it gates.
  </Card>
</Columns>
