注意:此安裝文檔假設您目前使用Ubuntu 20
cd /var/www/pterodactyl
php artisan down
curl -L https://github.com/MagicTeaMC/pterodactyl-tw/archive/refs/tags/0.2.0.tar.gz | tar -xzv
chmod -R 755 storage/* bootstrap/cache
php artisan view:clear
php artisan config:clear
chown -R www-data:www-data /var/www/pterodactyl/*
php artisan queue:restart
php artisan up