#in all my servers the console loads indefinitely

157 messages · Page 1 of 1 (latest)

hushed star
#

in all my servers the console loads indefinitely

vale light
glass patioBOT
#

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.

hushed star
glass patioBOT
#

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.

vale light
hushed star
#

i do but the error come back every time

languid marsh
glass patioBOT
#

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.

languid marsh
#

try something like 8081

#

make sure to update the configuration as well

hushed star
#

i am going to try thx

languid marsh
hushed star
#

ok

hushed star
#

i cant open this port

languid marsh
#

try another port

#

8082 maybe?

languid marsh
# hushed star

did that same error happen when you tried to open 8080?

hushed star
#

no

languid marsh
#

hm interesting

hushed star
#

8082 it work

languid marsh
#

perfect

#

now see if wings works

hushed star
#

when i try to generate token

languid marsh
hushed star
#

no

#

same

languid marsh
#

then there must be an issue in your configuration

#

can you show the settings page for the node?

hushed star
languid marsh
#

i think there may be an issue with it somewhere

hasty flax
hushed star
#

where is the logs ?

glass patioBOT
#

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

hushed star
languid marsh
#

or on a vps?

hushed star
#

my other pc

#

virtual machine

languid marsh
#

hm okay

#

all the config seems to be fine

hushed star
#

I have already launched it

languid marsh
#

what does it return

hushed star
#

i send you

hasty flax
#

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

languid marsh
languid marsh
hushed star
languid marsh
#

it just returns an error

hushed star
#

it the result of th command

languid marsh
#

so he cant update wings

hasty flax
#

That's autodeploy
Manually update the config

There's too much other shit in those logs to fix the token error

languid marsh
#

@hushed star you can try to copy the manual config instead of auto-deploy?

hushed star
#

how i do that

languid marsh
#

copy this

#

then edit the

#

/etc/pterodacty/config.yml

#

and replace its contents

#

with that

hushed star
#

i replace all this by "/etc/pterodacty/config.yml" ?

languid marsh
#

let me send you the commands to help you

glass patioBOT
#

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

languid marsh
#

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

hushed star
languid marsh
#

try the command i edited

hushed star
#

what i do now ?

languid marsh
#

run:
sudo wings --debug

hushed star
#

what content i copy ?

languid marsh
#

just run sudo wings --debug :)

hushed star
#

i leave the nano ?

languid marsh
hushed star
#

i just do that : cd /etc/pterodactyl
rm -rf config.yml
nano config.yml

languid marsh
#

screenshot your console pls

hushed star
glass patioBOT
#

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.

languid marsh
# hushed star

you need to paste the wings config from the panel into the nano window

#

then save it

hushed star
#

ok

#

now

languid marsh
#

once saved, run sudo wings --debug

hushed star
#

same

glass patioBOT
#

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.

languid marsh
#

delete the node on your panel

#

and make a new one

#

with the new port

#

then try reupload the wings config

hushed star
#

now its 2022

#

the problem

languid marsh
#

so is 8082 working?

hushed star
#

i thinx i dont have error for 8082

languid marsh
#

then change the 2022 port, and reupload wings config

hushed star
#

i cant change

languid marsh
#

yeah you need to

#

do this

#

and run the command it gives you

#

then run

#

sudo wings --debug

#

and see if it works

hushed star
#

its ok

#

no error

languid marsh
#

perfect, now you can exit that

#

then run

#

systemctl restart wings

glass patioBOT
#

Simple! 😘

systemctl restart wings
languid marsh
#

and then check your server on your panel

hushed star
languid marsh
hushed star
#

again loading

#

the error is back

languid marsh
#

use a different port

hushed star
#

he is going to make the same error

hasty flax
#

Are you sure you aren't already running wings via systemctl?

#

If you followed the docs, you are

hushed star
#

i change

#

no error

#

i restart wings error come back

glass patioBOT
#

Simple! 😘

systemctl restart wings
hushed star
hasty flax
#

How are you "restart"ing wings?

hushed star
#

systemctl restart wings

glass patioBOT
#

Simple! 😘

systemctl restart wings
languid marsh
hasty flax
#

Right
So why are you trying to start it AGAIN with wings --debug?

hushed star
languid marsh
#

wings

#

twice

#

so thats why youre receiving the error

hushed star
#

wath i have to do ?

hasty flax
#

Stop trying to run wings twice

What makes you think it's not running in the first place

hushed star
#

my friend say to do that

#

and after that i have the error

hasty flax
#

So your friend installed everything for you?

hushed star
#

no i make all the install but he tell me to do tath

#

i understant my error thank you i dont need help now