<Stats />

<div class="preview-container">
  <img
    :srcset="browserPreviewSrcset"
    sizes="(min-width: 768px) 65vw, 100vw"
    src="/browser-preview.webp"
    alt="Calagopus admin panel showing the server management dashboard with two Minecraft servers"
    class="browser-preview"
    loading="eager"
    fetchpriority="high"
    width="1200"
    height="900"
  />
  <img
    :srcset="mobilePreviewSrcset"
    sizes="(min-width: 768px) 35vw, min(100vw, 500px)"
    src="/mobile-preview.webp"
    alt="Calagopus mobile interface showing a live server console on iPhone"
    class="mobile-preview"
    loading="lazy"
    width="500"
    height="500"
  />
</div>

<Features />

<section class="switch-wrapper" aria-labelledby="switch-heading">
  <h2 id="switch-heading" class="section-heading">Switching from another panel?</h2>
  <p class="switch-intro">
    Calagopus manages anything that runs in a Linux Docker container - Minecraft (Java and Bedrock), Rust,
    ARK, Valheim, FiveM, and more. Pterodactyl eggs work without modification, and migration tooling is
    built in. See how it stacks up against the panel you run today:
  </p>
  <div class="switch-grid">
    <a class="switch-card" href="/compare/calagopus-vs-pterodactyl">
      <strong>Calagopus vs Pterodactyl</strong>
      <span>Side-by-side comparison and a node-by-node migration path.</span>
    </a>
    <a class="switch-card" href="/compare/calagopus-vs-pelican">
      <strong>Calagopus vs Pelican</strong>
      <span>How the two Pterodactyl successors differ.</span>
    </a>
    <a class="switch-card" href="/compare/calagopus-vs-amp">
      <strong>Calagopus vs AMP</strong>
      <span>Open-source panel vs the licensed alternative.</span>
    </a>
  </div>
  <p class="switch-more">
    <a href="/compare/">All Pterodactyl alternatives compared</a> ·
    <a href="/docs/additional/migrations/pterodactyl">Pterodactyl migration guide</a> ·
    <a href="/docs/additional/migrations/pelican">Pelican migration guide</a>
  </p>
</section>

<section class="faq-wrapper" aria-labelledby="faq-heading">
  <h2 id="faq-heading" class="section-heading">Frequently Asked Questions</h2>
  <div class="faq-list">
    <details v-for="(faq, i) in faqs" :key="i" class="faq-item">
      <summary class="faq-question">{{ faq.q }}</summary>
      <p class="faq-answer">{{ faq.a }}</p>
    </details>
  </div>
  <p class="faq-more">
    <a href="/docs/about/what-is-calagopus">See more questions →</a>
  </p>
</section>

## Featured sponsors

These sponsors fund Calagopus development through a featured placement.

- **HEO Systems** - We provide affordable web and game hosting with transparent pricing and reliable performance. - https://heo-systems.com/
- **BuiltByOtte**
- **AndyIsHereBoi**
- **deburger**

Every sponsor, past and present, is listed on the [sponsors page](/docs/about/sponsors).

