> For the complete documentation index, see [llms.txt](https://tuto.pristis.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tuto.pristis.fr/installer-pterodactyl.md).

# Installer Pterodactyl

Afin d'installer Pterodactyl, vous aurez besoin de: \
\- Un serveur VPS/VDS/Serveur Dédié avec accès ROOT user\
ou\
\- Un ordinateur avec Ubuntu (18.04, 20.04, 22.04)/Debian (10, 11) installé\
\
Tout d'abord, vous aurez besoin d'effectuer la commande suivante afin de mettre à jour le serveur/PC et d'installer les packets nécessaires :

```sh
apt update && apt full-upgrade -y && apt install bash sudo curl wget -y
```

Une fois ceci fait, je vous conseille d'utiliser le script de vilhelmprytz, qui vous permettra d'installer Pterodactyl sans difficulté en 1 seule ligne de commande :&#x20;

```sh
bash <(curl -s https://pterodactyl-installer.se)
```

Répondez en suite à toutes les questions proposées en anglais, vous pouvez utiliser Google Traduction.\
**Attention, ne mettez pas le SSL sur une IP (IP = 5.9.142.96 | Nom de domaine = Pristis.fr) !!**

**Tutoriel terminé ! En voir plus, c'est ci dessous ! ⬇️**


---

# 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://tuto.pristis.fr/installer-pterodactyl.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.
