Panel or Daemon: Wings
Version of Panel/Daemon: V0.8.0-alpha.1
Server's OS: Ubuntu 18.0.4
Your Computer's OS & Browser: Windows 10 Chrome
Describe the bug
Error when starting the server. (Permission denied)
[Status Change] Server marked as starting...
[Status Change] Server marked as offline...
To Reproduce
Steps to reproduce the behavior:
Install the panel and wings
Make a server
See the error in the console
Expected behavior
The server to start without any bugs
restart your daemon @JackW6809
Same problem here with the nodejs daemon on debian 9 linux kernel 5.0 lxc container.
Docker works fine, but when I try to install/start a server through the pterodactyl panel I get https://pastebin.com/Vq1kFMW1 @Fabian-Ser
Also @PBenji , do you restarted your daemon?
@Fabian-Ser Dane told me to put it up here so they do not forget about the bug as stated in the discord:

@PBenji What fixed it for me was setting the daemon-data file to 777 recursively in /srv/
@PBenji this issue is for the wings daemon, which is very different from the Nodejs one. Please open a separate issue to report on that.
@JackW6809 chmodding the daemon-data folder to 777 permissions suprisingly fixed it, thank you.
I also tried chowning the daemon-data folder to the pterodactyl user, but that does not seem to fixed it.
@DaneEveritt Thanks, but the problem got solved!
@PBenji What fixed it for me was setting the daemon-data file to 777 recursively in /srv/
@DaneEveritt If this fixed it I would forward such on:
@JackW6809 chmodding the daemon-data folder to 777 permissions suprisingly fixed it, thank you.
I also tried chowning the daemon-data folder to the pterodactyl user, but that does not seem to fixed it.
777 is never an appropriate fix. :)
Most helpful comment
777is never an appropriate fix. :)