This repository contains Pterodactyl / Pelican eggs maintained by Sigma Productions, providing preconfigured setups for web hosting (with WordPress support) and internet radio streaming (Icecast2 + Liquidsoap).
Easily deploy a web server with optional WordPress support.
- Download the JSON egg file from the releases page.
- Import the egg into your Pterodactyl panel.
- Create a new server.
- Optionally, enable WordPress during setup for automatic installation.
- Install Composer packages either during setup or afterward.
- Access your server via the assigned IP and port.
- For WordPress:
http://ip:port/wp-admin
- For WordPress:
- (Optional) Use a custom domain by setting up a reverse proxy on the host.
To remove access/error logs from console output:
- Open
nginx/conf.d/default.conf
- Uncomment these lines:
#access_log /home/container/naccess.log; #error_log /home/container/nerror.log error;
Run your own internet radio station with streaming and automation.
- 🎵 Stream audio with Icecast2
- 🤖 Automate playback via Liquidsoap
- ⚙️ Easy setup inside Pterodactyl or Pelican
- 📂 Upload & stream your own media library
- Download the JSON egg file from the releases page.
- Import the egg into your Pterodactyl or Pelican panel.
- Deploy the server as usual.
- Configure stream settings & upload music.
- Customize your Liquidsoap config: Liquidsoap Documentation
- Pterodactyl (v1.0+) or Pelican Panel
- Storage for your music files
- Open ports for Icecast2 (default:
8000
)
- Webhost Egg originally forked & edited from tenten8401/pterodactyl-nginx
- Provided under the MIT License.
© 2024–2025 Sigma Productions. All rights reserved.