> For the complete documentation index, see [llms.txt](https://docs.devin.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devin.fm/server-mangement.md).

# Server Mangement

Devin Server runs as a background system service on your server. On Windows it is installed and managed as a native `Windows Service`, and on Unix (Linux/macOS) it is configured as a `systemd` service, managed with `systemctl`.

{% hint style="info" %}
Under the hood, Devin Server uses multithreaded processes that spawns worker subprocesses and maintains an internal task queue to prevent system overload. You can learn more about the built-in [Under the Hood](/features/deployments/under-the-hood.md#safety-and-recovery-mechanisms) and [Under the Hood](/features/deployments/under-the-hood.md#execution-safety) in the [Under the Hood](/features/deployments/under-the-hood.md) section.
{% endhint %}
