#Error on Node
18 messages · Page 1 of 1 (latest)
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.
local error: tls: bad record MAC
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
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
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.
FATAL: [Jul 13 14:43:59.265] failed to configure HTTPS server auto_tls=false error=listen tcp 0.0.0.0:8080: bind: address already in use
Stacktrace:
listen tcp 0.0.0.0:8080: bind: address already in use
github.com/pterodactyl/wings/cmd.rootCmdRun
github.com/pterodactyl/wings/cmd/root.go:369
github.com/spf13/cobra.(*Command).execute
github.com/spf13/[email protected]/command.go:920
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/[email protected]/command.go:1044
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/[email protected]/command.go:968
github.com/pterodactyl/wings/cmd.Execute
github.com/pterodactyl/wings/cmd/root.go:71
main.main
github.com/pterodactyl/wings/wings.go:17
runtime.main
runtime/proc.go:250
runtime.goexit
runtime/asm_amd64.s:1594
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.
Stacktrace:
listen tcp 0.0.0.0:8080: bind: address already in use
github.com/pterodactyl/wings/cmd.rootCmdRun
github.com/pterodactyl/wings/cmd/root.go:369
github.com/spf13/cobra.(Command).execute
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.
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
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.
jquery.min.js?t={cache-version}:4 GET https://justanodeofthehost.villagecraft.org:8080/api/system net::ERR_CONNECTION_REFUSED
@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.
remote error: tls: unknown certificate
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