#port
18 messages · Page 1 of 1 (latest)
You are most likely trying to start wings when it's already running
By troubleshooting what ever your actual issue is, insted of trying to start wings when it's already running
is it i just follow the step from this? https://pterodactyl.io/panel/1.0/troubleshooting.html?
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
the wings is not connecting with my panel
i already use the generated token to connect the wings with panel
but nothing change
I have found the following for: https://ptero.co/yofikihoyu.http
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.
So complete the troubleshooting
Yes follow these steps
well what did you find out?