Egg Repository

Pterodactyl Community Egg Repository

starmade

starmade

Read Me

Starmade Server

From their Homepage - Guide

The ultimate space sandbox. Participate in epic fleet battles, form alliances, strive to dominate entire galaxies and harness the universe’s resources for your industrious empire or the destruction of others. Customise your experience, the universe is yours!

Server Ports

Ports required to run the server

Portdefault
Game4242
Yolks
NameTag
ghcr.io/ptero-eggs/yolks:java_16ghcr.io/ptero-eggs/yolks:java_16
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
Server JarfileSERVER_JARFILEStarMade.jarYesYes
Install Script
#!/bin/bash
# starmade Installation Script
#
# Server Files: /mnt/server
apt update
apt -y install curl

cd /mnt/server

wget -O starter.jar http://files.star-made.org/StarMade-Starter.jar

java -jar starter.jar -nogui

mv ./StarMade/* ./
rm -r ./StarMade

## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"