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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay