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

# Self-Hosting

> Deploy TryPost on your own infrastructure

TryPost is open-source and can be self-hosted on your own server. This section covers everything you need to install, configure, and run TryPost in production.

<Note>
  Don't want to manage infrastructure? Use [TryPost Cloud](https://app.trypost.it/register) — no setup required, free to get started.
</Note>

## Deployment options

<Columns cols={2}>
  <Card title="Manual Installation" icon="terminal" href="/self-hosting/installation">
    Step-by-step guide to install TryPost on a server.
  </Card>

  <Card title="Docker" icon="docker" href="/self-hosting/docker">
    Deploy with Docker and Laravel Sail.
  </Card>
</Columns>

## Configuration & production

<Columns cols={2}>
  <Card title="Configuration" icon="gear" href="/self-hosting/configuration">
    Environment variables, database, mail, storage, and more.
  </Card>

  <Card title="Production Setup" icon="globe" href="/self-hosting/production">
    Nginx, SSL, queue workers, cron jobs, and WebSockets.
  </Card>
</Columns>

## Server requirements

See [Requirements](/self-hosting/requirements) for the full list of software and hardware requirements.
