Sao#2001
04/26/2025, 1:12 PMVapi Support Bot
04/26/2025, 1:13 PMbash
# Install ngrok
npm install ngrok -g
# Start your local server (example on port 3000)
# Then expose it with ngrok
ngrok http 3000
Copy the generated ngrok URL (https://xxxx.ngrok.io) and use it as your server URL in the Vapi dashboard.
Source:
- [Developing Locally](https://docs.vapi.ai/server-url/developing-locally)Kings_big💫
04/26/2025, 4:23 PM