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

# Server

> Dedicated hardware and service architecture

# Server

Reincarnatiopedia runs on a dedicated Hetzner EX63 — no shared hosting, no containers, bare metal performance.

## Hardware

| Spec     | Value                        |
| -------- | ---------------------------- |
| CPU      | Intel Core Ultra 7, 20 cores |
| RAM      | 64 GB DDR5                   |
| Storage  | 2x 960 GB NVMe SSD           |
| Network  | 1 Gbit/s                     |
| Location | Hetzner, Germany             |
| OS       | Debian Trixie                |

## Services

All managed via systemd:

| Service          | Technology | Purpose                        |
| ---------------- | ---------- | ------------------------------ |
| `nginx`          | Nginx      | Web server, reverse proxy, SSL |
| `php8.4-fpm`     | PHP 8.4    | WordPress runtime              |
| `mariadb`        | MariaDB    | Primary database               |
| `redis-server`   | Redis 8.0  | Object cache, token balances   |
| `lighthouse-bot` | Python     | Telegram bot + audits          |
| `consilium`      | Node.js    | AI debate system               |
| `mcp-server`     | Python     | Infrastructure API             |

## Resource Usage

With 200 language subdomains, 7 services, and AI workloads:

* **RAM**: \~3 GB used of 64 GB
* **Disk**: \~9 GB used of 960 GB
* **CPU**: Minimal baseline, spikes during audits

The server is massively overprovisioned by design — room to scale to millions of visitors without infrastructure changes.
