Video coming soon…

📹 Setup MiroTalk — Self-Hosted WebRTC Video Calls

Deploy MiroTalk P2P on Ubuntu — a lightweight, browser-based WebRTC video conferencing server for secure, self-hosted video calls with screen sharing and chat, no accounts required.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys MiroTalk P2P on port 3025 for instant browser-based video rooms.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/mirotalk/mirotalk-ubuntu.sh
chmod +x mirotalk-ubuntu.sh
sudo bash mirotalk-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/mirotalk/mirotalk-ubuntu.sh

2 Make it Executable

chmod +x mirotalk-ubuntu.sh

3 Run the Installer

The script installs Docker if needed, pulls the mirotalk/p2p image, and starts it on port 3025 (mapped to the container's internal 3000) with the server listening on all interfaces.

sudo bash mirotalk-ubuntu.sh

4 Open a Video Room

Open your browser and navigate to MiroTalk, then create or join a room and share the link with participants:

http://<your-server-ip>:3025

Ports Used

PortPurpose
3025Web UI + Signaling WebSocket (host → container 3000)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions