Wings has red heart

Please check if wings is running (systemctl status wings) in SSH. If there are not much information like here:

Then please run "wings" in the terminal and you will get the exact errors. Common Errors

Missing SSL certificate

In this example, I am missing my certificate for dev123.malthe.cc. In order to get the certificate, we can generate one. Please stop your webserver first (e.g. systemctl stop nginx or systemctl stop apache2) depending on your webserver. Then generate the certificate: certbot certonly -d <domain> If asked, select "Temporary webserver" When you have got your certificate, start your webserver again (e.g. systemctl start nginx or systemctl start apache2) depending on your webserver.

More errors will be added by the time. You are always welcome to get support on the discord server: https://discord.gg/3UUrgEhvJ2

Last updated