Manual Install
- Make a directory to run the service from, and download a release from https://github.com/owncast/owncast/releases into that directory.
- Unzip the release.
- Run
./owncastto start the service. - Visit the admin at
/adminto configure your server using the usernameadminand the default stream key as the password,abc123.
The admin interface can be found by navigating to /admin on your Owncast server (e.g., https://owncast.example.com/admin).
Configuring your broadcasting software to stream to your Owncast server requires you to use the /live endpoint along with providing the stream key. (e.g., rtmp://owncast.example.com/live with stream key abc123). If your software does not allow specifying the stream key separately, you may need to append it to the URL as rtmp://owncast.example.com/live/abc123.
Default credentials
| Default | Value |
|---|---|
| Admin username | admin |
| Admin password | abc123 |
| Stream key | abc123 |
These are the default credentials for logging into the Owncast admin interface and streaming to your Owncast server. It is highly recommended that you change these values immediately after your first login to ensure the security of your server.
Next steps
- Point your broadcasting software at your new server using
rtmp://yourserver/livewith your stream key. If your software doesn't have a way to specify a stream key use the urlrtmp://yourserver/live/streamkeyand use your stream key instead. - Access your server in your web browser by visiting
http://yourserver:8080. - You can visit the Admin dashboard at
http://yourserver:8080/adminwhere you can check visitor and server stats, change your stream key, personalize the content displayed on your page, and more. To login, useadminand the stream key as the password.
Note: Your stream key is only used by your streaming software to publish video; it is not your admin password.
Gabe KangasRelated Documents
- Owncast Quick InstallerStart streaming to your own server in seconds.
- InstallationStart streaming to your own server in seconds.
- Pre-installed Owncast with hosting providersAutomatically have a server with Owncast pre-installed by using supported hosting providers.
- Use a container imageImages for running Owncast within a containerized environment are available for releases.
- Configure Your Stream Key and First Streamxxx
- WelcomeWelcome to the official Owncast documentation. Here you'll find resources to help you install, configure, and troubleshoot your Owncast instance.