- Download Ubuntu Desktop.
- Flash it to a USB drive using Rufus (Windows) or
dd
(Linux/Mac). - Boot from the USB drive.
- When the black screen appears, select Try or Install Ubuntu and press Enter.
- Follow the installation steps (Next → Next → Next).
- Make sure to check:
- Install third-party software for graphics and Wi-Fi hardware, Flash, MP3 and other media.
Run the following commands to update and configure your system:
wget https://github.com/RubyEyedReaper/angry/blob/main/ubuntu.sh
sudo chmod +x ubuntu.sh
sudo ./ubuntu.sh
Run the following commands to install and configure Pterodactyl:
bash <(curl -s https://pterodactyl-installer.se)
Enable and start the wings service:
sudo systemctl enable wings
sudo systemctl start wings
sudo ufw status
✅ Your Ubuntu system with Pterodactyl is now set up and ready to use.