Metered | Video

Metered | Stun Turn Server

WebRTC Turn Server Service Provider

Global Stun Turn server service provider with servers across 5 continents, automatic geo-location targeting and 99.999% Uptime.

star

"Metered.ca's a solid TURN service that I would recommend to anyone."

Global TURN Server Cloud
Infrastructure.

Toronto
Miami
San Francisco
London
Frankfurt
Bangalore
Sydney
Singapore
São Paulo

TURN Server Management with Powerful REST API

Add/Remove Credentials via the API

Easily Add or Remove TURN Credentails via REST API

Retrieve Per-User/Credential Usage Metrics via API

Obtain usage statistics data consumption in gigabytes, for each credential through our RESTful API.

Enable/Disable Credential via API

Seamlessly enable or disable TURN credential/User with a simple API call. .

Retrieve Usage Data by Date via API

Easily query and obtain precise usage statistics filtered by specific dates through our RESTful API. .

WebRTC Turn Servers

Global, Low latency, cost effective, Enterprise Grade, Stun Turn Servers for WebRTC

Standards Compliant

Conforms to RFCs 5389, 5769, 5780, 5766, 6062, 6156, 5245, 5768, 6336, 6544, 5928 over UDP, TCP, TLS, and DTLS.

Cost Effective

Free Unlimited STUN usage. Free 5 GB per month and pay-as-you-go pricing metered with bandwidth and volume discounts available.

Multi‑Tenancy

Create multiple credentials and separate the usage by customer, or different apps. Get Usage logs, billing records and threshold alerts.

Easy Administration

Get usage logs, emails when accounts reach threshold limits, billing records and email and phone support.

Global Geo-Location targeting

Automatically directs traffic to the nearest servers, for lowest possible latency and highest quality performance.

Enterprise Scale

With no limit on concurrent traffic or total traffic. Metered TURN Servers provide Enterprise Scalability

Using Turn server in your JavaScript Code

Here is a sample Javascript Code with recommended configuration to allow through most firewalls, you can obtain the credentials by signing up for a free account.

Sign Up for a Free account

reactjs
NodeJs
python
ruby
GO Lang
angular
vuejs
net-logo
swift
GO Lang
                            
var myPeerConnection = new RTCPeerConnection({
  iceServers: [
    {
      urls: "stun:relay.metered.ca:80",
    },
    {
      urls: "turn:relay.metered.ca:80",
      username: "your-turn-server-username",
      credential: "your-turn-server-password",
    },
    {
      urls: "turn:relay.metered.ca:443",
      username: "your-turn-server-username",
      credential: "your-turn-server-password",
    },
    {
      urls: "turn:relay.metered.ca:443?transport=tcp",
      username: "your-turn-server-username",
      credential: "your-turn-server-password",
    },
  ],
});
                            
                          

Global STUN TURN Servers

Runs on port 80 and 443

TURN server is standards compliant, runs on port 443 and 80, and supports both TCP and UDP confirming to RFCs 5389, 5769, 5780, 5766, 6062, 6156, 5245, 5768, 6336, 6544, 5928 over UDP, TCP, TLS, and DTLS.

Tested to bypass most firewall rules

Metered Turn servers are standard compliant and trusted to by pass most firewall rules including deep packet inspections

Enterprise grade reliability

With 99.999% Uptime, email support and servers across 5 continents Metered TURN servers offer Enterprise grade reliability.

Support TURNS + SSL to allow connections through deep packet inspection firewalls.

Metered TURN servers offer connections through deep packets inspection firewalls by using the TURN and SSL protocols.

Support STUN

Metered TURN servers comes with FREE Unlimited data STUN servers.

Supports both TCP and UDP

Metered TURN servers supports both the TCP and the UDP protocol.

Dynamic routing to the nearest server

Metered TURN servers offer dynamic routing to the nearest possible server for highest performance and lowest latency.

Production Ready

Metered TURN servers are production ready. Add the credentials and you are ready to go.

Next Steps: Create a Free Account and Try out Metered TURN server