MNEMOCAST

Network requirements

For network and security administrators allowing Mnemocast through a corporate firewall or a cloud security proxy such as Zscaler, Netskope or Palo Alto Prisma Access.

Updated 26 September 2026. Mnemocast is pre-release. These are the addresses and ports in service today. Media addresses will be added as capacity grows, and changes will be announced here before they take effect.

If you do only two things

  1. Exempt media.mnemocast.com and sfu.mnemocast.com from TLS inspection.
  2. Route traffic to the media addresses directly, not through a proxy tunnel.

These are the same exemptions administrators apply to Zoom, Microsoft Teams and Webex.

Two kinds of traffic

Web traffic is the app, the API and call signalling: ordinary HTTPS and secure WebSocket on TCP 443. Allow it by domain.

Media is audio, video and screen share: WebRTC over UDP, with fallbacks over TCP. Allow it by IP address, and do not inspect or proxy it.

Domains

Allow HTTPS (TCP 443) to the domains below. A wildcard rule for *.mnemocast.com covers all of them and any added later.

DomainPurposeTLS inspection
mnemocast.com, www.mnemocast.com, app.mnemocast.comWeb appAllowed
api.mnemocast.comPlatform APIAllowed
sfu.mnemocast.comCall signalling (secure WebSocket)Exempt
media.mnemocast.comMedia relay (TURN over TLS)Exempt

The addresses behind mnemocast.com, app, api and sfu belong to AWS load balancers, API Gateway and CloudFront, and change without notice. Do not allowlist them by IP.

Media

Media flows directly between each participant and a Mnemocast media server.

Media server addressRegion
3.233.24.118AWS us-east-1

Allow these ports outbound to the address above:

ProtocolPortUsed forNeeded
UDP50000–60000Audio and video (RTP)Strongly recommended; best quality
UDP3478STUN, and relay over UDPRecommended
TCP7881Audio and video over TCPFallback when UDP is blocked
TCP443Relay over TLS (TURN/TLS)Last resort; passes port filters, not TLS inspection

Clients probe these paths together and prefer them in the order above, so a call uses the best one your network allows. The TCP paths add latency and degrade first under packet loss.

Cloud security proxies

No TLS inspection for media.mnemocast.com and sfu.mnemocast.com. The media relay on port 443 carries TURN inside TLS, not HTTP. A proxy that decrypts it cannot parse it and drops the connection. The symptom is a call that starts, with names shown, but no one can be heard or seen.

Direct routing for media addresses. Send traffic for the media server addresses straight to the internet rather than through the proxy tunnel. Tunnelled media adds latency and jitter even when it works.

ProductWhere these settings usually live
Zscaler Internet AccessSSL inspection policy: a do-not-inspect rule by domain. Client Connector app profile or PAC file: a destination bypass for the media IPs.
NetskopeSSL decryption exceptions; steering configuration exceptions.
Palo Alto Prisma AccessDecryption exclusions; split tunnel by destination.

Setting names vary by product version. The two exemptions are what matter, whatever they are called.

Domain reputation

mnemocast.com was registered in September 2026. Policies that block newly registered or uncategorised domains will block Mnemocast entirely, and the app will not load. If users report that, allow *.mnemocast.com explicitly. Categorisation with the major filtering vendors is in progress.

Symptoms and causes

What users seeUsual cause
The app does not loadDomain blocked by reputation or category
Joining hangs and never connectssfu.mnemocast.com blocked, or WebSocket upgrades blocked
Connects, but no audio or videoUDP blocked and the TLS relay inspected. Apply both exemptions.
Works, but choppy or delayedMedia tunnelled through the proxy. Route media directly.

A self-service network check is planned. Until it ships, Mnemocast can run a test call with you and report which path a call on your network uses.