#Can't access wing
1 messages · Page 1 of 1 (latest)
@olive prism; 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.
wings is running, i'm routing through cloudflare tunnel, i've checked with the port scanner and both 8080 and 443 seem to be ope
error:0A00010B:SSL routines::wrong version number
this is what i get when trying to curl the panel from wings
the other suggestions seem to be useless too
i don't get if i need to get multiple signed certificates (one for the panel and one for the wing) or if i can use the self signed for both
Cloudflare tunnel doesn’t allow https traffic on port 8080
Use port 8443
Should fix your issue
so i've modified the /etc/pterodactyl/config.yml with this port
then i've updated the port on cloudflare dashboard (even tried disabling proxying leaving dns only with no luck)
i also tried toggling between port 8443 and 443 in the panel config of the node without any luck
am i missing something?
Change the deamon listening port to 8443 in your panel node settings. Change the port to 8443 in your wings config. Restart wings and you should get a different error then wrong version number.
Simple! 😘
systemctl restart wings
now i'm able to curl the page content but i'm still getting the red heart (i tried basic things like forcing refresh and changing browser)
this is the output from the report if it can help
Send your panel logs
You'll need to grab the error logs from the Panel. The following command uploads the last 150 lines of this day's log to our pastebin and provides a link you can share.
tail -n 150 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99
I have found the following for: https://ptero.co/apuquxipak
@olive prism It looks like you are having issues with connecting to 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.
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
FATAL: [Jun 30 23:18:07.682] failed to load server configurations error=http: request creation failed: Get "https://games.gerosalorenzo.com/api/remote/servers?page=0&per_page=50": tls: failed to verify certificate: x509: certificate is not valid for any names, but wanted to match games.gerosalorenzo.com
trying to change that lead to this error after booting wings (i'm doing it manually, since i don't have it stable i won't setup the deamon)
You need to generate or renew a new valid certificate matching your domain. View our guide at https://pterodactyl.io/tutorials/creating_ssl_certificates.html
i'll try to do that tomorrow then, thanks bot ❣️