Pterodactyl Wings Won't Install - Can't Find Help Online
Just had a question up here, but ran into another problem. I'm on one of the final steps of running these commands to install the Wings:
sudo mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo chmod u+x /usr/local/bin/wings
Everything appeared to work/download just fine. However when I run the command (sudo wings --debug) to make sure Wings is working correctly. It provides me with an error saying this:
2024/06/29 21:26:28 cmd/root: error while reading configuration file: yaml: unmarshal errors:
line 1: cannot unmarshal !!str
/var/li...
into config.Configuration
I have no clue why it's doing this and I can't find any similar issues online. Any help?28 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by classychaseex#0
have you configured the node in ptero?
and deployed it?
hi again! yeah i configured everything and deployed it, but im not getting a green heart on the panel. says there is an issue
did you use the autodeploy method?
i tried the manual way first and it didn't work. just tried the auto deploy to the same issue
are you using cloudflare proxying
is it gray cloud?
on the wings record
can you send the entire error of wings?
send it in a codeblock or something
the entire log that is
im on cloudflare, they are all gray clouds
the error in the post was the entire error
rerun wings, and send the entire log in a codeblock please
the error is virtually unreadable
how can i expand on the log? thats everything that shows up on my end?
when you run
sudo wings --debug
, send everything that outputs2024/06/29 21:33:53 cmd/root: error while reading configuration file: yaml: unmarshal errors:
line 1: cannot unmarshal !!str
/var/li...
into config.Configuration
thats literally everythingcan you DM me your configuration file?
yeah, the one in /etc/pterodactyl?
yes please
interesting. the config file appears to have been overwritten or something
its blank
that's why lol
make sure you're saving the yml file
and you're as root
its just weird bc i had already filled it out and saved it correctly. i just copied the configuration file back into the config file (again) and now it works
lmao
happens to the best of us
perfect, now im getting a logo that says WINGS following a bunch of text
:D
i assume thats a good thing lol
yeah
if the heart is green
then stop wings, and daemonize it
(as said in the docs)
perfect will do, onto the next steps! i will get you to work ptero, I WILL!!!
:LUL:
running the debug tool again and now its giving an error. worked the first time but the heart wasnt turning green on the panel. tried running the debug again and now it gives me an error. i'll dm you the output
alright
Would recommend posting your error in code block in the ptero discord.
Same thing happened to me and it turned out I had a daemon running wings and was also trying to run wings again, so I stopped the 2nd instance of wings and it worked. Something worth checking I guess