> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/7/administrator-guide/configuration.md).

# Configuration

The Flopsar server is configured through **`settings.toml`**, by default at `/etc/flopsar/settings.toml`. Environment variables `FLOPSAR_HOME` and `FLOPSAR_EULA` also affect startup.

A packaged install generates a default file on first installation. You can also write one with:

```shell-session
$ flopsar-server config /etc/flopsar
```

Every option, type, default, and related environment variable is documented in [Server Configuration Reference](/7/administrator-guide/configuration/server-configuration-reference.md).
