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: content/docs/configuration.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,15 @@ weight: 100
8
8
toc: true
9
9
---
10
10
11
-
Configuration is done through the Owncast administration page located on your server under `/admin`. The login username is `admin` and the password is your stream key, the default being `abc123`.
11
+
Configuration is done through the Owncast administration page located on your server under `/admin`.
12
+
13
+
**Admin Authentication:**
14
+
-**Username:**`admin`
15
+
-**Password:** your admin password (not your stream key)
16
+
17
+
The default admin password is `abc123`.
18
+
19
+
**Note:** Your stream key is only used by your streaming software to publish video; it is not your admin password.
12
20
13
21
**It's highly encouraged to change both your stream key and your admin passwords immediately after installation by visiting `/admin/config/server/`**
Copy file name to clipboardExpand all lines: content/quickstart/configure.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,15 @@ type: subpages
12
12
13
13
While Owncast will work for you out of the box, there are things most people will want to customize after getting it up and running.
14
14
15
-
Configuration is done through the Owncast administration page located on your server under `/admin`. The login username is `admin` and the password is your stream key, the default being `abc123`.
15
+
Configuration is done through the Owncast administration page located on your server under `/admin`.
16
+
17
+
**Admin Authentication:**
18
+
-**Username:**`admin`
19
+
-**Password:** your admin password (not your stream key)
20
+
21
+
The default admin password is `abc123`.
22
+
23
+
**Note:** Your stream key is only used by your streaming software to publish video; it is not your admin password.
16
24
17
25
Some common items many people would want to update after installing Owncast are:
Copy file name to clipboardExpand all lines: data/openapi.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ components:
112
112
AdminBasicAuth:
113
113
type: http
114
114
scheme: basic
115
-
description: The username for admin basic auth is `admin` and the password is the stream key.
115
+
description: The username for admin basic auth is `admin` and the password is your admin password (not your stream key). The default password is `abc123`.
0 commit comments