# Guide: Pterodactyl Theme Installation

## 1. Upload the files

Drag the the provided files & folders *("**tailwind.config"**  file & **"resources"** folder)* in your pterodactyl directory (*usually: **/var/www/pterodactyl***)

## 2. Install Dependencies

Once you've uploaded  the requested files, open your **SSH** *(Console / Root)* and install **nodejs** and **yarn** with the following command&#x73;**:**

### **Installing Nodejs on Ubuntu/Debian:**

```bash
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install -y nodejs
```

### Installing Nodejs on CentOS:

&#x20;[⚠️](https://emojipedia.org/warning/) **Attention:** Run only the command interested for your OS version

```bash
# Any Other Version of CentOS:
curl -sL https://rpm.nodesource.com/setup_20.x | sudo -E bash -

# CentOS 8:
sudo dnf install -y nodejs yarn

# CentOS 7:
sudo yum install -y nodejs yarn
```

### Installing Yarn on **Ubuntu/Debian/CentOS:**

```bash
npm i -g yarn
```

## 3. Building the panel:

### Install panel build dependencies:

```bash
cd /var/www/pterodactyl
yarn
```

### Build the panel:

```bash
cd /var/www/pterodactyl
yarn build:production
```

**✅ Done, enjoy your panel and thank you for your support!**\
\&#xNAN;*You can leave a* [⭐](https://emojipedia.org/star/)[⭐](https://emojipedia.org/star/)[⭐](https://emojipedia.org/star/)[⭐](https://emojipedia.org/star/)[⭐](https://emojipedia.org/star/) ***review** if you want, it will support me a lot!*

{% hint style="info" %}
**In case of any problems or questions you can contact me on our support discord, and I will be happy to answer/help you:** [**http://discord.ultrasetups.com**](< http://discord.ultrasetups.com>)
{% endhint %}


---

# 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://itsphill.gitbook.io/ultra-setups/master.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.
