Pterodactyl ist ein tolles Gamehosting Panel. Für einen weiteren Node einfach einen neuen Wings server aufsetzen.
Wings-Logs:
wings diagnostics log
tail -n 100 /var/log/pterodactyl/wings.log | nc bin.ptdl.co 99
Panel-Logs:
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99
Panel Update: pterodactyl.io/panel/1.0/updating.html
Wings Update: pterodactyl.io/wings/1.0/upgrading.html
sudo certbot certificates # Haltbarkeit der bisherigen Zertifikate
systemctl stop nginx #only panel
certbot renew
systemctl start nginx #only panel
sudo systemctl restart wings #restart node falls certfificate invalid
pterodactyl.cloud/ - Mobile App only works till version 0.7
Client side Database link
Cd /srv/daemon
sudo npm start
Restart: systemctl restart wings
cd /srv/daemon/ && npm run diagnostics
tail -n 100 /var/www/pterodactyl/storage/logs/laravel-$(date +%F).log | nc bin.ptdl.co 99