Skip to content

Port Requirements

Svarla exposes several ports. Configure your firewall accordingly.

Port map

PortProtocolServiceDirectionPurpose
3000TCPServerInbound (clients + webhooks)REST API and WebSocket signaling
10443TCP + UDPMediaBridgeInbound (clients)WebRTC ICE/DTLS/SRTP audio
5060UDP + TCPMediaBridgeInbound (Vonage)SIP signaling and audio
5061TCPMediaBridgeInbound (Vonage)SIP TLS (SIPS)
5062UDPMediaBridgeInbound (Vonage)RTP media (SIP audio)
9091TCPMediaBridgeInbound (46elks)WebSocket audio stream (proxy via Caddy/TLS)
9090TCPMediaBridgeInternal onlyControlAPI (server ↔ mediabridge)

Exposure guidelines

Public (internet-facing)

  • 3000 (or 443 via Caddy) — Clients and provider webhooks
  • 10443 — Android app WebRTC connections

Provider-facing

  • 5060 — SIP from Vonage. Restrict to Vonage IPs if possible.
  • 5061 — SIP TLS from Vonage.
  • 5062 — RTP media for SIP calls.
  • 9091 — Audio WebSocket from 46elks. Should go through a TLS reverse proxy (e.g. Caddy) rather than being exposed directly.

Internal only

  • 9090 — Never expose to the internet. Used for communication between the Server and MediaBridge on the Docker bridge or localhost.

TIP

When using Caddy TLS, port 443 replaces direct access to 3000. Port 10443 uses DTLS encryption natively and doesn't need a reverse proxy.

Released under the AGPL-3.0 License.