# 04c) Final touches

We're almost there! Almost finished!

In these final touches, we'll see if the Panel can connect to the Node properly.

If that works, we can move on to creating game servers and actually using Pterodactyl!

### Check if the connection works

1. Head to your Pterodactyl Panel, in my case `https://pt-panel.engels.zip`.
2. Head to **Nodes** and you should see your Node having a Green Heart symbol, which means the connection to the node is succesful. So far so good!
3. You can select your Node, and check the version information.
4. **Congratulations!** That's basically Pterodactyl set up.

<figure><img src="https://i.imgur.com/XCbh0uL.gif" alt=""><figcaption></figcaption></figure>

### Troubleshooting

If the Pterodactyl Node appears offline (with a red heart instead of a green heart), proceed to the [Troubleshooting section](/troubleshooting/00-overview.md) of this guide. There may be some hints about what you can do.


---

# 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://guides.engels.zip/pterodactyl-setup/04-connecting-the-wings/04c-final-touches.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.
