Wings is showing as offline in the Panel, even though there are no errors in the wings or in browser console
#[solved] issues with wings ( behind proxy )
7 messages · Page 1 of 1 (latest)
I have found the following for: https://media.discordapp.net/attachments/1452663274100363306/1452663274339569685/image.png?ex=694aa199&is=69495019&hm=5e0354b8af2be7d35dec4ba41ecd5994390f0b9147de3551328ec252da2da006&
@pliant rock; It looks like your browser is unable to reach the Wings.
Make sure that your wings are running using systemctl status wings and that your Wings ports (by default 8080/2022) are open in your firewall or router. This website can check your ports https://dnschecker.org/port-scanner.php
Browser console errors can also provide additional debugging information. More troubleshooting steps can be found at https://pterodactyl.io/panel/1.0/troubleshooting.html#cannot-connect-to-server-errors
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.
@pliant rock You don't have HTTPS enabled or are missing the SSL certificate that would be generated by following our guide: https://pterodactyl.io/tutorials/creating_ssl_certificates.html
When using Cloudflare proxy for your Wings FQDN, the Node/Wings Port should be set to 8443, which is a HTTPS Port on Cloudflare. The default Wings port 8080 is HTTP only on Cloudflare and, as such, will cause SSL protocol errors. Make sure to have Node settings set to "not behind proxy" when using full SSL settings.