- Download the JSON file from the releases page.
- Import the egg into your Pterodactyl panel.
- Create a new server.
- Visit the provided IP and port to access the server.
- To use a custom domain, create a reverse proxy on the host.
To remove access and error logs from the console, edit the Nginx configuration:
- Navigate to
nginx/conf.d/default.conf - Uncomment (remove the
#) the following lines:
#access_log /home/container/naccess.log;
#error_log /home/container/nerror.log error;
Forked from https://github.com/Sigma-Production/ptero-eggs