#Wings not conecting to panel 8080already in use and more isuees

2 messages · Page 1 of 1 (latest)

obtuse shadow
#

COMAND: service wings status: Active
error: cron: failed to send activity events to Panel

COMAND: wings --debug:
DEBUG: [Jun 24 10:05:34.867] making request to external HTTP endpoint endpoint=https://<domain>/api/remote/servers/reset headers=map[Accept:[application/vnd.pterodactyl.v1+json] Authorization:[(redacted)] Content-Type:[application/json] User-Agent:[Pterodactyl Wings/v1.11.6 (id:kr9ML2YpnxrH7F56)]] method=POST
FATAL: [Jun 24 10:05:34.867] failed to configure HTTPS server auto_tls=false error=listen tcp 0.0.0.0:8080: bind: address already in use

COMAND: ss -tulpn
tcp LISTEN 0 65535 *:2022 *:* users:(("wings",pid=129318,fd=18)
tcp LISTEN 0 65535 *:8080 *:* users:(("wings",pid=129318,fd=10))

COMAND: tail -n 1000 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | grep "[$(date +%Y)"

[2023-06-24 04:16:05] production.WARNING: GuzzleHttp\Exception\ConnectException: cURL error 7: Failed to connect to psywrk.psycho-knights.net port 8080: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://<domain>:8080/api/servers/<server> in /var/www/pterodactyl/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210

BROWSER: Search ptero Panel it works

BROWSER: https://:8080$url ->{"error":"The required authorization heads were not present in the request."}

I panel with 80 redirect to 443 ssl website vhsot

marsh pecanBOT
#

@obtuse shadow 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.