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

# Reverse proxies

<Warning>
  Remnashop and its components do not support being served on a sub-path.
  (e.g. <Badge color="yellow">location /remnashop</Badge>, <Badge color="yellow">location /remnawave</Badge>)
</Warning>

<Note>
  **SSH Port Forwarding** is not supported. Use only one of the reverse proxies below.
</Note>

<Tip>
  You need to have a registered domain name to continue.
</Tip>

<Tip>
  Reverse proxy should point to the bot container at the internal address `remnashop:5000` — this is the Docker service name from `docker-compose.yml`, accessible only within the container network.

  Route: `https://your-domain/api/v1` → `http://remnashop:5000`
</Tip>

<Card title="📄️ Caddy" icon="text-align-start" href="/docs/en/reverse-proxies/caddy" arrow="true" cta="Click here" horizontal>
  Lightweight reverse proxy with automatic SSL certificates and zero configuration
</Card>

<Columns cols={2}>
  <Card title="📄️ Nginx" href="/docs/en/reverse-proxies/nginx" arrow="true" cta="Click here">
    Popular reverse proxy with manual SSL certificates
  </Card>

  <Card title="📄️ Traefik" href="/docs/en/reverse-proxies/traefik" arrow="true" cta="Click here">
    Battle-tested reverse proxy
  </Card>
</Columns>
