Self-hosted open-source WebRTC platform for scheduling and managing video meeting rooms across MiroTalk instances.
MiroTalk WEB is a self-hosted, open-source platform for scheduling, managing, and organizing WebRTC video meeting rooms. It provides a personal dashboard where users can create accounts, schedule meetings for any MiroTalk version, and send invitations via email or shareable links.
Try Live Demo · Documentation · Discord · Sponsor
Username: demo · Email: demo@gmail.com · Password: Demo@123
⚡ Quick start
Start in a few commands:
git clone https://github.com/miroslavpejic85/mirotalkwebrtc.git
cd mirotalkwebrtc
cp .env.template .env
cp backend/config.template.js backend/config.js
npm install
npm run mongo:up # start local MongoDB via Docker
npm startOpen http://localhost:9000 - done!
Note: For cloud MongoDB (e.g. MongoDB Atlas), update the credentials in
.envinstead of runningnpm run mongo:up.
🐳 Docker
Prerequisites: Install Docker Engine and Docker Compose - Image available on Docker Hub
git clone https://github.com/miroslavpejic85/mirotalkwebrtc.git
cd mirotalkwebrtc
cp .env.template .env
cp backend/config.template.js backend/config.js
cp docker-compose.template.yml docker-compose.yml
docker-compose pull # optional: pull official image
docker-compose up # add -d to run in backgroundOpen http://localhost:9000 - done!
Note: Edit
.env,backend/config.js, anddocker-compose.ymlto customize your setup.
☁️ Recommended Hosting Providers
| Provider | Description | Link |
|---|---|---|
![]() |
High-performance cloud servers and dedicated root servers with top-tier reliability. Powers our live demo. | Get €20 Free Credits |
![]() |
Enterprise-grade performance at unbeatable prices. Scalable and reliable. | Explore Netcup |
![]() |
Fast, reliable hosting with 24/7 support and great performance. | Check out Hostinger |
![]() |
Top-tier German hosting, dedicated servers, VPS, and web hosting at unbeatable prices. | Explore Contabo |
To set up your own instance of MiroTalk WEB on a dedicated cloud server, please refer to our comprehensive self-hosting documentation.
🤝 Contributing
Contributions are welcome and greatly appreciated! Whether it's bug fixes, features, or documentation - every contribution helps.
- Fork the repository
- Create your feature branch
- Submit a pull request
Have questions? Join our Discord community!
📄 License
MiroTalk WEB is free and open-source under the terms of AGPLv3 (GNU Affero General Public License v3.0). Please respect the license conditions, In particular modifications need to be free as well and made available to the public. Get a quick overview of the license at Choose an open source license.
To obtain a MiroTalk WEB license with terms different from the AGPLv3, you can conveniently make your purchase on CodeCanyon. This allows you to tailor the licensing conditions to better suit your specific requirements.
❤️ Support the project
Do you find MiroTalk WEB indispensable for your needs? Join us in supporting this transformative project by becoming a backer or sponsor. By doing so, not only will your logo prominently feature here, but you'll also drive the growth and sustainability of MiroTalk WEB. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact – back MiroTalk WEB today and be part of this exciting journey!
🌐 Explore all MiroTalk projects:
Built with ❤️ by Miroslav and the open-source community





