StruxaEggs Explorer

Clone Hero

Game

Clone Hero is a classic instrument based rhythm game for Windows, Mac, Linux, and Android. It's playable with any 5 or 6 fret guitar controller, any midi drum kit, any game controller and even your keyboard! Jam out with Drums, 5-fret Guitar, or 6-fret Guitar online or local!

Author: josdekurk@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./Server -l {{LOG_LEVEL}} -n "{{SERVER_DISPLAY_NAME}}" -p {{SERVER_PORT}} -a 0.0.0.0 $([[ -z "${SERVER_PASSWORD}" ]] && echo -np || echo  "-ps ${SERVER_PASSWORD}")

Docker Images

LabelImage
Debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
Server name
The name of the server
SERVER_DISPLAY_NAMEnonerequired|string|max:80
Server password
The password of the server
SERVER_PASSWORDnonenullable|string|regex:/^[a-zA-Z0-9_]+$/
Log level
Set max logging level
LOG_LEVEL4required|string|in:0,1,2,3,4
Version
The version of Clone Hero you want to install. Example: V1.0.0.4080 or latest
VERSIONlatestrequired|string|max:20