# Pterodactyl

Visit the following Page for more information and for the download.&#x20;

{% @github-files/github-code-block %}

{% embed url="<https://pterodactyl.io/project/introduction.html>" %}

{% hint style="warning" %}
The guide uses the tag "latest" for the server which potentially isn't what you want.

Check the file "egg-tilted-evolution.json" for the word "docker\_images". \
Here "latest" is mentioned twice which needs to be changed to the desired version e.g. "1.5.0". Available versions can be found here <https://hub.docker.com/r/ad3m3r5/tiltedevolution-pterodactyl/tags>
{% endhint %}

{% hint style="info" %}
The following steps are the same as mentioned on the Github page.&#x20;
{% endhint %}

## Steps:

* Download the `egg-tilted-evolution.json` egg definition
* Adding the Nest & Egg
  * admin > Nests > **Create New**
    * Name: "Skyrim"
    * **Save**
  * admin > Nests > **Import Egg**
    * Egg File: `egg-tilted-evolution.json`
    * Associated Nest: "Skyrim"
    * **Import**
* Creating a Server
  * admin > "Servers" > **Create New**
    * Server Name: "Skyrim Together Reborn"
    * Server Owner: *desired user*
    * Memory: *desired memory allocation*
    * Disk: *desired disk space*
    * Nest: "Skyrim"
    * Egg: "Tilted Evolution"
    * **Create Server**
* Configuring the Server
  * Using the CLI:
    * Can be done while the server is running using the built in CLI commands.
    * This config will be saved to the `STServer.ini` file upon shutdown.
  * Using the `STServer.ini`:
    * Can ONLY be done while the server is shutdown
    * If done while running, the config will be overwritten with the running config
* Updating the Server
  * Pterodactyl should automatically pull the latest image when (re)starting the server


---

# 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://wiki.tiltedphoques.com/tilted-online/guides/server-guide/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.
