#in all my servers the console loads indefinitely
157 messages · Page 1 of 1 (latest)
check wings status
I have found the following for: https://media.discordapp.net/attachments/1299290100856918016/1299312001285095434/5462A69E-2B60-4169-B8F2-A0E84BB3196F.png?ex=671cbe19&is=671b6c99&hm=b1ecca264d2b8186ef9ffc6f2af2c70446c73352f3591678561094c2802db422&
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.
I have found the following for: https://media.discordapp.net/attachments/1299290100856918016/1299312197289246784/5462A69E-2B60-4169-B8F2-A0E84BB3196F.png?ex=671cbe47&is=671b6cc7&hm=e73559479c6c8a9e48cd3af72b5a8d18fafd307f83d431326472a67d5ff5172b&
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.
Do what the bot says and don’t repost it.
i do but the error come back every time
From your screenshot, it shows that 0.0.0.0:8080 is already in use, do you have anything else running on port 8080?
https://cdn.razy.me/u/5c88fcb9-ddbd-4e4a-b8d8-ec627a567cce.png
I have found the following for: https://cdn.razy.me/u/5c88fcb9-ddbd-4e4a-b8d8-ec627a567cce.png
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.
no only this
try changing the port on pterodactyl
try something like 8081
make sure to update the configuration as well
i am going to try thx
no worries, keep me updated ^^
ok
did that same error happen when you tried to open 8080?
no
hm interesting
8082 it work
try it again
then there must be an issue in your configuration
can you show the settings page for the node?
can you show the other config as well
i think there may be an issue with it somewhere
Get 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
run this please
I have already launched it
what does it return
i send you
Changing node settings is useless unless wings config is also updated
8082 isn't reachable, likely because wings isn't running on that port
systemctl status wings
this?
he isnt able to generate the new config
this
it just returns an error
it the result of th command
he gets this when trying to generate new config
so he cant update wings
That's autodeploy
Manually update the config
There's too much other shit in those logs to fix the token error
@hushed star you can try to copy the manual config instead of auto-deploy?
how i do that
copy this
then edit the
/etc/pterodacty/config.yml
and replace its contents
with that
i replace all this by "/etc/pterodacty/config.yml" ?
let me send you the commands to help you
You are expected to understand how to read documentation to use this Panel. We have spent many hours detailing how to install or upgrade our software. Please, take some time and read rather than copy and pasting and then complaining when things do not work.
If you expect to be able to install this with no understanding of basic linux system administration you should stop and turn around now
cd /etc/pterodactyl
rm -rf config.yml
nano config.yml
paste all the contents with ctrl + shift + v
then save with ctrl + x, y, enter
^
what i do now ?
after this
run:
sudo wings --debug
what content i copy ?
just run sudo wings --debug :)
i leave the nano ?
did you run all the commands i told you to?
all these?
i just do that : cd /etc/pterodactyl
rm -rf config.yml
nano config.yml
screenshot your console pls
I have found the following for: https://media.discordapp.net/attachments/1299290100856918016/1299382682492600321/DE7A511D-DD92-4EAE-9B2F-31955FCC858B.png?ex=671cffec&is=671bae6c&hm=ea01fbaff07a6eb5dc594efd598d68bc1ba31322c1c70eac98dd83df280e773e&
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.
you need to paste the wings config from the panel into the nano window
then save it
once saved, run sudo wings --debug
I have found the following for: https://media.discordapp.net/attachments/1299290100856918016/1299383251957186611/04685BA7-F0B9-40A1-8782-40206AF1A7AB.png?ex=671d0074&is=671baef4&hm=ec65f826246ee9b0873e280ae46f4c80408d770e6a04830fd37b05edb77390ea&
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.
you have not updated the port correctly
delete the node on your panel
and make a new one
with the new port
then try reupload the wings config
so is 8082 working?
i thinx i dont have error for 8082
then change the 2022 port, and reupload wings config
yeah you need to
do this
and run the command it gives you
then run
sudo wings --debug
and see if it works
Simple! 😘
systemctl restart wings
and then check your server on your panel
make the server on the new node you made
use a different port
he is going to make the same error
Are you sure you aren't already running wings via systemctl?
If you followed the docs, you are
Simple! 😘
systemctl restart wings
How are you "restart"ing wings?
systemctl restart wings
Simple! 😘
systemctl restart wings
and how are you viewing these logs
Right
So why are you trying to start it AGAIN with wings --debug?
sudo wings --debug
then its trying to run
wings
twice
so thats why youre receiving the error
wath i have to do ?
Stop trying to run wings twice
What makes you think it's not running in the first place
So your friend installed everything for you?