#Error on Node

18 messages · Page 1 of 1 (latest)

glass abyss
#

Hello i'm using pterodactyl for so long and now i have this error in my node
FATAL: [Jul 13 14:38:54.484] failed to configure HTTPS server auto_tls=false error=listen tcp 0.0.0.0:8080: bind: address already in use

neon gardenBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

glass abyss
#

local error: tls: bad record MAC

neon gardenBOT
glass abyss
#

FATAL: [Jul 13 14:43:06.906] failed to initialize the sftp server error=listen tcp 0.0.0.0:2022: bind: address already in use

neon gardenBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep 2022 to find what process is currently running and stop it. You can type killall -9 wings to shutdown any ghost Wings process if you are intentionally attempting to run Wings in debug manually.

glass abyss
#
neon gardenBOT
#

There were too many logs to read @glass abyss. Please post 5 or less. Alternatively, please share larger logs using paste sites, such as pteropaste or hastebin.

neon gardenBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

glass abyss
#

node offline

#

FATAL: [Jul 13 14:49:00.171] failed to configure HTTPS server auto_tls=false error=listen tcp 0.0.0.0:8080: bind: address already in use

neon gardenBOT
#

You already have an instance of Wings running through systemd service and are trying to start another duplicate instance, for example by using the commands wings and wings --debug, or another service is using the port.

Use ss -plnt | grep :8080 (or grep :8443 depending on the port) to find what process is currently running and stop it. You can type killall wings to shutdown any ghost Wings process.

glass abyss
neon gardenBOT
#

@glass abyss 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.

glass abyss
#

remote error: tls: unknown certificate

neon gardenBOT