# Comment installer PhpMyAdmin sur Pterodactyl

Une installation de Pterodactyl (au dessus ou égale à 1.0) est requise, une base de données reliée au panneau et le package sudo, wget et unzip.

Tout d'abord, nous allons commencer par se rendre dans le directory, donc par défaut :

```sh
cd /var/www/pterodactyl/public
```

Ensuite, nous allons télécharger le fichier .zip de PhpMyAdmin contenant toutes les langues et l'extraire :

```sh
wget https://files.phpmyadmin.net/phpMyAdmin/5.2.1/phpMyAdmin-5.2.1-all-languages.zip && unzip phpMyAdmin-5.2.1-all-languages.zip
```

Ensuite, nous allons déplacer le dossier dans le directory /phpmyadmin et lui accorder des permissions pour correctement fonctionner :

```sh
mv phpMyAdmin-5.2.1-all-languages phpmyadmin && chmod 777 phpmyadmin
```

Vous pouvez désormais accéder à phpmyadmin en accédant à l'URL http(s)://\<nom-de-domaine>/phpmyadmin

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


---

# Agent Instructions: 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/comment-installer-phpmyadmin-sur-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.
