You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/marketplace-docs/guides/owncast/index.md
+43-6Lines changed: 43 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
2
2
title: "Deploy Owncast through the Linode Marketplace"
3
3
description: "This guide shows how to install Owncast, a self-hosted live video and webchat server that works with common broadcasting software, from the Linode One-Click Marketplace."
Once the app is deployed, you need to obtain the credentials from the server.
49
+
50
+
To obtain credentials:
51
+
52
+
1. Log in to your new Compute Instance using one of the methods below:
53
+
54
+
-**Lish Console**: Log in to Cloud Manager, click the **Linodes** link in the left menu, and select the Compute Instance you just deployed. Click **Launch LISH Console**. Log in as the `root` user. To learn more, see [Using the Lish Console](/docs/products/compute/compute-instances/guides/lish/).
55
+
-**SSH**: Log in to your Compute Instance over SSH using the `root` user. To learn how, see [Connecting to a Remote Server Over SSH](/docs/guides/connect-to-server-over-ssh/).
56
+
57
+
1. Run the following command to access the credentials file:
58
+
59
+
```command
60
+
cat /home/$USERNAME/.credentials
61
+
```
44
62
45
-
After Owncast has finished installing, you can access your server with your Linode's IPv4 address. Copy your Linode’s IPv4 address from the [Linode Cloud Manager](https://cloud.linode.com), and then connect to the server from your browser using your Linode's IPv4 address and port `8080`(for example `192.0.2.0:8080`).
63
+
This returns passwords that were automatically generated when the instance was deployed. Save them. Once saved, you can safely delete the file.
64
+
65
+
## Using Owncast
66
+
67
+
After Owncast has finished installing, you can access your server with your Linode's custom domain or Reverse DNS.
68
+
69
+
With Owncast running, you can begin to configure your new server. Visit the Admin settings, located at `/admin` (for example `example.com/admin`) and use the credentials (for the `admin` user) you obtained in the previous section to log in.
46
70
47
71

48
72
49
-
With Owncast running, you can begin to configure your new server. Visit the Admin settings, located at `/admin` (for example `192.0.2.0:8080/admin`). Visit the [Configuration Instructions](https://owncast.online/docs/configuration/?source=linodemarketplace) to learn how you can change your video settings, web page content, and more.
73
+
### Connecting Your Streaming Software
74
+
75
+
To start streaming with Owncast:
76
+
77
+
1. Log in to the Owncast admin panel at `/admin`.
78
+
1. Go to the **Stream Keys** section and copy your streaming key.
79
+
1. Open your broadcasting software, for example OBS Studio.
80
+
1. Configure your streaming settings with following values:
81
+
- **Service**: **Custom**,
82
+
- **Server**: `rtmp://your-domain-or-ip/live`,
83
+
- **Stream Key**: The key you copied from the admin panel.
84
+
85
+
For more detailed instructions on configuring specific streaming software, refer to the [Owncast Documentation](https://owncast.online/docs/broadcasting/).
50
86
51
87
On the server, Owncast is installed in the `/opt/owncast` directory. You'll find all your data files there. This is also where you can upgrade your Owncast server in the future.
0 commit comments