Skip to content

Exposing MiroTalk CME with Ngrok

ngrok

To make MiroTalk accessible from outside your local PC via HTTPS using Ngrok, follow these steps:

Step 1: Configure Ngrok

Open the .env file and update the Ngrok settings as follows:

Bash
NGROK_ENABLED=true
NGROK_AUTH_TOKEN=YourNgrokAuthToken

Step 2: Run MiroTalk

Start MiroTalk with npm start. After running the command, you will see the following lines in the console log:

Bash
running_at: 'https://xxxx-xx-xx-xxx-xx.ngrok-free.app',

Step 3: Access MiroTalk

Open the provided URL in your web browser. You can now join a room, click the "Share" button to obtain the URL, and share it with others. Wait for participants to join your MiroTalk CME session.