> 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/troubleshooting/00-overview/01-the-node-shows-up-as-offline.md).

# 01) The Node shows up as offline

## Help! My Pterodactyl Node shows up as Offline in the Panel! :angry:

If the Pterodactyl Node appears to be offline (with a red heart symbol instead of a green heart), you can try the following. However, keep in mind that it may not work for you.

Before proceeding with any of these steps, ensure that you have completed all of the steps in the guide and have not missed any.

### Disable the Smart Shield Protection

* Disable the **Smart Shield Protection** for the `pt-wings` URL. It somtimes doesn't play well with the `pt-wings`. It might change in the future. If you don't want to Disable it entirely, you can try setting the setting to Lenient instead of Default.

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

### Setup CORS with a wildcard

* If the step above didn't do anything, you could try and use the \* for the CORS option. This is covered in [this section](/pterodactyl-setup/02-creating-urls/02c-setting-up-cors/02cb-cors-option-2-failsafe.md) of the how-to guide.


---

# 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/troubleshooting/00-overview/01-the-node-shows-up-as-offline.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.
