StruxaEggs Explorer

Uptime Kuma

Application

Uptime Kuma is an easy-to-use self-hosted monitoring tool.

Author: eggs@goover.devSource: pterodactyl/application-eggsUpdated: 5/24/2026

Startup Command

if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == "1" ]]; then npm run setup; fi; /usr/local/bin/node /home/container/server/server.js --port={{SERVER_PORT}}

Docker Images

LabelImage
ghcr.io/ptero-eggs/apps:uptimekumaghcr.io/ptero-eggs/apps:uptimekuma

Environment Variables

NameVariableDefaultRules
Git Repo Address
GitHub Repo to clone I.E. https://github.com/parkervcp/repo_name
GIT_ADDRESShttps://github.com/louislam/uptime-kumanullable|string
JS file
The file that starts the app
JS_FILEserver/server.jsrequired|string
Auto Update
AUTO_UPDATE1required|boolean