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

# Important Pages: The Opus Host Docs at a Glance

> A curated jump list to the most useful pages in the Opus Host docs — getting started, hardening, guides, and support.

New here? Start with these. Each card links straight to a page most Opus Host users end up needing.

## Start here

<CardGroup cols={2}>
  <Card title="Claim Your VPS" icon="rocket" href="/claim-your-vps">
    Get a free VPS provisioned in under two minutes.
  </Card>

  <Card title="Quick Start" icon="bolt" href="/quickstart">
    From new account to SSH access in five minutes.
  </Card>

  <Card title="First 10 Minutes" icon="list-check" href="/guides/first-10-minutes">
    Hardening checklist for a brand-new VPS.
  </Card>

  <Card title="SSH Access" icon="terminal" href="/vps/ssh-access">
    Connect from Windows, Mac, or Linux — with key auth.
  </Card>
</CardGroup>

## Control panel

<CardGroup cols={2}>
  <Card title="Overview" icon="gauge" href="/panel/overview">
    Manage your VPS from any browser.
  </Card>

  <Card title="In-Browser Console" icon="square-terminal" href="/panel/console">
    A terminal on your VPS with no SSH client needed.
  </Card>

  <Card title="Backups & Snapshots" icon="floppy-disk" href="/panel/backups">
    Take manual backups before risky changes.
  </Card>

  <Card title="File Manager" icon="folder-open" href="/panel/file-manager">
    Upload, download, and edit files in the browser.
  </Card>
</CardGroup>

## Manage your VPS

<CardGroup cols={2}>
  <Card title="Firewall" icon="shield" href="/vps/firewall">
    Lock the server down with UFW.
  </Card>

  <Card title="User Management" icon="user-plus" href="/vps/user-management">
    Add sudo users and disable root SSH.
  </Card>

  <Card title="Package Updates" icon="arrow-up-right-dots" href="/vps/package-updates">
    Keep your VPS patched.
  </Card>

  <Card title="systemd Services" icon="gears" href="/vps/systemd-services">
    Keep apps running after logout and reboot.
  </Card>
</CardGroup>

## Popular guides

<CardGroup cols={2}>
  <Card title="Web Server (Nginx)" icon="globe" href="/guides/install-web-server">
    Serve a website on your VPS.
  </Card>

  <Card title="Let's Encrypt SSL" icon="lock" href="/guides/lets-encrypt-ssl">
    Free HTTPS in one command.
  </Card>

  <Card title="Docker" icon="docker" iconType="brands" href="/guides/docker">
    Install Docker and Docker Compose.
  </Card>

  <Card title="Custom Domain" icon="link" href="/guides/custom-domain">
    Point a domain at your VPS.
  </Card>

  <Card title="Discord Bot" icon="discord" iconType="brands" href="/guides/run-a-bot">
    Run a bot 24/7.
  </Card>

  <Card title="Minecraft Server" icon="cube" href="/guides/setup-game-server">
    Java Edition, invite your friends.
  </Card>
</CardGroup>

## Account

<CardGroup cols={2}>
  <Card title="Register" icon="user" href="/account/register">
    Create a free Opus Host account.
  </Card>

  <Card title="Renewal" icon="calendar" href="/account/renew">
    Renew your free VPS before it expires.
  </Card>

  <Card title="Acceptable Use" icon="scale-balanced" href="/account/rules">
    What is allowed — and what is not.
  </Card>

  <Card title="Resource Limits" icon="chart-simple" href="/vps/resource-limits">
    CPU, RAM, disk, and bandwidth limits.
  </Card>
</CardGroup>

## Support

<CardGroup cols={2}>
  <Card title="FAQ" icon="circle-question" href="/faq">
    Answers to the most common questions.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    Fix SSH, disk full, slow performance, and more.
  </Card>

  <Card title="Contact Support" icon="life-ring" href="/support/contact">
    Panel tickets and Discord community.
  </Card>

  <Card title="Unblock Mail Ports" icon="envelope-open" href="/support/unblock-mail-ports">
    Send mail from your VPS.
  </Card>

  <Card title="Report Abuse" icon="triangle-exclamation" href="/support/report-abuse">
    Report abuse from an Opus Host IP.
  </Card>

  <Card title="Data Deletion" icon="trash" href="/support/data-deletion">
    Permanently delete your account and all data.
  </Card>
</CardGroup>
