#Wings failed to load configurations error=http: request creation failed

3 messages · Page 1 of 1 (latest)

cedar pier
#

Howdy, just setup pterodactyl panel and wings and have SSL setup with certifacates. I am able to connect to the panel just fine but seems wings is having issues. I ensured allow ports were open and allowed with ufw. And node configuration is point to the correct SSL certificates.

Here is a pastebin of my wings logs: https://pastebin.com/SzJbYgks
Line 12 for the error.

tulip mapleBOT
#

If you want to install Pterodactyl Panel, please have a look at our documentation: https://pterodactyl.io/panel/getting_started.html
I have found the following for: https://pastebin.com/SzJbYgks
@cedar pier; It looks like the Panel or Wings is responding too slowly, causing the request to timeout. Usually, this indicates some sort of a network issue.

Should the panel and wings be located on the same network, you might experience NAT reflection issues. In that case, type .nat for more information.

tulip mapleBOT
#

Suppose you are having trouble connecting to a Panel or Node on the same network as your device, or Panel and Wings can't reach each other on the same network. In that case, you may have to edit your /etc/hosts file to point the domain to the local IP, as some routers don't handle NAT Loopback correctly, if at all. On Windows, this file is at C:\Windows\System32\Drivers\etc\hosts

192.168.1.24 panel.mydomain.com node1.mydomain.com
192.168.1.25 node2.mydomain.com