DEV Community

hardyweb
hardyweb

Posted on

Install Owncast in WSL2

 curl https://owncast.online/install.sh |bash 
Enter fullscreen mode Exit fullscreen mode
Created directory  [✓]
Downloaded Owncast v0.1.3 for linux  [✓]
Downloaded ffmpeg because it was not found on your system [✓]

Success! Run owncast by changing to the owncast directory and run ./owncast.
The default port is 8080 and the default streaming key and admin password is abc123.
Visit https://owncast.online/docs/configuration/ to learn how to configure your new Owncast server.
Enter fullscreen mode Exit fullscreen mode

start owncast ( default webserver port 8080 )

./owncast -webserverport 8888 
Enter fullscreen mode Exit fullscreen mode

check wsl2 ip , select eth0 , use eth0 ip to access owncast weberver .

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay