StruxaEggs Explorer

owncast.online

Application

Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software.

Author: psychoalex@thevcbc.comSource: pterodactyl/application-eggsUpdated: 5/24/2026

Startup Command

./owncast -webserverport {{SERVER_PORT}} -rtmpport {{RTMP_PORT}} -streamkey {{STREAM_KEY}}

Docker Images

LabelImage
ghcr.io/pterodactyl/yolks:debianghcr.io/pterodactyl/yolks:debian

Environment Variables

NameVariableDefaultRules
RTMP Port
The port that is used to receive the stream data.
RTMP_PORT8091required|integer
Stream/Admin Key
This is used to authenticate to the web admin interface, as well as to authenticate your stream.
STREAM_KEYnonerequired|string|min:32|max:128
Owncast Version
The version of Owncast that you would like to install, from https://github.com/owncast/owncast/releases As an Example - "v0.0.11" for a specific version or "latest" for the most up to date version.
VERSIONlatestrequired|string|max:20
Github Repository
Used to identify the github repository to pull the release from.
GITHUB_PACKAGEowncast/owncastrequired|string|max:120
Github File Match
Used to identify the specific asset under a release for download.
MATCHlinux-64bitrequired|string|max:20
Github User
Required if you are doing more calls than the github anonymous API user allows.
GITHUB_USERnonenullable|string|max:20
Github Oauth Token
Required if you are doing more calls than the github anonymous API user allows.
GITHUB_OAUTH_TOKENnonenullable|string|max:128