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

# server

> Run the Flipt server

```
flipt server [flags]
```

## Synopsis

Starts the Flipt server.

## Options

```
      --config string   path to config file
  -h, --help            help for server
```

## Examples

```bash theme={null}
flipt server
flipt server --config /path/to/config.yml
```
