> For the complete documentation index, see [llms.txt](https://docs.pteroca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pteroca.com/quick-start/quick-start/first-installation.md).

# First Installation

**Goal**: Get PteroCA installed in 5-10 minutes using the fastest method.

## Fastest Path: Automatic Installation

If you want the fastest path, use **Automatic Installation**. This script handles all setup steps for you.

**Quick command:**

```bash
bash <(curl -s https://pteroca.com/installer.sh)
```

The automatic installer will:

* Install required dependencies
* Set up the database
* Configure the web server
* Install PteroCA files

**For detailed installation instructions, see**: [Automatic Installation](/installation/installation/automatic-installation.md)

{% hint style="info" %}
**Video Guide Available**

A step-by-step video guide is available on the Automatic Installation page to walk you through the entire installation process.
{% endhint %}

## Alternative Installation Methods

If you need more control or have specific requirements:

* **Docker Installation**: [Docker Installation Guide](/installation/installation/docker-installation.md)
* **Manual Installation**: [Manual Installation Guide](/installation/installation/manual-installation.md)

## After Installation

Once installation completes, you'll see a success message with your admin panel URL.

**Next step**: [Minimal Configuration](/quick-start/quick-start/minimal-configuration.md) →

{% hint style="info" %}
**Required for Full Functionality**

After installing PteroCA, you need two additional steps for all features (user accounts, server management, console, statistics, SSO) to work:

1. **Install PteroCA Plugin for Pterodactyl** — required on your Pterodactyl Panel server 👉 [Plugin Installation Guide](/core-configuration/pterodactyl-integration/addon-installation.md)
2. **Configure Allowed Origins in Wings** — required for server console and real-time stats 👉 [Allowed Origins Guide](/core-configuration/pterodactyl-integration/allowed-origins.md)
   {% endhint %}

## Troubleshooting

If you encounter issues during installation:

* Check [Installation Troubleshooting](/help-and-maintenance/troubleshooting/installation-issues.md)
* Review [Installation Documentation](/installation/installation.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pteroca.com/quick-start/quick-start/first-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
