> For the complete documentation index, see [llms.txt](https://guides.engels.zip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.engels.zip/pterodactyl-setup/02-creating-urls/02a-create-url-for-pt-panel.md).

# 02a) Create URL for pt-panel

### Creation of the `pt-panel` URL

1. Head into your Cosmos Server web UI, under ServApps.
2. Find the `pt-stack` and select "**View Stack**"
3. Find the `pt-panel` container.
4. Under "**URLs**", select the `New (+)` button to create a new URL:

<figure><img src="https://i.imgur.com/4zDVDNK.png" alt="" width="375"><figcaption></figcaption></figure>

5. Go down to the "**Use Host**" field, and make sure it says the same, as you set it to in the `APP_URL` in the [Docker Compose example](/pterodactyl-setup/01-installing-pterodactyl/01a-the-docker-compose-example.md). In my case, it's `https://pt-panel.engels.zip`.

{% hint style="warning" %}
**Warning!** The URL you set here, must correspond to the one you set as `APP_URL` in the [Docker Compose example](/pterodactyl-setup/01-installing-pterodactyl/01a-the-docker-compose-example.md)
{% endhint %}

6. Select `Confirm` to create the URL.
7. You can press the `Refresh` button in Cosmos, if the URL doesn't show up immediately.

<figure><img src="https://i.imgur.com/s4BOImM.gif" alt=""><figcaption><p>Make sure your URL matches with the APP_URL, that you set in your Docker Compose example.</p></figcaption></figure>

8. You can head to the URL you created, and it **should** load the initial Pterodactyl login page.
9. If it doesn't, go to the [Troubleshooting section](/troubleshooting/00-overview.md) of this guide and see if there's anything there that can help.

<figure><img src="https://i.imgur.com/xBbXWPQ.png" alt=""><figcaption><p>Yay! So far so good!</p></figcaption></figure>

### On to the next step!


---

# 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://guides.engels.zip/pterodactyl-setup/02-creating-urls/02a-create-url-for-pt-panel.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.
