One-click-install with Linode
If you choose to use Linode as your hosting provider you can use the Linode One-Click-Install method.
Note: The Owncast Project may receive referral credit for deploying Owncast with Linode, so it’s an easy way to support the project.
Linode has written up a guide as well that you may want to reference, but the following Owncast documentation goes into more detail that may be helpful to you.
FAQ
What you need
- A domain name and access to your DNS settings. This is required for supporting SSL.
- A Linode account.
Create your new server
- Visit the Owncast Linode Marketplace app.
- Press the “Deploy this app” button and get sent to the page with the “Linode Summary” where you can press “Create Linode”.
- Under “Advanced Options” put in the hostname that you’ll use for this server, such as owncast.mydomain.com.
- Put in your email address.
- If you skip this hostname and email step your server will not get automatically configured for SSL.
- Select the region nearest to you.
- Select a monthly plan. The more CPU you can afford the better quality you’ll have in the end.
- Enter a secure root password. Don’t lose this.
- Click “Create”
Setup DNS for your hostname
- Copy the IP Address for your new server from the new server status page.
- Login to your DNS provider for your domain you used in step 3.
- Add an “A Record” pointing to this ip address and the name you specified in step 3 (if you used owncast.mydomain.com then type in owncast).
- Wait no less than 5 minutes for your server setup to complete and DNS to take effect. It may take longer depending on your DNS provider.
- When you can access
http://ipaddress:8080
then the install is complete. - Reboot your new server.
Test
- In your browser make sure Owncast is running by visiting
http://ipaddress:8080
. - If you configured SSL by specifying a hostname, put that hostname in your browser to make sure you can access it via https, for example:
https://owncast.mydomain.com
. - Send a stream using your software to this hostname using abc123 as the stream key.